/* 

Code:

Thorsten Sperber
mail[at]aero2k.de

*/

/* Farben

#352EAD dunkelblau
#6F6AC9 etwas heller

*/


/* Abstände auf 0 setzen, Hintergrund formatieren */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 101%;
}

/* Allgemeingültige Formatierungen */

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: dimgrey;
	text-decoration: underline;
}

a:active {
	color: dimgrey;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}

.center {
	text-align: center;
}

img {
	border: 0;
}

.klein {
	font-size: 0.9em;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.wichtig {
	color: dimgrey;
	font-weight:bold;
	}

h1 {
	font-size: 1.5em;
	color: dimgrey;
	border-bottom: 1px solid lightgrey;
}

h2 {
	font-size: 1em;
	color: dimgrey;
	padding: 10px 5px;
}

h3 {
	font-size: 1em;
	color: dimgrey;
	}

p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
}
/* Allgemeingültige Formatierungen ENDE */

/* Sektionsweite Formatierungen */

/* Center-Trick */

body {
	text-align: center;
	background-color: lightgrey;
	overflow-y: scroll;
	}

#container {
	background-color: white;
	margin: 0 auto;
	width: 700px;
	text-align: center;
	}


/* Header */

#header-wrap {
	background: white;
	position: relative;
	left: -150px;
	top: 10px;
	}

#header {
	text-align: center;
	background-image: url(logo.gif);
	background-position: 10px 5px;
	background-repeat:no-repeat;
	height: 100px;
	position: static;
	padding-left: 100px;
	padding-top: 30px;
	width: 750px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#header h1 {
	border-bottom: 0;
	}

#header p {
	font-size: 0.8em;
}
/* ENDE Header */


/* Navi */
#navi {
	float: left;
	text-align: left;
	margin-top: 10px;
	height: 100%
}

#navi ul {
	font-size: 0.8em;
	line-height: 1em;
	padding: 1px;
	color: #666;
	position: relative;
	left: -150px;
	top: 40px;
	width: 180px;
}


#navi li {
	list-style: square;
	list-style-position: inside;
	color: dimgrey;
	background: lightgrey;
	border: 1px solid white;
//	background-image: url(brushed-metal-button.png);
	margin-bottom: 1px;
	padding: 5px 5px 7px 10px;
	}

#navi a {
	text-decoration: none;
}
/* ENDE Navi */

#leftContent {
	display: none;
	margin-top: 100px;
	position: relative;
	left: -150px;
	top: 40px;
	border: 1px solid white;
	background: lightgrey;
	padding: 4px;
	}

#leftContent h4 {
	margin-top: 2px;
	}
	
#messages {
	display: none;
	}

#main {
	padding-left: 110px;
	}

#content {
	text-align: left;
	padding-top: 30px;
	padding-left: 70px;
	position: relative;
	left: -110px;
	width: 600px;
	}

#footer {
	border-bottom: 1px solid dimgrey;
	border-top: 1px solid dimgrey;
	clear:both;
	display:block;
	text-align: center;
	line-height: 200%;
	font-size: 0.7em;
	width: 700px;
	margin-top: 20px;
	}

#footer a {
	text-decoration:none;
	}
	
/* Formulare */

.csc-mailform-field label
	{
	float: left;
	display: block;
	width: 150px;
	}
	
.csc-mailform
	{
	font-size: 0.75em;
	}