@charset "utf-8";
/* CSS Document */
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	*/
	margin: 10px;
	padding: 0px;
	text-align:left;
	position: relative;
}
body, td, div, th, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-size: 12px;
}
#menu {
	position: absolute;
	left: 0px;
	top: 55px;
}
.hide {
	display: none;
}
#sitenav {
	position: absolute;
	top: 5px;
	right: 0px;
}
#main {
	position: relative;
	width: 980px;
}

#menu ul, #sitenav ul, #submenu ul {
	padding:0px;
	margin:0px;
}
#menu li, #sitenav li {
	display:inline;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
#menu li a {
	background-color: #FFCC00;
	border: 1px solid #FFCC00;
	display: inline-block;
	padding: 5px;	
	margin:0px;
	font-size:120%;
	font-weight:bold;
}
#menu li a:hover, #menu li.active a{
	background-color: #FFFFFF;
	border: 1px solid #666666;

}
#submenu li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
#submenu li a {
	background-color: #FFCC00;
	border: 1px solid #FFCC00;
	display: block;
	padding: 5px;	
	margin:0px;
}
#submenu ul.level2 li a {
	padding-left: 15px;	
}
#submenu ul li.active a {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#cWrap {
	position: relative;
	padding-top:100px;
	margin-left:210px;
	overflow:auto;
}
#viewtype {
	position:absolute;
	right:0px;
	top:42px;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;	
	color:#000000;
	padding:3px;
}
#viewtype a {
	text-decoration:underline;
	font-weight:bold;
}
#search {
	margin: 0px;
	padding: 10px;
	clear: both;
	border: 1px solid #000000;	
	overflow:auto;
	position:absolute;
	left:0px;
	top:90px;
}
#search input {
	display:inline;
	float:left;
}
#submenu {
	position:absolute;
	left:10px;
	top:135px;
	width:190px;
}
#content {
	float:left;
	width:520px;
}
#head .contenttable {
	width:auto; !important
}
/*
#head .contenttable td.align-center {
	display:none;
}
#head .contenttable td .bodytext {
	width:500px; !important
}
*/
#right {	
	float:left;
	width:200px;
	margin-left:10px;
}
p {
	margin:0px;
	padding:0px;
}
#footer {
	clear:both;
	
}
#footer a {
	padding-right:5px;
}
h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px; }
h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 120% }
h4 { font-size: 110% }
h5 { font-size: 105% }
#viewtype a.standard {
	background-image: url(/fileadmin/templates/sc.gif);
	text-indent: -1000px;
	height: 25px;
	width: 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
}
#viewtype a.contrast {
	background-image: url(/fileadmin/templates/contrast.gif);
	text-indent: -1000px;
	height: 25px;
	width: 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
}

