/*----------------CSS Reset----------------*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;}
	
ul, ol {
	list-style: none;}
	
b, strong {
	font-weight: bold;}
	
img, a img {
	border: none;}

a {
	text-decoration: none;}
	
em {
	font-style: normal;}

/*---------------Schrift/Größe-----------------*/
	
body {
	color: black;
	font-family: sans-serif;
    font-size: 100%;
	text-align: left;
	background-color: rgb(214,229,229);}
	
h1, h2, h3 {
	font-weight: bold;
	padding: 1% 0;}
	
h1 {
	font-size: 160%;}
	
h2 {
	font-size: 130%;
	text-align: left;}
		
h3 {
	font-size: 100%;}
		
blockquote, q {
	color: #f18110;}
	
a:link, a:visited {
	color: blue;
	text-decoration: none;}
	
a:hover, a:focus, a:active {
	color: blue;
	text-decoration: none;}
	
/*---------------Layout--------------------*/
/*------------Alle Seiten-------------------*/

#gesamt {
    position: absolute; top: 0px; left: 0px;
    min-width: 800px;}

#banner {
	z-index: 0;
	margin-top: 2px;}

    #logo {
        position: absolute; left: 5px;
        z-index: 3;
        width: 29.5%;}
		
    #bannerbild {
        z-index: 1;}

#navbar {
	z-index: 1;
	margin-bottom: 1ex;}

	#navpunkte {
		padding: 7px;
		margin-top: 1ex;
		text-align: center;
		background-color: rgb(0,98,140);}
	
	#navpunkte li {
		display: inline;}

	#navpunkte a {
		padding: 0 4px;
		color: rgb(131,208,240);
		font-weight: bold;}

	#navpunkte a:hover {
		color: rgb(240,243,188);}
		
	#navpunkte a img {
		border: 2px solid rgb(0,98,140);}
		
	#navpunkte a:hover img {
		border: 2px solid rgb(131,208,240);}

/*------------Startseite-------------------*/

#main {
	color: rgb(0,98,140);}
	
	#bildbox {
		width: 19.5%;
		margin-left: 0.4em;}

	#content {
		border: 1px solid black;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		width: 76%;
		padding: 1%;
		margin-left: 1%;
		margin-bottom: 1%;
		background-color: rgb(214,229,229);}

	#content ul {
		list-style-type: disc;
		margin-left: 6%;}
	
	#content li ul {
		list-style-type: none;}
	
		#absatz1 {
			margin-bottom: 2%;
			text-align: justify;}
		
			#text p {
				padding: 4% 0;}
			
		#kern h2 {
			padding: 0;}
		
		#absatz2 h3 {
			padding: 4% 0;}
		
/*------------Vita/Referenzen-------------------*/

#inhaltvr {
	float: left;
	width: 100%;
	color: rgb(0,98,140);}

	#inhaltvr ul {
		margin-top: 10px;
		padding-left: 40px;
		list-style: disc outside;}

	#inhaltvr a:link, #inhaltvra:visited {
		color: blue;
		text-decoration: underline;}
		
	#inhaltvr a:hover, #inhaltvr a:focus, #inhaltvr a:active {
		color: blue;
		text-decoration: underline;}
		
#vita {
	width: 800px;
	padding-left: 1%;
	margin: 10px auto;}	
			

#referenz {
	width: 800px;
	padding-left: 1%;
	margin: 10px auto;}	
			
/*------------Impressum-------------------*/

#impressum {
	width: 800px;
	margin: 0 auto;
	text-align: center;}

/*---------------Allgemein--------------------*/

.fl {
	float: left;}

.fr {
	float: right;}
	
.cf {
	clear: both;}

#navpunkte .active {
	border: 2px solid white;}

.navtex {
	margin: 0 0.5em;}

.navpic {
	margin-top: -3px;}

.breit1 {
	width: 100%;}

.breit2 {
	width: 49.5%;}

