/* Standard Stylesheet
www.inbalance-weimar.de
Start: 01.01.2007
Letzte Aenderung:
*/

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #FBF1DD;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}
em{
padding:0;
margin:0;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em;
	text-align:justify;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.7em;
	margin-top:0;
	margin: 0.2em;
	padding:0;
}

h2 {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em;
	text-align:justify;
	text-decoration: underline;

}

h3 {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em;
	text-align:center;
	text-decoration: none;

}

h4 {
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.7em;
	margin-top:0;
	margin: 0.2em;
	padding:0;
	color:#990033;
	font-style:italic;
	text-align:center;
}

hr{
	color: #CC0000;
	background-color:#CC0000;
	height:1px;
	width:98%;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* Layout */
#wrapper {
}

#header {
}

#navi {
}

#content {
}

#sidebar {
}

#footer {
}

#navcontainer
{
margin-top:10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
border-top: 2px solid #c03437;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: right;
margin-top: -11px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: right;
	padding-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #c03437;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #c03437;
border-top: 2px solid #c03437;
border-bottom: 2px solid #c03437;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #c03437;
border-top: 2px solid #c03437;
border-bottom: 2px solid #c03437;
}


div.main_up {
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	width: 770px;
	height:150px;
	padding:0;
	color: #CCCCCC;
	background-color: #F4DAA2;
	border: 2px solid #c03437;
	border-bottom:none;
}

div.sub_banner {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	width: 770px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	color: #660000;
	background-color: #F4DAA2;
	border-left: 2px solid #c03437;
	border-right: 2px solid #c03437;
 }


div.main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width: 770px;
	color: #000000;
	background-color: #F4DAA2;
	padding: 0px;
	padding-top:5px;
	padding-bottom:3px;
	border-left: 2px solid #c03437;
	border-right: 2px solid #c03437;
	text-align:left;
	vertical-align: top;
}

div.main_down {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 770px;
	background-color: #c03437;
	color: #FFFFFF;
	text-align: right;
	padding-top:3px;
	padding-bottom:3px;
	height: auto;
	border-left: 2px solid #c03437;
	border-right: 2px solid #c03437;
	border-bottom: 2px solid #c03437;
}

div.main_down p {
	font-size: x-small;
	font-weight: normal;
	color: #fff;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.main_down a {
	font-size: x-small;
	font-weight: normal;
	color: #fff;
	background:none;
	text-align:center;
}
div.main_down a:visited {
	font-size: x-small;
	font-weight: normal;
	color: #fff;
	background:none;
	text-align:center;
}

dl.ImgRight {
	float: right;
	margin-left: 1em;
	margin-bottom:0.5em;
	margin-top:6px;
	margin-right:0px;
}
dl.ImgRight img{
	border: none;
	margin-top:0px;
	margin-bottom:0;
	padding:0;}
dl.ImgRight dt {
	margin-bottom: 0;
	padding:0;
}
dl.ImgRight dd {
	margin: 0;
	padding:0;
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} /*verhindert das Einrücken und den Abstand nach oben*/

dl.ImgLeft {
	float: left;
	margin-left: 1em;
	margin-bottom:0.5em;
	margin-top:6px;
	margin-right:5px;
}
dl.ImgLeft img{
	border: none;
	margin-top:0px;}
dl.ImgLeft dt {
	margin-bottom: 0;
}
dl.ImgLeft dd {
	margin: 0;
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} /*verhindert das Einrücken und den Abstand nach oben*/

dl.ImgAlone {
	float: none;
	margin-left: 1em;
	margin-bottom:0.5em;
	margin-top:6px;
	margin-right:5px;
}
dl.ImgAlone img{
	border: none;
	margin-top:0px;}
dl.ImgAlone dt {
	margin-bottom: 0;
}
dl.ImgAlone dd {
	margin: 0;
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} /*verhindert das Einrücken und den Abstand nach oben*/
/*** Links **/

/*infocontainer*/
.infocontainer
{
	text-align: left;
 	padding:5px;
	color: #003399;
	background:none;
	float:right;
	margin:0;
	margin-left:10px;
	margin-bottom:5px;
	margin-right:10px;
	border: 1px dashed #c03437;
text-decoration: none;
color: #999;
}
.infocontainer p
{
margin:0px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
font-size:14px;
color: #c03437;
}
.infocontainer ul {
margin-bottom:2px;
margin-top:2px;
color: #c03437;
}
.table_absatz{
text-align:center;}