/*ColorSchema created with kuler.adobe.com
blue: 19BBFF (BaseColor)
violett: 7E05C3
dark orange: FF5119
light green: 26E80B
yellow: FFC519*/


body{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


@media (min-width: 1000px) { 
	body{
		font-size: 11px;
	}
	
	div.logo{
		width: 420px;
		padding-top: 150px;
		float: left;
	}
	
	div.wrapper{
		margin: 0 auto;
		width: 1000px;
		margin-top: 25px;
		padding-top: 25px;
	}
	
	.allObjekt{
		float: left;
		width: 550px;
	}
	
	.objekt { 
		width: 550px;
		margin-bottom: 50px;
	}
	
	h1{	
		font-size: 40px;
		margin-left: 40px;
		margin-top: 30px;
	}
	.objektHeader{
		height: 75px;
	}
	
	.objekt img{
		float: left;
		height: 75px;
	}
	
}

@media (max-width: 999px) { 
	body{
		font-size: 14px;
	}
	
	div.logo img{
		height: 75px;
	}
	
	div.wrapper{
		margin: 0 auto;
		width: 90%;
		max-width: 800px;
	}
	
	.allObjekt{
		margin: 0 auto;
		width: 100%;
	}
	
	.objekt { 
		width: 100%;
		margin-bottom: 10px;
	}
	
	h1{	
		font-size: 1.5em;
		margin-left: 10px;
		margin-top: 20px;
	}
	
	.objektHeader{
		height: 50px;
	}
	
	.objekt img{
		float: left;
		height: 50px;
	}
}



.objekt img{
	float: left;
	padding: 0px;
	border: 0px;
}

.objekt { 
	line-height: 15px;
	text-align: left;
	border-bottom: #e9e9e9 1px solid;
	box-shadow: #999999 5px 5px 5px;
	background-color: #fefefe;
}

.hoverable:hover{
	box-shadow: #555555 5px 5px 5px;
}

.objekt p{
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom 0px;
}

h1{	
	float:left;
	color: #fafafa;
}

#headerSchellerhau{
	background-color: #19bbff;
	width: 100%;
	padding: 0px;
}

#headerRehefeld{
	background-color: #7e05c3;
	width: 100%;
	padding: 0px;
}

#headerOthal{
	background-color: #935600;
	width: 100%;
	padding: 0px;
}

#headerDresden{
	background-color: #cf3600;
	width: 100%;
	padding: 0px;
}

div.start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100px;
	height: 100px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	clear:both;
}
		
div.objektstart { 
	line-height:13px;
	height:100px;
	width: 500px;
	text-align:center;
	float: left;
}			

div.impressum {
    width: 100%;
    clear:both;
	text-align: center;
    border-top: 0px solid #999999;
	z-index: 5;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: -25px;
}

.objekt a{
	display: block;
	width: 100%;
	height:100%;
}

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

a:visited {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}

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

.objekt a.externalLink{
	text-decoration: underline;
}
