
@import url("forms.css");
@import url("menu.css");

*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
}

/* Allgemeines */
body {
	background:#ffffff;
	font-size:12px;
	color: #333333;
	font-family: Arial;
}

a:link {
	color:#000080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#000080;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
	padding:10px;
}



/* Absaetze / Header*/
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:18px;
	color:#000080;
}
h3 {
	font-size:14px;
	color:#000080;
}
h5 {
	font-size:10px;
}


/* Tabellen / Forms */

input {
	border: 1px solid lightblue;
	width:400px;
	font-size:13px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

textarea {
	border: 1px solid lightblue;
	width:400px;
	height:50px;
	font-size:13px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

/* Layout */
#header {
	width:1000px;
	height:233px;
	vertical-align:bottom;
	background: url(img/header.jpg) repeat-y;
}

#navi {
	vertical-align:top;
	text-align:left;	
	margin-left:25px;
	padding-left:25px;
	float:left;
	color:#ffffff;
	width:200px;
	font-size:18px;
	text-decoration:none;
}

#big {
	text-decoration:none;
	padding-left:5px;
	border-left:4px solid #ffffff;
	color:#ffffff;
}

#big:hover{
	text-decoration:none;
	color:#ffffff;
}
ul#small {
	padding-left:20px;
	list-style-type:none;
	}


#men {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	margin-left:3px;
	padding-left:-2px;
	border-left:1px solid #ffffff;
}
#men:hover{
	background:#ffffff;
	color:#000080;
}


#content {
	background: url(img/sbg.jpg) repeat-y;
}

#frame {
	vertical-align:top;
	text-align:left;
	padding-right:10px;
	width:708px;
}


#footer {
	clear:both;
	background: url(img/bottom.jpg) bottom no-repeat;
	font-size:12px;
	vertical-align: text-bottom;
	text-align:center;
	height:89px;
	
}
