:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }


legend { display:none; }

* {
	padding: 0;
	margin:0;
   text-decoration:none;
}

html {  width: 980px; margin: 0; padding: 0;background-image:url(back_white.gif); 
			 background-repeat:repeat-y; height: 101%;}
			 
			 
body {
	font-size: 12px;
	color: #333;
	font-family: verdana, helvetica,sans-serif;
}

.clear {
	clear:both;
}

.flLeft { float:left; }

.flRight { float:right; }

.warning { color:#f00; }

#inhalt {
  width:  980px;
  padding-top: 30px;
}

#links {
	float:left;
	margin: 0;
	padding-left: 40px;
	width: 290px;
 	text-align: left;
 	
}
  
#rechts {
position: absolute;
	margin-left: 540px !important;
	margin-left: 150px;
	width:440px;
 	text-align: left; 	
}

p {
	font-size: 11px;
	line-height: 1.2em;
}


h1 {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #868686;
}

h2 {
	font-size: 11px;
	color: #333;
	font-family: verdana, helvetica,sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


#links li {
	font-size: 11px;
	color: #333;
	font-family: verdana, helvetica,sans-serif;
	background-image: url(https://ssl3.server-center.de/~fototdbk/www.fototeriet.de/files/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0 3px; 
	padding-left: 10px;
	margin-bottom: 3px;
}

#links ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#logo {
	margin-bottom: 50px;
}


#links a:link {color: blue; text-decoration:none;}
#links a:visited {color: blue; text-decoration:none;}
#links a:active {color: blue; text-decoration:none;}
#links a:hover {color:black; text-decoration:none;}


/*	Navigation vertical -
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	position:absolute;
	text-align: right;
	left: 340px;
	margin-top: 300px;
	padding: 0;
	width: 100px;
	z-index:4;
}

#navigation ul.nav1st {

}

#navigation ul.nav1st a{
	display:block;
	padding-right: 6px;
}

#navigation ul.nav1st a.level1 {
	font-size:13px;
	font-weight: bold;
	color: #000;
}

#navigation ul.nav1st a:hover {
   color: #000;
	background-color: #eee;
}

#navigation li.navhistory a.level1{
	color: #fff;
	background-color: #000;
}
#navigation li.active a.level1{
	color: #fff;
	background-color: #000;
}


#navigation ul.nav1st li.active a.level2{
	background-image: url(https://ssl3.server-center.de/~fototdbk/www.fototeriet.de/files/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0 3px; 
	padding-left: 10px;
	margin-left: 100px;
}


#navigation ul.nav1st a.level2 {
	font-size:12px;
	font-weight: normal;
	color: #fff;
	margin-left: 100px;
	padding-left: 10px;
	width: 85px;
	text-align: left;
}

#navigation  ul.nav1st a.level2:hover {
	background-color: #eee;
	color: #000;
	
}

#navigation ul.nav1st li.active a.level2:hover{
background-image: url(https://ssl3.server-center.de/~fototdbk/www.fototeriet.de/files/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0 3px; 	

}

.hassoThumb {
	float: left;
	margin:  15px;
	text-align: center;
	vertical-align:middle;
	
	background-color: #222;
	display: block;	
	
}


.hassoThumb a:link img {

}

.hassoThumb a:visited img {

}

.hassoThumb a:active img {

}


.hassoThumb:hover  {

}


#hassoPic {
	text-align:center;
	margin: 0px;

}


.hassoTitle {
	font-weight: bold;
	text-align:center;	
	
}

.hassoDescription {
width: 440px;
margin-left: 180px;
	text-align:left;	
}

#hassoPic img {
	border: 0px;
}

#hassoPrevNextNav {
	text-align: center;
	font-size: 10px;
}

#hassoPrevNextNav a {
	color: #777;
   font-weight: normal;	 
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
}

#hassoPrevNextNav a:hover {
	color: #fff;
   font-weight: normal;	 
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
} 


/* form-module
*******************************************************************************/
#form-module {
	padding:0px;
	margin:0px;
}

#form-module fieldset {
}

#form-module legend {
	display:none;
}


#form-module p {
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	margin-bottom:5px;
	width: 70px;
}

#form-module label.checkbox {
	width:100px;
	margin-bottom:5px;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin-bottom:5px;
	width: 190px;
	color: #000;
	border:1px solid #e5e5e5;
	font-size:11px; font-family: verdana, helvetica,sans-serif;
}

#form-module input.text {
}

#form-module input.checkbox {
	padding:0;
	border:none;
}

#form-module input.submit { 
	padding: 0 5px 5px 0;
	border:1px solid #333;
	margin-left: 162px;
	width: 100px;
	height: 18px;
	background-color:#e5e5e5;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:80px;
}

#form-module-thanks {
	display:block;
}
