/* Farben:
dunkelbraun: #2f1b12
mittelbraun: #47352b
hellbraun: #59483f
noch heller braun: #624e43
 */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
	border: none;
		font: normal normal normal small/20px "Lucida Grande" "Trebuchet MS" Verdana Helvetica sans-serif;
	}


html {
	color: #2f1b12;
	background: #fff url(../images/bg.gif) top center repeat;
	}

body {
	text-align: center;
}

img.gross {
	border: 6px solid White;
	width: 319px;
	height: auto;
}


.trenn {
text-align: center;

}

p.small {
	font-size: xx-small;
}

p.autor {
font-size: small;
font-style: italic;
line-height: 34px;
}

p.comments_invite{
	font-size: xx-small;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
}

h2 a{
text-decoration: none;
 font-size: 21px;
 font-weight: normal;
 line-height: 30px;
}

h3 a{
text-decoration: none;
 font-size: 18px;
 font-weight: normal;
 line-height: 25px;
}

a:link {
color: #624e43;
}

a:visited, a:active {
color: #59483f;
}

#hauptinhalt-links a:hover {
text-decoration: underline;
}
	
#navigation a:hover {
	text-decoration: none;
	}
}
	
	
acronym {
	text-decoration: none;
	color: #2f1b12;
	border-bottom: 1px dotted #59483f;
	cursor: help;
}


p {
	text-align: left;
	}

hr {
	color: White;
	width: 372px;
	height: 5px;
	border: 0px solid;
	background: White;
	margin-left: -20px;
	margin-top: 12px;
	margin-bottom: 16px;
	}

h1 {
	text-align: left;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	font-size: 18px;
	}
	

h2 {
	text-align: left;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	}
	

h3 {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	}
	
h4 {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	}
	

ul {
	list-style: square inside; 
}

ol {
	list-style: decimal inside;
}



/* navigation
----------------------------------------------- */

#navigation ul {
	list-style: square inside;
	 
}


#navigation hr {
	color: White;
	width: 180px;
	height: 3px;
	border: 0px solid;
	background: White;
	margin-left: -10px;	 
}



/* Kopf- und Fuss
----------------------------------------------- */

#anhaenger-kopf h1 {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 4.5em;
	line-height: 1em;
		display: none;
	}


#anhaenger-kopf h2 {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 4.5em;
	line-height: 1em;
		display: none;
	}

	
#anhaenger-fuss p {
	padding-top: 30px;
	text-align: center;
	color: #82604d;
	}


/* layout
----------------------------------------------- */

#anhaenger {
	position: relative;
	text-align: left;
	width:604px;
	margin: 0px auto 30em auto;

}

#anhaenger-kopf {
	width:604px;
	height:180px;
	background-image: url(../images/anhaenger_kopf.gif);
	background-repeat: no-repeat;
	}


#anhaenger-koerper {										                           
	width:604px;
	background: White url(../images/anhaenger_koerper.gif) repeat-y;
	float: left;
	}


#anhaenger-fuss {
	width:604px;
	height:63px;
	top: 600px;
	background-image: url(../images/anhaenger_fuss.gif);
	background-repeat: no-repeat;
	clear: both;

}

#hauptinhalt-links {
	width:335px;
	padding: 0px 0px 0px 42px;
	float: left;

}

#navigation {
	padding-left: 32px;
	padding-top: 7px;
	top: 0px;
	width:160px;
	height: auto;
	 float: left;

}


.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

.comments {
	font-style: italic;

}





/* Image Styles von cyberfisch*/

img.image{
border: 2px;
border-style: solid; 
border-color: black;
margin:5px 5px 5px 0px;
}
img.thl{
float:left;
border: 1px;
border-style: solid; 
border-color: black;
margin:3px 12px 0px 0px;
}
img.thr{
float:right;
border: 1px;
border-style: solid; 
border-color: black;
margin:5px 0px 5px 5px;
}
ul.thumbnail { 
	padding-left: 2px;
	margin: 8px 0px 0px 0px;
}
ul.thumbnail img{
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 6px;
   border-style: solid;
	border-width: 2px;
	border-color: White;
}