@charset 'utf-8';
@import url(reset.css);


/* ---------->>> C O N T E N T <<<-----------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#444;
	text-align:left;
	line-height: 20px;
	font-size:15px;
}

#border_1 {border-top: 7px solid #08A5BB; margin-bottom: 4px;}
#border_2 {border-top: 5px solid #723a8b; margin-bottom: 4px; width: 880px;}
#border_3 {border-top: 6px solid #72b220; margin-bottom: 25px; width: 60%; float: right;}


/* ---------->>> N A V I G A T I O N <<<-----------*/

.container {
	position: left;
	width: 1180px;
}

#navi {
	float:left;
	font-family: 'Francois One', sans-serif;
	font-size: 30px;
	padding-bottom: 2px;
	margin-left: 50px;
	margin-top: 60px;
	width: 700px;
	height: 30px;
}

#navi li {
	display: inline;
	margin-right: 80px;
}

li a {
	color: #888;
}

#logo {
	float:left;
	width: 380px;
	height: 110px;
	background: url('../img/medialayouts.png');
	}



/* ---------->>> I N H A L T <<<-----------*/

.inhalt {
	float: left;
	width: 620px;
	margin: 30px 0px 30px 50px;
	}

.eine_spalte {
	position: relative;
	float: left;
	width: 620px;
	margin-bottom: 30px;
	}

.zwei_spalten {
	position: relative;
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
	}

/* ---------->>> S E I T E N L E I S T E <<<-----------*/

#seite {
	float: left;
	margin-left: 85px;
	width: 380px;
	height: 500px;
}

#kontakt {
	background: #FFF url('../img/back_schatten2.png') no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	margin: 30px;
	width: 305px;
	height: 240px;
	font-size: 13px;
	}

.bild {
	background: #FFF url('../img/back_schatten2.png') no-repeat;
	padding: 8px; 
	margin: 30px;
	width: 305px;
	height: 240px;
	}



/* ---------->>> A L L G E M E I N <<<-----------*/

h1 a{
	text-indent: -5000px;
	display: block;
	width: 380px;
	height: 110px;
}

h2 {
	font-family: 'Francois One', sans-serif;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Francois One', sans-serif;
	font-size: 22px;
	color:#888;
	padding-top: 20px;
	padding-bottom: 10px;
}

h4 {
	font-family: 'Francois One', sans-serif;
	font-size: 16px;
	color:#888;
	padding-top: 20px;
	padding-bottom: 10px;
}


a {text-decoration: none; color: #08A5BB; }

#navi li.aktiv a {color:#000;}

a:hover {text-decoration: none; color: #72b220; }

p {
margin-bottom: 3px;
}