@charset "UTF-8";
/* CSS Document */
body {
	background-color: #527aab;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:20px;
	margin:0px;
	text-align: center;
	background-image: url(images/pagebg2.png);
	background-repeat: repeat-x;
}

#inhalt {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	border: 1px solid #CCC;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		
	-webkit-box-shadow: #999999 3px 3px 10px;
	-moz-box-shadow: #999999 3px 3px 10px;
	box-shadow: #999999 3px 3px 10px;
}

#header {
	background-color: #39b2ce;
	height:110px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
			
p, h1, pre {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h1 {
	font-family: 'Tangerine', arial, serif;
	font-size: 32px;
	color: #52026E;	
}

a { 
	color: #04819E;
	background-color:transparent;
	text-decoration: none; 
}
 
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

#footer{
	height:53px;
	margin-top: 12px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B4BD2F;
	text-align: center;
	padding-bottom: 8px;
}
#picright {
	float: right;
	padding-right: 7px;
	padding-top: 5px;
}
#picleft {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
}

#smtext {
	font-size: 10px;
	color: #CCC;
}
#blue {
	color: #206676;
}
input {
	border: 1px solid #CCCCCC;
}
textarea {
	border: 1px solid #CCCCCC;
}
.tbl {
	border: 1px solid #CCC;
	padding: 4px;
	}
#border {
	margin: 1px;
	padding: 4px;
	border: 1px solid #CCC;
}

