/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0;
		}

body {
	background: url(images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000;
	width: 100.1%;
	height:101%;
	margin-bottom: 1px;
	overflow: scroll;
    }


/* --------------- Header ---------------*/
#cheader {
	width:100%;
	height: 175px;
	background: url(images/bg_page.jpg) left bottom repeat-x;
	text-align: center;
}
#header {
	width: 900px;
	height: 175px;
	margin: 60px auto 0px auto;
	background: url(images/bg_header.jpg) left bottom  no-repeat;
	text-align: left;
	border-left: none;
    border-right: none;
	overflow: hidden;
}






/* --------------- Page ---------------*/
#page {
	width:100%;
	text-align: center;
}
#ccontent {
	width: 904px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}



/* --------------- content ---------------*/
#content {
	float: left;
	width:900px;
	background-color:#1A0001;
	filter:alpha(opacity=90); /* Internet Explorer */
    -moz-opacity: 0.90; /* Mozilla Browser */
    opacity: 0.90; /* Opera */
	margin: 0px 0px 0px 0px;
	line-height: 1.7em;
	min-height: 500px;
    height: auto;
	border-left: 2px solid #2A0100;
	border-right: 2px solid #2A0100;
	margin-bottom: 0px;
}
#content h1{
	margin: 15px 0px 15px 20px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	color: #FFFFCC;
}
#content h2{
	margin: 12px 0px 12px 20px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 150.00%;
	font-weight: normal;
	color: #FFFFCC;
}
#content h3{
	margin: 10px 0px 10px 20px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 130.00%;
	font-weight: normal;
	color: #FFFFCC;
	}
#content h4{
	margin: 8px 0px 8px 30px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 110.00%;
	font-weight: normal;
	font-style: italic;
	color: #cccccc;
}
#content p{
	margin: 10px 20px 20px 30px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}	
#content a {
    margin: 10px 20px 20px 30px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #cccccc;
}
#content a:hover {
    text-decoration: underline;
    color: #FFFFCC;
}

#content ul{
	margin: 10px 20px 20px 60px;
	padding:0px;
}

#content li{
    list-style-type: square;
	padding: 0px;
	color:#cccccc;
}
#content img {
    margin: 20px 20px 20px 30px;
	padding:5px;
	border: 1px solid #cccccc;

}

/* --------------- footer ---------------*/
#cfooter {
	width:904px;
	height: 50px;
    margin: 0px auto 0px auto;
    margin-top: 0px;
    padding-top:0;
    	filter:alpha(opacity=90); /* Internet Explorer */
    -moz-opacity: 0.90; /* Mozilla Browser */
    opacity: 0.90; /* Opera */
	text-align: left;
	overflow: hidden; 
	background-color: #111111;
	border-top: 1px solid #5f5f5f;
	text-align: center;
}
*html #cfooter{margin-top: -16px;}
#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#ref {
	float: right;
	margin: 16px 0px 0px 0px;
	font-size: 75.00%;
	color: #999;
}
#ref a{
	color: #999;
}

/* --------------- Formulare ---------------*/
#content form {
    margin-left: 30px;
	clear: left;
	line-height: normal;
	width: 360px;
}
#content label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
#content label.plabel {
	font-weight: bold;
}
#content input {
	clear: left;
	float: left;
    margin-left: 20px;
}
#content select {
	clear: left;
	float: left;
    width: 245px;
    margin-left: 20px;
}
*html #content select {
margin-left: 50px;
}
*+html #content select {
margin-left: 50px;
}

#content option {
	clear: left;
	float: left;
    width: 360px;
}
#content textarea {
	clear: left;
	float: left;
    width: 360px;
    margin-left: 20px;
}
#content input.submit {
	width: auto;
	float: left;
	color: red;
	margin: 15px 0px 20px 20px;
}
#content input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}
