﻿* {
	margin: 0px;
	padding: 0px;




}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	background: #d0bc77 ;
 

margin: 0px 0px 0px 0px;

padding: 0px 0px;



}

a {
	color: #1b65c8;
}

a:hover {
	color: #98bd07;
}

a:visited {
	color: #003e93;
}

h1,h2,h3 {
	color: #000;
	border-bottom: 1px dotted #d0bc77;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 5px; 
	margin-left: 0px;
}

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

img {
	
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 15px;
}

table thead th, table thead td {
	background: #e3e3e3;
	color: gray;
	text-align: left;
}

table th, table td {
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 5px;
}


#main-container {
	width: 810px;
	height: 650px;
margin: 0px auto;
	
background-image: url("imgs/background1.png") ; 

background-repeat:no-repeat;


}

#branding  img {
margin-top: 50px;	
margin-left: 50px;

}



#navigation {
	clear: right;
	width: 690px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 0px;
	background: url("imgs/nav.png") bottom left repeat-x;
}

#navigation a {
	padding: 5px 10px;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	background: url("imgs/hover.png") bottom left repeat-x;
}

#navigation ul li {
	display: inline;
}

#inhalt {
	
width: 690px;

margin-top: 20px;
margin-left: 50px;
}




#inhalt-haupt {
	width: 500px;
	
float: right;
	padding-right: 15px;
	
	margin-bottom: 10px;
text-align: center;

}


#inhalt-haupt p {
	
text-align: center;

}

#inhalt-sub {
	width: 160px;
	height: 300px;
	float: left;
	
margin-left: 5px;

background-image: url("imgs/DSC_9135.png") ;
background-repeat:no-repeat;
}

#inhalt-haupt .portrait-foto {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 1px dotted #999999;
}

#inhalt-sub #navigation-sub ul li {
	
	list-style-type: none;
	
	margin-left: 0px;
	padding: 5px 10px;
	color: black;
	text-decoration: none;


}

#inhalt-sub #navigation-sub ul li a {
	
	color: black;
	text-decoration: none;
	
}

#inhalt-sub #navigation-sub ul li a:hover {
	list-style-type: none;
	color: #d0bc77;
	}


#inhalt-kontakt {
	width: 500px;
	
float: right;
	padding-right: 15px;
	
	margin-bottom: 10px;

text-align: center;
}

#inhalt-kontakt p {
	
text-align: center;
font-size: 12pt;


}

#inhalt-kontakt a {
	
	color: black;
	
	
}

#inhalt-kontakt  a:hover {
	list-style-type: none;
	color: #d0bc77;
	}


#inhalt-galerie {
	width: 500px;
	
float: right;
	padding-right: 15px;
	
	margin-bottom: 10px;

text-align: center;
}

#inhalt-galerie p {
	
text-align: center;
font-size: 10pt;


}


#fusszeile {
	clear: both;

	
}




#inhalt-haupt .galerie-foto {
	height: 120px;
	width: 120px;
	float: left;
	padding: 4px;
	margin: 7px;
	border: 1px solid #aaaaaa;
	background: #d0bc77;
text-align: center;
}

#inhalt-haupt .galerie-foto img {
	border: 1px solid gray;

}

#inhalt-haupt .galerie-foto a:hover img {
	border: 1px solid white;

}

#inhalt-haupt #imageContainer img {
display:none;
position:absolute;
top:0; 
left:0;
border: none;
}





