/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*
 colors:
 dark blue 	0071fe
 light blue	b2d4ff
 grey 		efefef
 */

/* temporary  */
/*
#searchBox { display: none; }
#languageNavigation { display: none; }
#footerNavigation { display: none; }
#rootline { display: none; }
#col3 { display: none; }
#copyright { display: none; }
*/

* {
	color: #333;
	font-size: 11px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: url(../images/bg.gif) repeat-x top center;
}

form .text {
	border: 1px solid #ccc;
	color: #333;
}

form .button {
	padding: 0 5px 0 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
form select {
	border: 1px solid #ccc;
}

#title {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	background: #fff url(../images/logo.jpg) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 225px;
		height: 67px;
		text-indent: -9999px;
	}
	
#subtitle {
	float:left;
	margin: 2px 0 0 2px;
	width: 572px;
	height: 160px;
	background: url(../images/banner_welcome.jpg) no-repeat top left;
	text-indent: -9999px;
}

#accesskeysNavigation li a {
	position: absolute;
	left: -10000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #D54A09;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
	top: 38px;
}

#box {
	position: relative;
	width: 756px !important;
	width: 758px;
	/* für Zentrierung */
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#header {
	position: relative;
	height: 75px !important;
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
}

#search {
	position: absolute;
	top: 17px;
	left: 558px;
}

	#search label {	
		display: none;
	}

	#search .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 112px !important;
		width: 118px;
		padding: 1px 3px;
		border: 1px solid #343434;
		background-color: #fff;
		font-size: 10px;
	}
	
	#search .button {
		position: absolute;
		top: 0px !important;
		left: 125px;
		z-index: 1;
		width: 17px;
		height: 17px;
		border: 1px solid #343434;
		background: #fff url(../images/search_button.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}

ul#metaNavigation {
	padding-top:8px;
}
	ul#metaNavigation li {
		float: left;
	}
	ul#metaNavigation li a {
		display: block;
		padding: 1px 10px 1px 10px;
		font-size:10px;
		font-weight: bold;
	}
	ul#metaNavigation li a.first {
		padding-left: 0;
	}

ul#mainNavigation {
		margin: 0;

}
	ul#mainNavigation li {
		margin: 0 0 2px 0;
		padding: 0;
		line-height: 0px;
		font-size: 0px;
	}


#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 180px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-top: 2px;
	z-index: 2;
}

#col2 {
	position: relative;
	float: left;
	width: 572px;
	margin-left: 2px;
	margin-top: 2px;
}

	#mainContent {
		padding: 10px;
	}


#footer {
	position: relative;
}
