/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p,
blockquote, th, td 
{ margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Normaliseirt font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Entfernt list-style aus Listen */
ol, ul
{ list-style: none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Tabellenvorgabe */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content: '';}

p {
	line-height: 15px;
}

a {
	color: black;
}

.errormessage {
	color: red;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

.cssbuttonfirst {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;  
    height: 16px;
    background-color: #E5EEB8;
    color: black;
    border: 0px;
    text-align: center;  
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    margin-right: 0px;	
}

.cssbuttonfirst a {
	display: block;	
	line-height: 16px;
	text-decoration: none;
	color: black;
}



/*lila #8f9dc8     */
/*graugrün #E5EEB8 */
/*grau #b0b0b0     */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #eeeeee;
}

div.container {
    width: 976px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: white url(../_images/bar_bg.gif) repeat-y;
}

div#leftcol {
	float: left;
	width: 100px;	
	
}



div#rightcol {
	float: right;
	width: 876px;
	background-color: white;
	height: 100px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

div#header {
	height: 135px;	
}

div#header .headlogo {
	float: left;
	padding: 10px 0px 0px 275px;	
}

div#header .headnavi {
	float: right;
	width: 195px;
	margin: 20px 0px 0px 0px;
}

div#header .headnavi span {
	display: block;
	float: left;
}

div#header .headnavi a {
    display: block;    
    float: left;
    font-size: 10px;
	color: black;
	text-decoration: none;
}

div#header .headnavi a:hover {
	text-decoration: underline;
}

div#header .headcallback {
	float: right;
	width: 165px;
	height: 25px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}

div#navi {
	float: left;
	height: 600px;
	width: 210px;	
}

div#contentpic {
	float: left;
	width: 666px;
	height: 177px;
}

div#contentpic img {
	margin-left: 6px;
}

div#content {
	float: left;
	width: 666px;
}

div#footer {
    width: 976px;
    margin: 0 auto;
    margin-top: -20px;
    padding: 0;
    height: 20px;
    background: white url(../_images/bar_bg.gif) repeat-y;
}

div#footer h1 {
	float: right;
	font-weight: normal;
	width: 972px;
	background: #E5EEB8 url(../_images/footer_bg.gif) no-repeat;
	line-height: 20px;
	text-align: right;
	padding-right: 4px;
}




/*   #### NAVITREE ### */
ul#navitree {
	
	font-weight: normal;	
	border-bottom: 1px solid #b0b0b0;
	width: 190px;	
}

ul#navitree li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #b0b0b0;	
	background: white url(../_images/dot_naviinactive.gif) 0px 6px no-repeat;
	line-height: 20px;
    padding-left: 14px;
}

ul#navitree li a:hover {
	background: white url(../_images/dot_naviactive.gif) 0px 6px no-repeat;
}

ul#navitree li a.active {
	background: white url(../_images/dot_naviactive.gif) 0px 6px no-repeat;
}

ul#navitree li ul li a {
	font-size: 11px;
	background: none;
	padding-left: 25px;
}

ul#navitree li ul li a:hover {
	background: none;
	color: #8f9dc8;
}

ul#navitree li ul li a.active {
	background: none;
	color: #8f9dc8;
}

div#event {
	
	margin-top: 20px;
}

div#event a {
	color: #8f9dc8;
	font-weight: bold;
	text-decoration: none;
}

div#event a:hover {
	text-decoration: underline;
}

div#eventsubscribe {
	width: 190px;	
}

div#eventsubscribe .text {
    padding: 10px 0px 10px 0px;
}

div#eventsubscribe .input1 {
    width: 115px;
    float: left;
    margin-right: 10px;
}


	















	









