/********************************************************/
/* Archiv- und Material-Logistik (screen.css)			*/
/********************************************************/
/* Autor: Philipp Bauer | Jordan Mediengestaltung GmbH	*/
/* Datum: 23-04-2009									*/
/********************************************************/

/****************************************************************************************************/
/* Allgemeine Einstellungen																			*/
/****************************************************************************************************/
/****************************************************************************************************/
html, body {
	background: #59595B url(../images/bodyBackground.jpg) fixed no-repeat center 0;
	height: 100%;
}

.hidden { display: none; }
.clear { clear: both; }



/****************************************************************************************************/
/* (Über-)Schriften, Absätze, etc																	*/
/****************************************************************************************************/
/****************************************************************************************************/
body {
	color: #333333;
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
}

h1 {
	background: url(../images/h1Background.jpg) no-repeat 0 28px;
	
	height: 18px;
	
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	
	color: #DF252B;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

h2 {
	margin: 12px 0 0 0;
	
	color: #DF252B;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
}

#partnerInfo h2 {
	background: url(../images/h2Background.jpg) no-repeat 0 28px;
	margin: 6px 0 0 0;
	padding: 10px 0 16px 0;
	color: #333333;
	font-size: 12px;
}

h3 {
	margin: 12px 0 0;
	
	color: #DF252B;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
}

h4 {}

h5 {
	margin: -12px 0 -4px 1px;
	
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
}

h6 {
	background: #DF252B;
	width: 153px;
	margin: 0 -5px 5px -5px;
	padding: 0 0 0 10px;
	
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
}

p { padding: 10px 0; }
.news-latest-container p {
	padding: 5px 0 0;
	font-size: 11px;
	line-height: 13px;
}

a {
	color: #DF252B;
	text-decoration: none;
}
.news-latest-container a { font-size: 11px; }
a:hover img, .news-latest-container a:hover { border: 0px; }
a:hover, .news-latest-morelink a:hover { border-bottom: 1px dotted #DF252B; }



/****************************************************************************************************/
/* Haupt-Auszeichnungen																				*/
/****************************************************************************************************/
/****************************************************************************************************/

/* Wrapper ******************************************************************************************/
/****************************************************************************************************/
#wrapper {
	background: #FFFFFF;
	
	min-height: 100%;			/* Min height for modern Browser */
	height: auto !important;	/* !important-Rule for modern Browser */
	height: 100%;				/* Min heigh for IE (<7) */

	width: 855px;
	
	margin: 0 auto;
	padding: 0 10px;
	
	border-left: 5px solid #DF252B;
	border-right: 5px solid #DF252B;
}


/* Header *******************************************************************************************/
/****************************************************************************************************/
#header {
	background: #FFFFFF url(../images/headerBackground.jpg) no-repeat 0 80px;
	
	width: 835px;
	height: 80px;
	
	padding: 20px 10px 0;
}

	/* Logo	*************************************************/
	/********************************************************/
	#logo {
		background: url(../images/logo.gif) no-repeat 0 0;
		
		width: 110px;
		height: 45px;
		
		float: left;
	}
		#logo a {
			display: block;
			
			width: 110px;
			height: 45px;
		}
		#logo a:hover { border: 0px; }
		
	/* Language	*********************************************/
	/********************************************************/
	#language {
		width: auto;
		
		position: relative;
		float: right;
		top: 30px;
		right: -10px;
		
		text-align: right;
	}
		#language a.en {
			display: block;
			background: url(../images/en-en.gif) no-repeat 0 4px;
			width: 50px;
			height: 20px;
			
			padding: 0 0 0 20px;
			margin: 0 -3px 0 0;
		}
		#language a.de {
			display: block;
			background: url(../images/de-de.gif) no-repeat 0 4px;
			width: 50px;
			height: 20px;
			
			padding: 0 0 0 20px;
			margin: 0 3px 0 0;
		}
		#language a {
			color: #666666;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			letter-spacing: 1px;
			line-height: 16px;
		}
		#language a:hover {
			color: #DF252B;
			border: 0px;
		}
	
	
/* Navigation ***************************************************************************************/
/****************************************************************************************************/

/* Navigation Level 1 ***********************************/
/********************************************************/
#navigation ul {
	margin: 30px 0 0 15px;
	float: left;
	z-index: 100;
}

	#navigation ul li {
		position: relative;
		float: left;
	}
	
		#navigation ul li a {
			display: block;
			
			width: auto;
			height: 20px;
			
			padding: 0 10px;
			float: left;
			
			color: #666666;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			letter-spacing: 1px;
			line-height: 16px;
		}
		#navigation ul li a.active,
		#navigation ul li a:hover {
			color: #DF252B;
			border: 0px;
		}

