/*** style.css ***/

/*** farben
schrift: #E1E1E1
schrift-rot: #681614 ***/

* {	margin: 0;	padding: 0;}

html, body {	height: 100%;}body {	background-color: #E1E1E1;
	color: #E1E1E1;	font-size: 12px;       
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;	text-align: center; /* horizontal centering for IE Win quirks */}
		
/*** box für inhalte ***/
		#box { 	width: 1px;	height: 50%;	margin-bottom: -386.5px; /* half of container's height */	float: left;}

/*** background image ***/

#background  { 	
	background-image: url(../images/backgrd.jpg);
	margin: 0 auto;	position: relative; /* puts container in front of distance */	text-align: left;	height: 600px;	width: 773px;	clear: left;
}

.bglogo {
	clear: both;
	padding-left: 52px;
}

/*** menu and content left and right ***/

#bgmain, .emptyleft, .menumiddle, .contentright, .withoutsub {
    float: left;
    padding: 0;
}

#bgmain {
	float: left;
	width: 31%;
	height: 100%;
	text-align: left;
}

.emptyleft {
	float: left;
    width: 61%;
    text-align: left;
}


.menumiddle {
	float: left;
    width: 39%;
    height: 61.5%;
    margin-top: 90px;
    text-align: left;
}

.contentright {
	width: 63%;
	margin-top: 90px;
    text-align: left;
}

.withoutsub {
	width: 63%;
	margin-top: 87px;
    text-align: left;
}

#menu  {
	float: left;
	font-size: 12px;
    color: #E1E1E1;	
}

#line {
	float: left;
	width: 15px;
	height: 600px;
	padding-top: 87px;	
}

#submenu {
	height: 30px;
}

#contentcontact {
	height: 358px;
	overflow: auto;
}

#contentmembers {
	height: 358px;
	padding-right: 92px;
	overflow: auto;
}

.newstext {
	width: 260px;
    line-height: 20px;
}


/*** contact left and rights ***/

.left, .right, .left_imp, .right_imp {
    float: left;
    margin: 0;
    padding: 0;
}

.left {
    width: 13%;
    text-align: left;
    line-height: 16px;
}

.right {
    width: 40%;
    text-align: left;
    line-height: 16px;
}

.left_imp {
    width: 32%;
    text-align: left;
    line-height: 16px;
}

.right_imp {
    width: 60%;
    text-align: left;
    line-height: 16px;
}

/*** headline ***/

h1 {
	font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #681614;
}

/*** links menu submenu ***/

#contentmembers a:link, a:visited  { 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #E1E1E1; 
}

#contentmembers a:hover, a:active { 
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #B3B3B3;
}

#contentcontact a:link, a:visited  { 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #E1E1E1; 
}

#contentcontact a:hover, a:active { 
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #B3B3B3;
}

#menu a:link, a:visited  { 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #E1E1E1; 
}

#menu a:hover, a:active { 
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #B3B3B3;
}

#submenu a:link, a:visited  { 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #E1E1E1; 
}

#submenu a:hover, a:active { 
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #B3B3B3;
}

a:link#website, a:visited#website {
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #7a7a7a;
}

a:hover#website, a:active#website {
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #E1E1E1;
}

#menumarked {
	color: #681614;
}


#submenumarked {
	color: #681614;
}

.newstext_klein {
	width: 260px;
    line-height: 20px;
}