/*
 * styles.css
 * Stylesheet - osb ( http://www.rosenball.at/ )
 * 
 * by atomicboy / http://www.atomicboy.tv/
 *
 * @version	2009-11-03
 * @author	Carina Lacher <carina.lacher@atomicboy.tv>
 */

body
	{
		font-family: Arial, Helvetica, sans-serif; 
		color:#000;
		background-color:#1D191A;
		background-image:url(start_FILES/bg.jpg);
		background-repeat:no-repeat;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}

div
	{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}

/*____________________________________________ div-tag __________________________________________________________________*/

div.all
	{
		width: 847px;
		margin: auto;
		/*background-image:url(images/tracer.jpg);*/
		background-repeat:no-repeat;
		background-position: top center;
		
	}
	
div.wrap
	{
		width:706px;
		float:left;
	}	
	
div.top 
	{
		padding-top:7px;	
	}
	
div.nav
	{
		float:left;	
		margin-right: 20px;
		width: 160px;
		height: 61px;
		background-image: url(start_FILES/li_bg.gif);
		
	}
	
#ticket 
	{
		background-image: url(start_FILES/ticket_nav_bg.gif);	
	}
	
#last 
	{
		margin-right: 0px;	
	}

div.menu
	{
			
		margin-top:10px;
	}
	
div.lang
	{
		background-image: url(start_FILES/lang_bg.gif);
		background-repeat: no-repeat;
		width:113px;
		height:17px;
		float:right;
		margin-top: 7px;
		margin-bottom:10px;
		padding-left:1px;
	}

div.left
	{
			width:158px;
			float:left;
			margin-bottom:80px;
	}	
	
div.links
	{
		text-align: right;
	}	
	
div.content
	{
		
		float:left;
	}	
	
div.inhalt 
	{
		
		width: 523px;
		float:left;	
		margin-top:7px;
		margin-left:20px;
		border-bottom: 1px dotted #f7e900;
	/*	padding-bottom:3px;*/
	}
div.text_top
	{
		background-image: url(start_FILES/content_top_start.gif);
		background-repeat: no-repeat;
		height: 230px;
	}	
	
div.text_bottom
	{
		background-image: url(start_FILES/content_bottom.gif);
		height: 6px;
		margin-bottom:5px;
	}	
	
div.text
	{
		background-color: #fff;
		border:1px solid white;
		padding:10px;
	}	
	
div.right
	{
		width:123px;
		float:left;
		margin-left:12px;
	}	
	
div.right_top
	{
		background-image: url(start_FILES/partner_bg.gif);
		height: 61px;
		margin-top:10px;
		border-top:1px solid #31140E;
		margin-bottom:6px;
	}	

div.verweise
	{
		width: 160px;
		height: 50px;
		margin-top: -54px;	
		position: absolute;
		border-bottom: 1px dotted #f7e900;
		padding-bottom:3px;
	}
	
div.footer
	{
		color:#EBD800;
		padding-top:3px;
	}
/*____________________________________________ list-tag __________________________________________________________________*/






/*____________________________________________ font-tag __________________________________________________________________*/

h1
	{
		font-size: 100%;
		font-size:150%;
		font-weight:normal;
		margin-top:0;
		margin-bottom:0;	
	}

div.menu h2, div.right h2
	{
		text-transform: uppercase;
		color: #fff;
		font-size: 80%;	
		font-size:110%;
		font-weight:normal;
		padding-left:6px;
		margin-top:5px;
		padding-bottom:0px;
		margin-bottom:0px;
	}
	
p
	{
		padding-top:0;
		margin-top:0;
		font-size: 90%;	
	}
	
div.right_top span
	{
		display:block;
		font-size: 75%;
		color: #fff;	
		padding-left:5px;
		
	}


/*____________________________________________ a-tag __________________________________________________________________*/
a:active, a:focus {outline: none}

div.menu a
	{
		display:block;
		font-size: 75%;
		color: #fff;	
		padding-left:5px;
		text-decoration:none;
	}
	
div.right_top a
	{
		text-decoration:none;
	}
	
div.lang a
	{
		color:#EBD800;
		display:block;
		float:left;
		font-size:75%;
		padding-left:5px;
		padding-top:2px;
		text-decoration:none;
		width:45%;
	}
	
div.lang a:hover
	{
		background-image:url(start_FILES/gelb.gif);
		background-repeat: repeat-x;
		background-position: center;
		color: #270A04;
		
	}
	
div.footer a
	{
		color:#EBD800;
		font-size:75%;
		text-decoration: none;
	}

/*____________________________________________ img-tag __________________________________________________________________*/


img
	{
		border: none;	
	}

div.links img
	{
		margin-bottom: 10px;
	}

div.right img
	{
		padding-bottom: 5px;
	}


