

* {
	font-family : Verdana, Helvetica, sans-serif;
	line-height: 130%;
	margin:0;
	padding: 0;
	color: black;
}

body{
	background-color: #A1A5A6;
	font-size: 80%;
}

/* ****************************   Head Beginn*********************************** */

div.head{
	background-color: #011B25;
	height: 123px;
	width: 82%;
	margin: auto;
	background-image: url(images/head-gross.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

img.home{
	border: none;
	float: right;
	z-index : 0;
}

.head a{
	color: #EEEFEF;
	font-weight: bold;
	margin-left: 0.4em;
	font-size: 85%;
}
/* ****************************   Head Ende  *********************************** */

/* ****************************   Nav-Head Beginn  *********************************** */

div.navhead{
	background-color: #A1A5A6;
	width: 82%;
	margin: auto;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-align: center;
	padding-left: -1em;
	padding-right: -1em;
	border: solid 1px black;
}

.navhead ul{
}

.navhead li{
	display: inline;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #01A0E1;
}

.navhead a{
	text-decoration: none;
	color: #EEEFEF;	
	background-color: #A1A5A6;
	padding-right: 1em;
	padding-left: 1em;
}

ul.sub{
	border-top: solid 1px #E30A01;
}

/* ****************************   Nav-Head Ende  *********************************** */



div.seite{
	width: 82%;
	margin: auto;
	background-color: #EEEFEF;
}


/* ****************************   Text Teil Beginn  *********************************** */

div.text{
	background-color: #EEEFEF;	
	padding: 2em;
	min-height: 400px;
}

.text p{
	padding-bottom: 0.5em;
}

.text h1{
	padding-bottom: 1em;
	font-size: 1.6em;
}

.text h2{
	font-size: 1.2em;
	color: #01A0E1;
	padding-top: 0.5em;
}

div.bildrechts{
	padding-top: 2.5em;
	float: right;
	padding-left: 3em;
	padding-bottom: 1em;
}

.bildrechts img{
	border: none;
}

a.bildrechts{
	border: none;
}

.bold{
	font-weight: bold;
}

.grossfett{
	font-weight: bold;
	font-size: 1.2em;
}

div.startseite{
	background-color: #EEEFEF;	
	padding: 2em;
	padding-bottom: 4em;
}

.startseite h1{
	text-align: center;
	padding-bottom: 1.3em;
	font-size: 1.6em;
}

.startseite p{
	padding-bottom: 0.5em;
}

.startseite img{
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

ul.leistungen{
	padding-bottom: 2em;
}

.leistungen li{
	margin-left: 3em;
	padding-bottom: 0.5em;
}

.text li{
	margin-left: 3em;
	padding-bottom: 0.5em;
}

p.webautor{
	display: none;
}

.text img{
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

a{
	text-decoration: underline;
}

img.kamera{
	float: left;
	margin-bottom: 2em;
}

.projekte img{
	padding-top: 1em;
	float: right;
	padding-left: 3em;
	padding-bottom: 2em;
	border: none;
}

.projekte td{
	vertical-align: top;
	padding-bottom: 2em;
}


/* ****************************   Fusszeile Beginn  *********************************** */

div.fusszeile{
	background-color: #A1A5A6;
	width: 82%;
	margin: auto;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-align: center;
	padding-left: -1em;
	padding-right: -1em;
	border: solid 1px black;
	font-size: 0.95em;
	font-weight: bold;
	color: #EEEFEF;	
}

.fusszeile a{
	color: #EEEFEF;
}
/* ****************************   Fusszeile Ende  *********************************** */

