@charset "utf-8";
/* CSS Document */
/* 
CSS FILE FOR www.roskosmeier.de
AUTHOR: MICHAEL SIEBERT / novanauten
LAST UPDATE: 2007/10/24
*/

/*----- Redefine HTML TAGS -----*/
html { 
	overflow-y: scroll; 
 	overflow: -moz-scrollbars-vertical; 
}
body {
	background-image: url(../../picture/bg_streifen.png);
	background-repeat: repeat-x;
	background-position: 0px 80px;
	background-color: #F0F0F0;
	text-align: center;
}
body, form, div, p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1A2F5F;
	margin-bottom: 10px;
}
h3 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A2F5F;
	margin-bottom: 10px;
}
input, textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
input {
	height: 22px;
}

/*----- Define Custom Div IDs -----*/
#container {
	position: relative;
	width: 768px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#container a:link, #container a:visited { 
	text-decoration: underline;
	color: #30519C;
}
#container a:hover {
	color: #9CAE1C;
	text-decoration: underline;
}
#top {
	position: relative;
	background-image: url(../../picture/bg_schatten.png);
	background-repeat: repeat-y;
	height: 80px;
}
#middle {
	position: relative;
	background-image: url(../../picture/bg_schatten_mitte.png);
	background-repeat: repeat-y;
	height: 220px;
}
#bottom {
	position: relative;
	background-image: url(../../picture/bg_schatten.png);
	background-repeat: repeat-y;
}
#footer {
	position: relative;
	background-image: url(../../picture/bg_footer.png);
	background-repeat: no-repeat;
	/* background-position: bottom;	*/
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 1px;
}
#logo {
	position: relative;
	top: 40px;
	left: 34px;
}
#language {
	position: absolute;
	top: 20px;
	right: 29px;
}
#language img {
	margin-left: 5px;
	margin-right: 5px;
}
#imprint {
	float: right;
}
#imprint a:link, #imprint a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#imprint a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageimage {
	padding-left: 4px;
	padding-top: 20px;
}
#mainnavigation {
	position: relative;
	padding-top: 50px;
	padding-right: 34px;
	float: right;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	text-align: right;
}
#mainnavigation a:link, #mainnavigation a:visited {
	border-bottom: 1px;
	border-bottom-color: #CFCDCD;
	border-bottom-style: solid;
	color: #000000;
	display: block;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	text-decoration: none;
	width: 180px;
}
#mainnavigation a:hover {
	background-color: #FAFAFA;
	background-image: url(../../picture/arrow.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	color: #9CAE1C;
}
#mainnavigation ul {
	list-style: none;
}
#left {
	position: relative;
	margin-left: 30px;
	float: left;	
	width: 170px;
	display: inline;
}
#subnavigation ul {
	list-style: none;
}
#subnavigation li ul {
	list-style: none;
	padding-left: 20px;
}

#subnavigation a:link, #subnavigation a:visited {
	background-image: url(../../picture/arrow.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	color: #30519C;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 3px;
	text-align: left;
	text-decoration: none;
	width: 150px;
}
#subnavigation a:hover {
	color: #9CAE1C;
	text-decoration: underline;
}
#content, #right, #left, #contentstart, table, input, textarea {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#content {
	border-left: 1px;
	border-left-color: #CFCDCD;
	border-left-style: dashed;
overflow: auto;
}
#content ul {
	list-style-position: outside;
	list-style-image: url(../../picture/arrow.gif);
	list-style-type: square;
	margin-left: 20px;
}
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#content img {
	margin-right: 5px; 
}

#right {
	position: relative;
	float: right;
	margin-right: 34px;
}
#right ul {
	list-style: none;
}
#right a:link, #right a:visited { 
	text-decoration: none;
	color: #30519C;
}
#right a:hover { 
	text-decoration: underline;
	color: #9CAE1C;
}
#quickstart {
	position: relative;
	width: 340px;
	margin-left: 30px;
	border-right: 1px;
	border-right-color: #CFCDCD;
	border-right-style: dashed;
	float: left; 
	display: inline; 
}
#quickstart table td {
	vertical-align: top;
	line-height: 120%;
}
#quickstart img {
	margin-bottom: 0px;
	margin-right: 0px;
}
#quickstart a:link, #quickstart a:visited {
	color: #000000;
	text-decoration: none;
}
#quickstart a:hover {
	color: #9CAE1C;
	text-decoration: underline;
}
#news {
	margin-left: 390px;
	margin-right: 34px;
}
#news h1 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #1A2F5F;
}

#news h1 a:link, #news h1 a:visited {
	text-decoration: none;
	color: #1A2F5F;
}
#news h1 a:hover {
	color: #9CAE1C;
	text-decoration: underline;
}


/*----- Define Custom CSS Classes -----*/
.contentsmall {
	margin-right: 160px;
	margin-left: 210px;
	padding-right: 12px;
	padding-left: 30px;
	border-right: 1px;
	border-right-color: #CFCDCD;
	border-right-style: dashed;
	border-left: 1px;
	border-left-color: #CFCDCD;
	border-left-style: dashed;
}
.contentnormal {
	margin-right: 34px;
	position: relative;
	margin-left: 210px;
	padding-left: 30px;
}
.formLabelRequired {
	vertical-align: top;
	padding-right: 12px;
}
.leveltitle {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9CAE1C;
	width: 150px;
	border-bottom: 1px;
	border-bottom-color: #CFCDCD;
	border-bottom-style: dashed;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.startpad {
	padding-left: 4px;
}
.starttd {
	padding-top: 4px;	
	padding-left: 6px;
}
.listEntry {
	margin-bottom: 16px;
}
.imgborder {
	border: 1px solid #CFCDCD;
}
.tdborder {
	border-bottom: 1px;
	border-bottom-color: #CFCDCD;
	border-bottom-style: dashed;	
	padding-left: 5px;
}
.bluebox {
	border: 1px solid #9CAE1C;
	background-color: #F5F5F6;
	padding: 6px;
}
/*----- Bugfixing mainly for IE  -----*/
/* 3px BUG - Hide from IE5-mac. Only IE-win sees this. \*/
* html #left {
	margin-right: -3px;
}
* html #content {
	height: 1%;
	margin-left: 217px;
}
/* End hide from IE5/mac */