/* Navigation Level 2 ***********************************/
/********************************************************/
#navigation ul ul {
	display: none;
	background: url(../images/navigationBackground.png) repeat 0 0;
	
	position: absolute;
	margin: 20px 0 0 10px;
	
	left: 0;
	
	border: 1px solid #666666;
	border-bottom: 0px;
}
#navigation ul li:hover ul,
#navigation ul li.sfhover ul { display: block; }

	#navigation ul li ul li {
		display: block;
		float: left;
		clear: both;
	}
	
		#navigation ul li ul li a {
			width: auto;
			height: auto;
			
			color: #333333;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			white-space: nowrap;
			line-height: 18px;
			
			clear: both;
		}
		
		
/* mainColumn ***************************************************************************************/
/****************************************************************************************************/
#mainColumn { 
	width: 680px;
	float: left;
}
#mainColumn #ambientImage img { margin: 0 0 10px 0; }

/* leftContent ******************************************/
/********************************************************/
#leftContent {
	width: 160px;
	margin: 0 10px 0 0;
	float: left;
}

/* subNavigation ****************************************/
/********************************************************/
#subNavigation ul { margin: 25px 0 0 0; }

	#subNavigation ul li {
		display: block;
	}
		#subNavigation ul li a {
			display: block;
			
			padding: 4px 0;
			
			color: #666666;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			line-height: 16px;
			
			border-bottom: 1px solid #ABABAB;
		}
		#subNavigation ul li.last a { border-bottom: 0px; }
		#subNavigation ul li.active a,
		#subNavigation ul li a:hover { color: #DF252B; }
		
/* partnerInfo ******************************************/
/********************************************************/
#partnerInfo {
	margin: 25px 0 0 0;
	font-size: 11px;
}
	
	#partnerInfo ul li { line-height: 16px; }
		
/* content **********************************************/
/********************************************************/
#content {
	background: url(../images/contentBackground.gif) no-repeat 0 0;
	
	width: 450px;
	
	padding: 20px 30px;
	float: left;
}
	
	#content .anfrage p { padding: 0; }
	#content .anfrage a {
		display: block;
		background: #DF252B;
		
		width: 98px;
		height: 28px;
		
		margin: 15px 0 0 5px;
		
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		line-height: 28px;
		text-align: center;
		
		border: 1px solid #ABABAB;
		
		float: right;
	}
		#content .anfrage a:hover { text-decoration: underline;	}

	#content ul { padding: 8px 0; }
	#content ul.checklist {
		background: url(../images/contentListBackground.png) no-repeat 0 0;
		width: 334px;
		
		margin: 16px 0 0 0;
		padding: 16px 16px 16px 12px;
	}
		#content ul li {
			background: url(../images/liBullet.gif) no-repeat 0 6px;
			padding: 0 0 0 10px;
		}
		#content ul.checklist li {
			background: url(../images/contentListItem.gif) no-repeat 4px 2px;
			padding: 0 0 6px 26px;
		}

/* tt_news **********************************************/
/********************************************************/
#content .news-list-item {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}
#content .news-list-date {
	color: #666666;
}


/* rightColumn **************************************************************************************/
/****************************************************************************************************/
#rightColumn {
	width: 165px;
	margin: 0 0 0 10px;
	
	float: left;
}
	
/* extrasNavigation *************************************/
/********************************************************/
#extrasNavigation ul {}
	
	#extrasNavigation ul li {
		display: block;
		margin: 0 0 5px 0;
	}
	
		#extrasNavigation ul li a {
			background: #DF252B;
			display: block;
			
			width: 165px;
			
			color: #FFFFFF;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			line-height: 25px;
		}
		#extrasNavigation ul li a:hover {
			text-decoration: underline;
			border: 0px;
		}
		#extrasNavigation ul li a img {
			margin: 0 5px 0 5px;
			float: left;
		}
		
/* infoBox **********************************************/
/********************************************************/
.news-latest-container {
	width: 153px;
	margin: 15px 0 0 0;
	padding: 5px;
	border: 1px solid #ABABAB;
}

	.news-latest-morelink {
		width: 100%;
		text-align: right;
	}


/* Footer *******************************************************************************************/
/****************************************************************************************************/
#footer {
	background: #555555;
	width: 855px;
	
	margin: 0 auto;
	padding: 0 10px;
	
	text-align: center;
	
	border-left: 5px solid #555555;
	border-right: 5px solid #555555;
}
	#footer, #footer a {
		color: #FFFFFF;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	#footer a:hover {
		text-decoration: underline;
		border: 0px;
	}
