@import url(reset.css);

body {
	background: #291984 url(../img/bg.jpg) 50% 0 no-repeat;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}


	
a {
	text-decoration: none;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
#content {
	background: #f9f9f7 url(../img/content-bg.gif) 0 0 no-repeat;
	clear: both;
	margin-bottom: 50px;
	}

#header h1 {
	position: absolute;
	left: 10px;
	bottom: 19px;}

#header h1 a {
	background: url(../img/slind-training.png) 0 0 no-repeat;
	display: block;
	height: 59px;
	width: 172px;
	text-indent: -9000px;
	}


/* --------- NAVIGATION ---------- */

#header {
	position: relative;
	height: 120px;
	}

#navigation {
	position: absolute;
	bottom: 20px;
	right: 10px;
	}

#navigation li {
	float: left;
	padding: 0 0 0 15px;
	}

#navigation li a {
	color: #fff;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	}

#header li a:hover {

	}


/* --------- HEADLINE -------------- */

#headline {
	background: #ebeae8;
	border-bottom: 1px solid #e5e4e2;
	padding: 30px 50px 30px 50px;
	}

#headline h2 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1.2;
	}

#headline p {
	font-size: 1.4em;
	color: #555;
	}

#content a {

	border-bottom: 1px solid #ccc;
	color: #555;
	}


/* --------- HAUPTTEIL -------------- */

#main {
	padding: 40px 50px;
	}

#links p {
	font-size: 1.2em;
	line-height: 1.8;
	text-align: justify;
	padding-bottom: 0.5em;
	}

#links {
	float: left;
	width: 600px;
	}

.kontakt #links {
	width: 740px;
	}
	
.willkommen #links {
	width: 800px;
	}

#links h3 {
	font-size: 1.8em;
	padding: 1.2em 0 0.3em 0;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #e5e4e2;
	}

#links h4 {
	font-size: 1.4em;
	padding: 0.6em 0;
	}


#links ul, #links ol {
	padding-bottom: 0.5em;
	}

#links li {
	font-size: 1.2em;
	line-height: 1.5;
	}

#links ul.liste li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	}

#links ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	line-height: 1.8;
	}

img.bildStartseite {
	padding-bottom: 20px;
	}


#content li span {
	font-size: 0.8em;
	}

#rechts {
	width: 140px;
	float: right;
	}
	
#rechts a {
	border-bottom: 0;
	}

#rechts li {
	padding-bottom: 15px;
	}




#content img.headline {
	padding: 20px 0 15px 0;
	}
	
#bild-startseite {
	background: url(../img/bild-startseite.jpg) 0 0 no-repeat;
	display: block;
	height: 269px;
	width: 930px;
	}

#bild-startseite p {
	padding: 145px 0 0 17px;
	width: 475px;
	}

.spalten .links {
	float: left;
	padding-left: 40px;
	width: 380px;
	}

.spalten .links-breit {
	float: left;
	width: 670px;
	}

.spalten .rechts {
	float: right;
	padding-right: 40px;
	width: 380px;
	}

.clear {
	clear: both;
	padding: 0 0 0 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

#content p {

	
	}
	


/* --------------- KONTAKT --------------*/

form input, form textarea {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #666;
	width: 578px;
	}

form input {
	display: block;
	border: 1px solid #e7e7e7;
	background: #fff;
	}

form input#button {
	width: 200px;
	border: 1px solid #cccccc;
	background: #d4d4d4;
	margin-top: 20px;
	}
	
form input#button:hover {
	cursor: pointer;
	background: #cccccc;
	}
		
form textarea {
	height: 150px;
	display: block;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 10px;
	}










/* --------- Footer -------------- */

#footer {
	background: #ebeae8;
	border-top: 1px solid #e5e4e2;
	padding: 30px 50px 30px 50px;
	}

#footer p {
	font-size: 1.1em;
	color: #555;
	}

#footer p span {
	padding: 0 10px;
	}

#footer p a {
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #ccc;
	}

#footer p a:hover {
	border-bottom: 1px solid #888;
	}

strong {font-weight: bold;}	