html, body	{ 
	color: #000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 100%;
	line-height: 1.65em;
}

body {
	margin:0;
	padding:0;
}

#page {
	margin: 10px auto;
	width: 90%;
}

#header {
	background-color: #ffa200;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin:0 0 30px;
}

#navigation ul {
	padding-left: 0;
}

#navigation li {
	list-style-image:none;
   	list-style-type:none;
	margin: 15px 0;
	color: #fff;
}



#navigation li a, #navigation li a:visited {
	display:block;
    height:100%;
    width:100%;
    color: #fff;
   	text-decoration: none;
}

#navigation li.first {
	background: #ff7e00;
}

#navigation li.second {
	background: #28a2bc;

}

#navigation li.third {
	background: #ce1854;

}

#navigation li.last {
	background: #a30013;
}

#footer {
	border-top: 1px solid #000;
	text-align: right;
	margin-top: 30px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #575757;
}

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

h1 {
	font-weight: normal;
	font-size: 120%;
	text-align: center;
}

.nophonelink {
	display: none;
}

.button {
	background-color: #F6F6F6;
	


	text-align: center;

	padding: 15px 0px;
	display: block;
}

.inactive {
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#karte {
	width: 80%;
	height: 420px;
	padding: 1% 10%;
	background-color:#EEE;
}



@media screen and (min-width: 800px) {
	
	html, body	{ 
		color: #575757;
		//color: #f00;
		font-family: Georgia, serif;
		background: #fff url(../images/verlauf.png) repeat-x 0 0;
	}
	
	#page {
		margin-top: 20px;
		width: 880px;
		height: 602px;
		// background: transparent url(../content.png) no-repeat 1px 0;
	}
	
	#header {
		background: transparent url(../images/header.png) no-repeat 0 0;
		width: 694px;
		height: 149px;
		padding: 0;
		color: transparent;
		margin-right: 0;
		float: right;
	}
	
	#navigation {
		width: 200px;
		float: left;
		margin-top: 0;
		position: absolute;
	}
	
	#navigation ul, #navigation li {
		margin-top: 0;
	}
	
	#navigation li, #navigation li a {
		color: transparent;
	}
	
	#navigation li.first {
		background: transparent url(../images/person.png) no-repeat left 0;
		width: 185px;
		height: 157px;
		margin-left: 15px;
		margin-top: 0px;
	}
	
	#navigation li.second {
		background: transparent url(../images/qualifikation.png) no-repeat left 0;
		width: 187px;
		height: 159px;
		margin-left: 5px;
		margin-top: -27px;
	}
	
	#navigation li.third {
		background: transparent url(../images/taetigkeit.png) no-repeat left 0;
		width: 195px;
		height: 171px;
		margin-left: 0;
		margin-top: -29px;
	}
	
	#navigation li.last {
		background: transparent url(../images/kontakt.png) no-repeat left 0;
		width: 179px;
		height: 149px;
		margin-left: 9px;
		margin-top: -9px;
	}
	
	#navigation li.first.inactive:hover {
		background-position: right 0;
	}
	
	#navigation li.second.inactive:hover {
		background-position: right 0;
	}
	
	#navigation li.third.inactive:hover {
		background-position: right 0;
	}
	
	#navigation li.last.inactive:hover {
		background-position: right 0;
	}
	

	
	
	#section, #footer {
		margin-left: 243px;
		width: 570px;

	}
	
	#section {
		padding-top: 182px;
		min-height: 400px;
	}
	
	#article p {
		line-height: 1.5em;
		font-size: .9em;
		margin: .75em 0;
	}
	
	
	h2 {
		font-weight: normal;
		margin-top: 0;
	}

	
	p.clear {
		clear: both;
	}
	
	.button {
		background-color: transparent;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	
		text-align: left;
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	li.button {
		display:block;
	}
	
	a.phone, a.phone:hover {
		display: none;
	}
	
	.nophonelink {
		display: inline;
	}
	
	
	#footer {
    	font-family:"Trebuchet MS",sans serif;
		font-size: 0.75em;
		text-decoration: none;

	}

	#footer a {		
		font-weight: bold;
	}
		
	#footer a:hover {		
		text-decoration: underline;
	}
	
	#karte {
		width: 570px;
		height: 450px;
		padding: 0;
	}
		
		
}