/*aufgeraumt*/
/*allgemein*/
*{
	margin: 0;
	padding: 0;
	}
.none{
	display: none;
}
body {
	/*background-color: #bbbbbb;
	*/
	background-image: url(../img/higru.gif);
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em;
	color: #CC3333;
}
.wrap {
	background-color: #fffffe;	
	margin: 0 auto;
	width: 760px;
	text-align: left;
	height: 100%;
	}
.wrapcontinue{
	background-color: #fffffe;
	background-image: url(../img/higruwrap.gif);
	background-repeat: repeat-y;
	width: 760px;
	height: 50em;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	color: #333333;
	}
	
a:hover {
	background-color: #EBEBEB;
	color: #CC3333;
	}
.aktiv{
	color: #CC3333;
}
.textlink{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 15px;
	background: url(../img/pfeil.gif) no-repeat;
	background-position : left;
	color: #CC3333;
}
.rauf{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-right: 15px;
	margin-right: 30px;
	background: url(../img/rauf.gif) no-repeat;
	background-position : right;
	color: #CC3333;
	position: relative;
	right: -425px;
	color: silver;
	
}
/*
a:hover#rauf {
	color: #CC3333;
	background-color: #EBEBEB;
	text-decoration: none;
}*/
/*inhaltsseite*/
#line{
	height: 400px;
	width: 1px;
	float: left;
}
.headimg{
	padding-bottom: 0.5em;
	border-bottom: 1px solid silver;
}

#navigation{
	padding-top: 30px;
	padding-left: 20px;
	float: left;
	height: 350px;
	width: 170px;
	/*background-color: #E1E1E1;
	*/
	font-size: 0.95em;
	background-image : url(../img/fuss.gif);
	background-repeat : no-repeat;
	background-position : bottom;
}

.contentnav  li{
	padding-left:5px;
	padding-bottom: 3px;
	margin: 0;
	list-style-type: none;
	color: black;
	border-bottom: 1px solid silver;
}
.secnav li{
	padding-right: 10px;
	text-align: right;
	padding-bottom: 3px;
	list-style-type: none;
	color: black;
	border-bottom: 1px solid silver;
}
#inhalt{
	border-left:1px solid silver;
	padding-top: 30px;
	float: left;
	height: 100%;
	width: 530px;
}
h1{
	padding-left: 30px;
	padding-bottom: 1em;
	font-size: 1.1em;
}
h2{
	padding-left: 30px;
	padding-bottom: 1em;
	font-size: 1em;
}
h3{
	padding-left: 30px;
	padding-bottom: 0.6em;
	font-size: 1em;
	color: #6B6B6B;
}
h5{ /*tagebuch*/
	margin-left: 30px;
	border-bottom: 1px solid silver;
	font-size: 0.95em;
}
p{
	padding-left: 40px;
	color: #333333;
	font-size: 0.95em;
	padding-bottom: 0.95em;
}
.fussnote{
	font-size: 0.5em;
}
#fuss{
	clear: both;
	height: 3.48em;
	border-top: 1px solid silver;
	font-size: 0.95em;
	padding-left: 30px;
	padding-top: 5px;
	color: silver;
}
.footprint{
	display: none;
}
/*kontakt*/
label{
	display: block;
	height: 1.1em;
}
#kontakt p{
	margin-left: 20px;
	padding-bottom: 0.5em;
}
.fehler{
	background-color:  #F4D5D5;
}
#c50  #inhalt{
	background-image: url(../img/higruform.gif);
	background-repeat: repeat-y;
	/*background-color: #E8E8E8;
	*/
}
#c51  #inhalt{
	background-image: url(../img/higruform.gif);
	background-repeat: repeat-y;
}
#c300  #inhalt{
	background-image: url(../img/higruform.gif);
	background-repeat: repeat-y;
}
#c40 #inhalt{
	background-image: url(../img/higruform.gif);
	background-repeat: repeat-y;
}

/*tagebuch*/

.tagebuch{
	color: #666666;
}
.auti{
	padding-top: 0.6em;	
	font-weight: bold;
	color: #000000;
}
.uti{
	position: relative;
	left: -3em;
	color: #666666;
}
.comment{
	padding-left: 4em;
	width: 400px;
	margin-bottom: 1em;
}
.kap{
	position: relative;
	left: -100px;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 1em;
	padding-bottom: 1em;
}
/*-------------------linkliste und impressum*/
#linkliste{
	padding-left: 30px;
	font-size: 0.9em;
}

#linkliste dl {
	margin-bottom: 1em;
	color: #333333;
}

#linkliste dl dd{
	margin-left: 3.7em;
}
.liste{
	font-weight: bold;
}
.listlink{	
	color: #CC3333;
	font-weight: normal;
	font-size: 0.7em;
}
.rechts{
	text-align : right;
}