/****
	GENERAL SCREEN CSS FILE
		****/

html {
	
	margin: 0;
	padding: 0;
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background: #000000 url(../img/body.png) repeat-x;
	
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;		
	color: #ffffff;
	text-align: center;
}

p {
	margin: 0 0 8px 0; 
	padding: 0;
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;  font-family: Arial; }

h3 {
	font-size: 18px;
}	

h4 {
	font-size: 12px;	
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

a img {
	border: 0;
}

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }

.contenttable p {
	margin: 0 0 4px 0; 
}

/****
	FONT SIZES
		****/
		
		#menu a {
			font-size: 12px;
		}
		
		#menu2 ul li ul li ul li a,
		#sitelinks a,
		#path a,
		#lang a {
			font-size: 11px;
		}

/****
	PSEUDO
		****/
		
		#top {
			
		}
		
		#end {
		
		}

/****
	CONTAINTER
		****/


		#container {
			position: relative;
			top: 0; left: 0;
			width: 960px; height: auto;
			min-height: 921px;
			padding: 0;
			margin: 0 auto;
			text-align: left;
			background: #000000 url(../img/container.png) repeat-x;
			text-align: left;
		}		
		
/****
	HEADER
		****/
		
		#header {
			position: relative;
			top: 0; left: 0;
			width: 100%; height: 26px;
			margin: 0 0 0 0;
			background: url(../img/header.png) repeat-x;

		}
		
		#header h1 {
			position: absolute;
			top: 0; left: 0;
			margin: 0;
			padding: 0;
			width: 219px; height: 46px;
			color: #000000;
			font-size: 1px;
		}
		
		#header h1 a {
			position: absolute;
			width: 100%; height: 100%;
			background: url(../img/header_h1_span.png) no-repeat;
			color: #000000;
		}
		
/****
	JUMP
		****/
		
		#jump {
			display: none;
		}
		
/****
	PATH
		****/
		
		#path {
			position: absolute;
			width: 923px;
			margin: 53px 0 0 0;
			text-align: right;
			text-transform: uppercase;
		}
		
		#path em {
			font-style: normal;
			display: none;
		}	
		
		#path a {
			color: #999999;
			background: url(../img/path_a.png) no-repeat left center;
			padding-left: 8px;
			margin-right: 7px;
		}
		
		#path a.first-child {
			background: url(../img/path_a_first.png) no-repeat left center;
			padding-left: 12px;
		}
		
		
	
	/*** COL0 ***/
	
			#col0 {
				float: left;
				width: 1px; height: 757px;
			}

		
	/***	COL1	***/
	
			#col1 h3 {
				margin: 0 0 10px 0;
				font-size: 18px;
				font-weight: normal;
			}
			
			#col1 h3 img {
				float: left;
				margin-right: 3px;
				margin-top:3px;
			}
			
			#col1 h4 {
				font-size: 15px;
				font-weight: normal;
			}
		
		
		
	/*** MENU ***/
		
			#menu {
				position: absolute;
				top: 0; left: 0;
				margin: 35px 0 0 0;
				width: 960px; height: 25px;
				background: url(../img/menu.png) no-repeat left center;
				text-align: center;
			}
			
			#menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
				
			}
			
			#menu ul li {
				display: inline;
			}
			
			#menu ul li span {
				display: none;
			}
			
			#menu ul li ul {
				margin: 0 0 0 320px;
			}
			
			#menu ul li ul li {
				display: block;
				float: left;
				margin: 7px 0 0 -1px;
				height: 11px;
				line-height: 11px;
				background: url(../img/menu_ul_li_ul_li.png) repeat-x;
				border-left: 1px solid #efefef;
				border-right: 1px solid #efefef;
			}
			
			#menu ul li ul li a {
				display: block;
				width: 120px; 
				text-transform: uppercase;
			}
			
			#menu ul li ul li a:hover,
			#menu ul li ul li a.active {
				color: #ffffff;
				background: url(../img/menu_ul_li_ul_li_a.png) repeat-x center center;
			}
		
	
	/*** MENU2 ***/
		
			#menu2 {
				float: left;
				position: relative;
				top: 0; left: 0;
				margin: 0px 0 0 20px;
				width: 160px; height: auto;	
			}

			#menu2 ul {
				list-style: none;
				padding: 0;
				margin: 0 0 0 0;
				/* background: url(../img/menu_body.png) repeat-y; */
				
			}
			
			#menu2 ul li {
				display: inline;
			}
			
			#menu2 ul li span {
				display: none;
			}
			
			#menu2 ul li ul {
				position: relative;
				
			}
			



			
			#menu2 ul li ul li {
				/* background: url(../img/menu_top.png) no-repeat; */
				display: block;
				
			}
			
			#menu2 ul li ul li span {
				position: absolute;
				display: block;
				margin: -20px 0 0 6px;
				padding-left: 15px;
				background: url(../img/menu2_ul_li_ul_li_span.png) no-repeat left center;
				
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#menu2 ul li ul li ul {
				width: 160px;
				background: url(../img/menu_top.png) no-repeat;
				padding: 15px 0 15px 0;
			}	
			
			#menu2 ul li ul li ul li {
				position: relative;
				display: block;
				height: auto; 
				background: none;
				padding: 2px 10px 4px 4px;
				background: url(../img/menu_body.png) repeat-y;
			}
			
			#menu2 ul li ul li ul li a {
				display: block;
				background: url(../img/menu2_a.png) no-repeat left 6px;
				padding-left: 10px;
				padding-right: 10px;
			}
			
			#menu2 ul li ul li ul li a.active,
			#menu2 ul li ul li ul li a:hover {
				color: #999999;
			}
			
			
	/*** MENU3 ***/
			
			#menu3 {
				display: none;
			}	
			

	/*** MENU4 ***/
			
			#menu4 {
				display: none;
			}	
			
								
			
		
	/*** SITELINKS ***/
		
			#sitelinks {
				position: absolute;
				top: 0; left: 0;
				margin: 0 0 0 220px;
				width: 520px;
				text-align: center;
				z-index: 1;
			}
			
			#sitelinks ul {
				list-style: none;
				margin: 10px 0 0 0;
				padding: 0;
			}
			
			#sitelinks ul li { 
				display: inline;
			}
			
			#sitelinks ul li span {
				display: none;
			}
			
			#sitelinks ul li ul li {
				display: inline;
			}
			
			#sitelinks ul li ul li a {
				padding: 2px 20px;
				font-size: 10px;
				color: #999999;
			}
		
		
/****
	LANG
		****/
		
		#lang {
			position: absolute;
			top: 0;left: 0;
			width: 150px; height: auto;
			margin: 9px 0 0 800px;
			text-align: right;
			z-index:100;
			
		}
		
		#lang ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#lang ul li {
			display: inline;
		}
		
		#lang ul li span {
			display: none;
		}
		
		#lang ul li ul li {
			display: inline;
			
			padding-left: 3px;
		}	
		
		#lang ul li ul li.first-child {
			background: none;
		}
		
		#lang a {
			color: #999999;
			text-transform: uppercase;
			background: url(../img/lang_ul_li.png) no-repeat left center;
			padding-left: 5px;

		}
		
		#lang a.de {
			background: none;
		}
		
		#lang ul li ul li a:hover,
		#lang ul li ul li.active a {
			color: #ffffff;
		}

		.teaser {
			clear: both;
			width: 145px; 
		}
		

/****
	FOOTER
		****/
		
		#footer {
			clear: both;
			position: relative;
			width: 100%; height: 65px;
			background: url(../img/footer.png) no-repeat;
		}
		
		
		