/* HTML */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	background-color: white;
	color: #888A95;
	}

hr {
	color: #E8E8E8;
	width: 100%;
	height: 1px;
	}
a {
	color: #888A95;
	text-decoration: none;
	font-weight: bold;
	}

h1 {
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	margin-bottom: 5px;
	color: #0F5397;
	}

.csc-firstHeader {
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	color: #0F5397;
	}

h2 {
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	margin-bottom: 5px;
	color: #0F5397;
	}

h3 {
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	margin-bottom: 5px;
	color: #0F5397;
	}

.bodytext {
	margin: 5px 0 5px 0;
	}

ul {
	margin: 10px 15px 10px 15px;
	}

li {
	margin-bottom: 3px;
	}


.startDIV{
width:663px;
padding-left:7px;
font-size:10px;
}

.startDIV DIV UL{
margin-top:5px;
margin-left:15px;
padding:0px;
}

.startDIV DIV UL LI{
margin-bottom:0px;
}

/* Formulare */
select {
	color: #888A95;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	border: 1px solid #888A95;
	background-color: white;
	padding: 2px;
	}
input {
	color: #888A95;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	border: 1px solid #888A95;
	background-color: white;
	padding: 2px;
	}
input[type="submit"] {
	cursor: pointer;
	}
textarea {
	color: #888A95;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	border: 1px solid #888A95;
	background-color: white;
	padding: 2px;
	}
button {
	padding: 0px;
	background-color: #C0EBFB;
	color: #787C83;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	border: 1px solid #787C83;
	}

/* Rand */
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	/* height: 100%; */
	height: 665px;
	background-color: #0F5397;
	z-index: 5;
}
#right {
	position: absolute;
	top: 0px;
	left: 940px;
	width: 60px;
	/* height: 100%; */
	height: 665px;
	background-color: #0F5397;
	z-index: 5;
}

/* Content-Bereich */
#main {
	position: relative;
	top: 0px;
	left: 230px;
	width: 685px;
	height: 100%;
	background-color: white;
	z-index: 8;
	padding: 0 10px 0 15px;
}

#inhalt {
	_height: 0px;
	min-height: 0px;
	margin: 0px;
	padding: 0px;
	}

/*Sprachwahl*/
.sprachwahl{
	position:relative;
	margin-bottom:11px;
	_margin-bottom:16px;
	margin-top:13px;
	height:60px;
	width:120px;
	/*margin-left:15px;*/
	margin-left: auto;
	margin-right: auto;
}
.flagge_deu{
	position:absolute;
	left:0px;
}
.flagge_eng{
	position:absolute;
	left:34px;
}
.flagge_franz{
	position:absolute;
	left:66px;
}
.flagge_daen{
	position:absolute;
	left:99px;
}
.flagge_norw{
	position:absolute;
	left:0px;
	top:20px;
}
.flagge_span{
	position:absolute;
	left:34px;
	top:20px;
}
.flagge_ital{
	position:absolute;
	left:66px;
	top:20px;
}
.flagge_swe{
	position:absolute;
	left:99px;
	top:20px;
}
.flagge_rus{
	position:absolute;
	left:0px;
	top:40px;
}

.submenu {
	padding-left: 30px;
	}
.submenu a {
	color: #06A6E2;
	font-size: 10px;
	}