body {
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-image: url(../images/background_main.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

.hint {
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.hint a {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.hint a:hover {
	color: #cc0033;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/* ----------container-------------- */
#container {
	width: 900px;
	padding:0px;
	margin-right: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
} 

#date {
	width: 100px;
	margin-top: 185px;
	font-size: 10px;
	text-align: left;
	color: #cc0066;
	margin-left: 720px;
	position: relative;
}

/* --------------main navigavtion------------- */
#mainnav {
	width: 430px;
	margin-left: 135px;
	margin-top: 32px;
	font-weight: bold;
 }

#mainnav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
 }

#mainnav a:hover {
	color: #cc0033;
 }

/* ----------content-------------- */
#content{
	margin-top: 20px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#standardtext {
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#standardtext a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#standardtext a:hover{
	color: #cc0033;
}


div#content {
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

#content tr {
	vertical-align: top;
}

#formular input,textarea,select {
	color: #cc0033;
	font-weight: normal;
	padding: 2px;
	border: 2px solid #cc0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
}

#formular input.submit {
	font-weight: bold;
	border: 2px solid #cc0066;
	text-align: center;
	background-color: #ffffff;
	vertical-align: middle;
	color: #cc0033;
}

#formular input.submit:hover {
	font-weight: bold;
	border: 2px solid #cc0066;
	background-color: #cc0066;
	color: #ffffff;
	}

#formular form {
	font-weight: bold;
}


/*  ----------------metamenue---------------------- */ 
#metacontainer {
	width: 900px;
	left: 0;
	position: relative;
	height: 20px;
	margin-top: 40px;
} 

#metamenue
 {
	margin-left: auto;
	text-align: center;
	height: 20px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 500px;
	padding-top: 5px;
	margin-right: auto;
	font-weight: bold;
	background-color: #FFFFFF;
}

#metamenue a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
 }

#metamenue a:hover {
	color: #cc0033;
 }
 
/*  ----------------Kolumne---------------------- */ 
#text {
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
} 

#date_eintrag {
	font-size: 10px;
	text-align: left;
	color: #cc0066;
	margin-left: 40px;
	padding-top: 10px;
}

#kolumnenbild img {
	border: 2px solid #cc0066;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 40px;
	float: left;
} 

/*  ----------------Kolumnen Index Seite---------------------- */ 
#kolumnenindex {
	text-align: justify;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right:100px;
}


div#kolumnenindex {
	min-height:110px;
	height:expression(this.scrollHeight > 110 ? "auto":"110px");
}

#kolumnenindex a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 

#kolumnenindex a:hover {
	color: #cc0066;
} 

#kolumnenindex a img{
	border: 2px solid #cc0066;
	margin: 8px;
} 

#kolumnenindex a:hover img{
	border: 2px solid #cc0066;
	padding: 2px;
	margin: 6px;
} 

#kolumnenindex img{
	border: 2px solid #cc0066;
	margin: 8px;
	float: left;
} 

#kolumnenindexdate {
	font-size: 10px;
	color: #cc0066;
	margin-top: 5px;
} 

/*  ----------------Kolumnen Archiv Seite---------------------- */ 
#kolumnenarchiv img {
	border: 2px solid #cc0066;
	margin: 10px;
} 

#kolumnenarchiv a img{
	border: 2px solid #cc0066;
	margin: 10px;
} 

#kolumnenarchiv a:hover img{
	border: 2px solid #cc0066;
	padding: 2px;
	margin: 8px;
} 