/* Typische HTML-Deklarationen */

* { margin: 0px; padding: 0px; }
html { background: #C7C7C7 url(../images/hg.gif) repeat-y center top;}
body { font-size: 1em; font-family: verdana, helvetica, sans-serif; color: #303030; height: 100%; }
h1 {font-size: 1.1em; color: #B8B8B8; font-weight: bold; 
	background-image: url(../images/strichlinie.gif); 
	background-repeat: repeat-x;
	margin: 20px 0 7px 0; 
	padding: 18px 0 0 0; 
	width: 100%;
	height: 18px; }
h2 {font-size:1.0em; color: #0D095B; font-weight: bold; margin-bottom: 5px; }
h3 {font-size: 0.75em; color: #B1B0CA; font-weight: bold; margin-bottom: 4px;}
h5 {margin-bottom: 6px;}
a:link, a:visited, a:active, a:focus { color: #303030; text-decoration: underline; }
a:hover { color: #C02511; text-decoration: none; }
a.forum {font-size: 2.2em; color: #B8B8B8; font-weight: bold; text-decoration: none; }
a.forum:hover { color: #C02511; text-decoration: none;}
em {}
p { font-size: 0.75em; line-height: 1.5em; margin-bottom: 1.1em; text-align: left;  }
img {margin: 0px 0px 19px 0px;}
p img {margin: -5px 10px 0px 0px; float: left;}
.forum-link {padding: 5px 0;}

/* Container */

div#container { height: 100%; min-height: 100%; }
div#wrapside1 { margin-left: -475px; width: 50%; float: left }
div#side1     { margin-left: 475px; height: 100px;}
div#table     { width: 950px; height: 100%; min-width: 950px; float: left; }
div#table_position { position: absolute; height: 100%; }
div#wrapside2 { margin-left: -475px; width: 49.9%; height: 100%; float: left }
div#side2     { margin-left: 475px; height: 100px;  }

#top { /*position: absolute; top: 0px;*/ width: 930px; height: 77px;  margin: 0px 15px;}
#top_logo {}
#top_logo img {margin: 0px;}
#top_navi {float: right;}
#menuleiste { width: 930px; height: 36px; margin: 0px 15px; border-bottom: 1px solid #B10021; }
* html #menuleiste {margin-top: -25px;}

#content { width: 950px;  }
#content_left {width: 475px; float: left; }
#content_right {width: 475px; float: left; }
#content_left_inner {padding: 20px 33px 10px 35px;}
#content_right_inner {padding: 20px 35px 10px 35px;}

