@import url(styles.css);

body {
	background-color:white;
}

#page {
	min-width: 900px;
}

#header {
	background:#F6F3E9 url('images/docendo-header-bg-295x90.png') no-repeat top right;
	height:86px;
}

#logo {
	padding:20px 0 0 30px;
}

#writing {
	font-family:Verdana,sans-serif;;
	margin:0 0 10px 130px;
	font-size: 13px;
	color:#000;
}

#navigation {
	font-family:Verdana,sans-serif;
	color:#FFF;
	background-color:#B1C800;
	border-width:2px 0 0 0;
	border-style:solid;
	border-color:#FFF;
	font-size: 12px;
	height:23px;
	line-height:23px;
	padding-bottom:2px;
	padding-left:5px;
}

#navigation * { display:inline; }

#navigation ul, #subnavigation ul {
	margin-bottom:0;
}
#navigation ul {
	margin:0;
	padding:0 0 0 20px;
}
#navigation li {
	display:inline;
	margin-bottom:0;
}
li.separator {
	margin:0 10px;
}

#subnavigation a {
	color: #005091;
	font-weight: bold
}

#navigation a {
	color: #FFF;
	font-weight: bold
}

#navigation a:hover, #subnavigation a:hover {
	text-decoration: none
}

#navigation a:hover, #navigation li.active a {
	color: #005091;
}

#subnavigation a:hover, #subnavigation li.active a {
	color: #B1C800;
}
#subnavigation ul {
	position:relative;
	left:-40px;
	list-style-type:none;
	list-style-image:none;
}
#subnavigation li{
	padding-bottom:2px;
}
li.level2 {
	width:140px;
	margin-top: 10px;
	font-size: 12px;
	line-height:100%;
	border-bottom:1px solid #CED5DF;
}

li.containerlevel3{
	list-style-type:none;
	list-style-image:none;	
	margin-top:0;
	margin-bottom:0;
}
li.containerlevel3 ul{
	margin-top: 0px;
	margin-bottom:5px;
	position:relative;
	left:-25px !important;
}
li.level3 {
	width:125px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height:100%;
	border-bottom:1px solid #CED5DF;
}


#middle {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#leftframe {
	position: relative;
	top:0;
	margin:5px 5px 100px 10px;
	float:left;
	width:144px;
	font-family:Verdana, sans-serif;
}

#main{
	margin-left:160px;
	border-left:1px solid #B1C800;
}

#content {
	margin-left:20px;
	margin-right:2px;
	min-height: 400px;
	padding-bottom:40px;
	padding-top:20px;
}

#content_mainpage {
	margin-left:60px;
	margin-right:2px;
	min-height: 400px;
	padding-bottom:40px;
	padding-top:30px;
}

#rightframe {
	float:right;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:15px;
	width: 180px;
	padding-top:20px;
}

#footer {
	clear:both;
	position: relative;
	top: 0px;
	width: 100%;
	border-top: 1px solid #B1C800;
	border-bottom: 1px solid #B1C800;
	font-size: 10px;
	padding: 3px 0;
}

#copy {
	position: relative;
	left: 0;
	width: 160px;
	text-align: center;
}

div#search {
	float:right;
	margin-right:3px;
}

input#searchbox {
	width: 120px;
	font-size: 10px;
	background-color: #B1C800;
	border:1px solid #EEF2D0;
}

input#search_img {
	position: relative;
	top: 2px
}

#contact {
	position: absolute;
	top: 7px;
	right: 110px;
	width: 13px;
	height: 9px
}

div#impressum {
	position: absolute;
	top: 3px;
	right: 30px
}

div#impressum a {
	color: #005091
}
.site_block { border:1px solid #005091; font-size:14px; font-weight:bold; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; background:url(images/site_block_bg.png) repeat-x scroll 50% 0%; float:left; height:200px; width:180px; color:#FFF; padding:8px 10px 4px 10px; margin:0 25px 20px 0 }
.site_block_header { margin-bottom:8px; padding-bottom:8px; border-bottom:1px solid white }
.site_block a { color:#FFF; background-image:none; text-decoration:underline; padding:0; font-size:12px }
.site_block a:hover { color:#B1C800 }
.site_block ul { list-style-type:none; list-style-image:none; position:static; margin:0; padding:0; }
.site_block li { background:transparent url(images/list-arrow.gif) no-repeat scroll left 6px; padding:0 0 2px 9px; line-height:120% }
.download_block_between { text-align:center; height:16px; line-height:16px; vertical-align:middle }
.download_block_version { margin:10px 15px; padding:6px; background-color:#B1C800; text-align:center; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #F6F3E9; font-size:12px }
.download_block_version a:hover { color:#005091 }

