@charset "UTF-8";
/* CSS Document */




* {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
#BACKGROUND {
	position: fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #C0C0C0;
}
#MAINNAVBOX {
	width: 200px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 0px;
	z-index: 900;
	padding-left: 16px;
	padding-right: 15px;
}
#CREATEBY {
	font-size: 9px;
	color: #FFF;
	/** Edit / SeS */
	position: fixed;
	height: 20px;
	width: 400px;
	bottom: 5px;
	z-index: 800;
	text-align: right;
	right: 0px;
}
#CREATEBY a, #CREATEBY a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
#CREATEBY a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #FFF;
	font-weight: bold;
}
#MAINNAVBOXBG {
	width: 200px;
	height: 3000px;
	position: fixed;
	left: 35px;
	top: 0px;
	z-index: 800;
	background-image: url(_images/nav_bg.png);
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-right: 15px;
}
#CONTENT {
	position: absolute;
	width: 695px;
	top: 106px;
	z-index: 800;
	left: 300px;
	margin-bottom: 40px;
	padding: 15px;
	background-image: url(_images/content_bg.png);
	background-repeat: repeat;
	min-height: 250px;
}
#SUBNAV {
	position: absolute;
	width: 790px;
	top: 85px;
	z-index: 800;
	left: 300px;
	height: 20px;
}
#SUBNAV  li {
	background-image: url(_images/content_bg.png);
	background-repeat: repeat;
	height: 17px;
	width: 120px;
	list-style-type: none;
	list-style-position: outside;
	color: #5EB0DF;
	font-size: 12px;
	padding-top: 3px;
	/**padding-left: 25px;*/
	text-align:center;
	cursor: pointer;
	float: left;
	margin-right: 1px;
}
#SUBNAV li:hover {
	color: #FFF;
	background-color: #0087D9;
	background-image: none;
}
#SUBNAV a, #SUBNAV a:visited {
	color: #0087D9;
	text-decoration: none;
}
#SUBNAV li:hover a, #SUBNAV li:hover a:visited {
	color: #FFF;
}
#SUBNAV li.level2active{
	color: #FFF;
	background-color: #0087D9;
	background-image: none;
}
#SUBNAV li.level2active a ,#SUBNAV li.level2active a:visited{
	color: #FFF;
	text-decoration: none;
	background-image: none;
}
/** Edit / SeS */
#MAINNAVBOX {
position: fixed;
}

#MAINNAVBOX #LOGO {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFF;
}
#MAINNAVBOX #MAINNAVI ul li {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087d9;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin-bottom: 1px;
	list-style-type: none;
	list-style-position: outside;
}
#MAINNAVBOX #MAINNAVI ul li:hover {
	background-color: #60b0e0;
}
#MAINNAVBOX #MAINNAVI ul li a, #MAINNAVBOX #MAINNAVI ul li a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#TOPNAV {
	font-size: 10px;
	color: #FFF;
	/** Edit / Ses */
	position: fixed;
	height: 20px;
	width: 300px;
	top: 0px;
	right: 0px;
	z-index: 800;
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
}
#TOPNAV a, #TOPNAV a:visited {
	color: #FFF;
	text-decoration: none;
}
#TOPNAV a:hover {
	text-decoration: underline;
}

#CONTENT h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0087d9;
	margin-bottom: 15px;
}
#CONTENT h2 {
	font-size: 12px;
	color: #0087d9;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 4px;
}
#CONTENT a, #CONTENT a:visited {
	color: #0088DF;
	text-decoration: underline;
}
#CONTENT a:hover {
	color: #5FB1E0;
}
#MAINNAVBOX #MAINNAVI ul .level1active {
	background-color: #5EB0DF;
}
#CONTENT p {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
#MAINNAVBOX #MAINNAVI ul li a:hover {
	color: #FFF;
}
#MAINNAVBOX #SKONTAKT {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#MAINNAVBOX #SKONTAKT a , #MAINNAVBOX #SKONTAKT a:visited{
	color: #0088DF;
	text-decoration: none;
}
#MAINNAVBOX #SKONTAKT a:hover {
	text-decoration: underline;
}
#MAINNAVBOX #SKONTAKT p {
	padding-bottom: 2px;
}

#CONTENT ul li {
	font-size: 12px;
	list-style-position: inside;
	margin-left: 10px;
	list-style-type: square;
	padding-bottom: 3px;
}
#CONTENT ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

