@CHARSET "UTF-8";

body{
	background-color: #F4F1EC;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #343434;
}

#header{
	height: 189px;
	width: 950px;
	text-align: left;
	border: 0px;
	background-image: url('/media/images/common/header.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-bottom: 23px;
	margin-bottom: 0px;
}

#header h1{
	float: left;
	margin: 0px;
	font-size: 19px;
	padding-left: 135px;
	padding-top: 142px;
	font-family: Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
}

#header h2{
	margin: 0px;
	color:#FFFFFF;
	padding-top: 145px;
	padding-left: 418px;
	padding-bottom: 9px;
	font-size: 13px;
}

#shadowL{
	background-image: url('/media/images/common/shadowL.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
}

#shadowR{
	background-image: url('/media/images/common/shadowR.gif');
	background-repeat: repeat-y;
	background-position: 950px 50%;
	padding-right: 5px;
}

#background{
	background-color: #FFFFFF;
}

.site{
	float: left;
}

#leftCol{
	width: 168px;
	padding: 5px 5px 0px 12px;
}

#centerCol{
	width: 526px;
	border-left: 1px solid #214940;
	border-right: 1px solid #214940;
	padding: 5px 20px 0px 12px;
	min-height: 810px;
}

#rightCol{
	width: 190px;
	padding-left: 5px;
	padding-right: 10px;
}

.sidebar .navigation{
	padding-bottom: 23px;
}
.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active{
	color: #20483F;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active{
	font-size: 13px;
	text-decoration: underline;
}

.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active{
	color: #20483F;
	padding-bottom: 5px;
}

.ebene2-1, .ebene2-1:link, .ebene2-1:visited, .ebene2-1:active{
	color: #20483F;
	padding-bottom: 5px;
}

.ebene2-1_angewaehlt, .ebene2-1_angewaehlt:link, .ebene2-1_angewaehlt:visited, .ebene2-1_angewaehlt:active{
	text-decoration: underline;
	font-weight: normal;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active{
	text-decoration: underline;
	font-weight: normal;
}

.box{
	border-top: 1px solid #214940;
	padding-top: 10px;
	margin-bottom: 20px;
}

.box h2{
	margin: 0px;
}

.box p{
 	margin: 0px;
 	line-height: 18px;
 	font-size: 11px;
}

a, a:link, a:visited, a:active{
	/*color: rgb(119, 119, 119);*/
	color: #343434;
}

.box a, .box a:link, .box a:visited{
	color: #343434;
}

#content h1{
	margin: 0px 0px 14px 0px;
	color: #20483F;
	font-size: 19px;
}

.searchInput{
	color: #224a41;
	font-weight: bold;
	width: 182px;
	height: 18px;
	border: 1px solid #224a41;
	padding-top: 2px;
	padding-left: 6px;
	margin-bottom: 20px;
}

.tundra .dijitTextBox.searchInput{
	border: 1px solid #224a41;
	margin: 0px 0px 20px 0px;
}

.box.dropdown{
	border: 0px;
	padding-top: 0px;
}

.tundra .dijitTitlePaneTitle{
	color: #FFFFFF;
	background-color: #20483F;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-image: url('/media/images/common/arrow_dropdownbox.gif');
	background-position: 128px 50%;
	background-repeat: no-repeat;
	background-position: 150px 50%;
	cursor: pointer;
	border: none;
}

.tundra .dijitTitlePane .dijitArrowNode{
	background-image: none;
}

.tundra .dijitTitlePaneTextNode{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:-7px;
}

.tundra .dijitTitlePaneFocused .dijitTitlePaneTextNode{
	text-decoration: none;
}

#leftBoxes .box.dropdown h2{
	background-position: 128px 50%;
}

p{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 14px;
	margin-top: 14px;
}

.newsTitle{
	margin-bottom: 14px;
	margin-top: 6px;
	font-size:15px;
}

.newsTitle a, .newsTitle a:link, .newsTitle a:visited, .newsTitle a:active{
	color: #222222;
}

.newsSpacer{
	height: 35px;
}