/* 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
 *
 */

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

html, body {
	height: 100%;
}

body {
	background: #F6FAFD;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 17px;
	left: 0;
	height: 158px;
	z-index: 2;
	background: #EAF3FA url(../images/siga_logo.jpg) no-repeat;
}

	#title a {
		display: block;
		width: 200px;
		height: 133px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
	display: none;
}

#box {
	position: relative;
	width: 900px;
	background: url(../images/box_bg.gif) repeat-y;
}

#header {
	position: relative;
	/*height: 150px;*/
	height: 172px;
	background: #fff url(../images/siga_bg.jpg) no-repeat 200px 14px;
	z-index: 1;
}

#search {
	position: absolute;
	top: 121px;
	left: 756px;
}

	#search label {	
		display: none;
	}

	#search .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 95px !important;
		width: 103px;
		padding: 1px 3px;
		border: 1px solid #343434;
		background-color: transparent;
		font-size: 10px;
	}
	
	#search .button {
		position: absolute;
		top: 0px !important;
		left: 104px;
		z-index: 1;
		width: 40px;
		height: 17px;
		border: 0px;
		background: transparent;
		text-indent: -9999px;
	}

ul#languageNavigation {
	display: block;
}

ul#languageNavigation li {
	display: block;
	float: left;
	margin-right: 10px;
}

ul#metaNavigation {
	position: absolute;
	top: 2px;
	right: 1px;
}

	#metaNavigation li {
		float: left;
	}

	#metaNavigation li a {
		float: left;
		font-size: 10px;
		line-height: 10px;
		white-space: nowrap;
		padding-left: 15px;
		margin-left: 15px;
		border-left: 1px solid #000;
	}

	#metaNavigation li a.first {
		border-left: 0;
	}

ul#mainNavigation {
	position: absolute;
	top: 152px;
	left: 200px;
	width: 700px;
	background: #124467;
	z-index: 2;
}

	#mainNavigation li {
		float: left;
		width: auto !important;
		width: 1px;
		white-space: nowrap;
		background: #124467 url(../images/corner_top.gif) no-repeat 100% 0;
	}

	#mainNavigation li.act,
	#mainNavigation li.cur,
	#mainNavigation li.sfhover,
	#mainNavigation li:hover {
		color: #fff;
		background: #000 url(../images/corner_top.gif) no-repeat 100% 0;
	}

	#mainNavigation li a{
		display: block;
		height: 20px;
		padding: 0 20px 0 6px;
		margin: 0;
		font-size: 11px;
		line-height: 20px !important;
		line-height: 19px;
		color: #D2DCDE;
		background: url(../images/corner_bottom.gif) no-repeat 0 17px;
	}
	
	#mainNavigation li ul {
		position: absolute;
		top: 20px;
		left: -9999px;
		width: 188px !important;
		width: 210px;
		margin-left: -27px;
		padding: 0 30px 30px 30px; /*Das ist f&#65533;r den unsichtbaren Rand*/
		/*border-top: 1px solid #000;*/
	}
	
	#mainNavigation li li,
	#mainNavigation li li.act,
	#mainNavigation li li.cur {
		clear: left;
		width: 186px !important;
		width: 188px;
		background: #124467;
		/*opacity: 0.8;
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		filter: alpha(opacity=90);*/
		border: solid #000;
		border-width: 0 1px 1px 0;
	}
	
	#mainNavigation li li.sfhover,
	#mainNavigation li li:hover {
		color: #fff;
		background: #000;
	}
	
	#mainNavigation li li a {
		width: 186px;
		background: transparent;
	}
	
	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		left: auto;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 200px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

ul#subNavigation {
	border-top: 1px solid #B3BDC7;
}

	#subNavigation li {
		text-align: left;
	}

	#subNavigation li a {
		display: block;		
		height: 20px;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 20px;
		font-size: 11px; 
		border-bottom: 1px solid #B3BDC7;
	}
	
	#subNavigation li a.act,
	/*#subNavigation li a.cur,*/
	#subNavigation li a:hover {
		color: #fff;
		background-color: #000;
	}

	#subNavigation li li a {
		padding-left: 30px;
		background: #F6FAFD url(../images/small_arrow_left.gif) no-repeat 15px 8px;
	}
	
	#subNavigation li li a.act {
		color: #fff;
		background: #000 url(../images/small_arrow_left_hover.gif) no-repeat 15px 8px;
	}
	
	/*#subNavigation li a.act,
	#subNavigation li a.cur,*/
	#subNavigation li li a:hover {
		color: #fff;
		background: #000 url(../images/small_arrow_left_hover.gif) no-repeat 15px 8px;
	}

	#subNavigation li li li a {
		padding-right: 50px;
		background: #fff url(../images/small_arrow_left.gif) no-repeat 157px 8px;
	}
	
	/*#subNavigation li a.act,
	#subNavigation li a.cur,*/
	#subNavigation li li li a:hover {
		color: #fff;
		background: #000 url(../images/small_arrow_left_hover.gif) no-repeat 157px 8px;
	}

	#leftContent {
		padding: 10px 0 10px 0;
	}

#col2 {
	position: relative;
	float: left;
	width: 500px;
	overflow: visible !important;
	overflow: hidden;
}

	#rootline {
		padding: 4px 20px 0 20px !important;
		padding: 6px 20px 0 20px;
	}

	#rootline li {
		float: left;
	}

	#rootline li a {	
		color: #999;
		font-size: 10px;
		line-height: 10px;
		padding-left: 18px;
		background: url(../images/rootline_spacer.gif) no-repeat 6px 5px;
	}

	#rootline li.first a {
		background: none;
		padding-left: 0;
	}	

	#mainContent {
		padding: 19px 20px 10px 20px !important;
		padding: 17px 20px 10px 20px;
	}
	
	#printPage{
		margin: 19px 20px 20px 20px !important;
		margin: 17px 20px 20px 20px;
		text-align: right;
		border-bottom: 1px solid #124467;
	}

	#printPage a {
		color: #000;
		font-size: 10px;
	}

#col3 {
	position: relative;
	float: left;
	width: 200px;
	overflow: visible !important;
	overflow: hidden;
}

	#rightContent {
		padding: 10px 0 10px 0;
	}

#footer {
	position: relative;
	background: #F6FAFD;
	padding: 8px 0 8px 220px;
	width: 680px !important;
	width: 900px;
}

	#copyright {
		float: left;
		width: auto !important;
		width: 1px;
		margin-right:10px;
		font-size: 10px;
		color: #3D89D4;
		white-space: nowrap;
	}	

	#footerNavigation {
		width: auto !important;
		width: 500px;
	}
	
	#footerNavigation li {
		float: left;
	}

	#footerNavigation li a {
		float: left;
		font-size: 10px;
		color: #3D89D4;
		line-height: 10px;
		white-space: nowrap;
		padding: 0 10px 0 10px;
		border-left: 1px solid #3D89D4;
	}

#languageNavigation {
	margin-left: 200px;
}

#languageNavigation li a {
	font-size: 10px;
	line-height:10px;
}