@charset "utf-8";

body {
	background-image: url("img/bg.png");
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0;
	margin-bottom:25px;
	height:100%;
}

td {
	border-bottom: solid 1px #000000;
}
	

a {
	color:#000000;
	text-decoration:underline;
}

a:active, a:focus {
	outline: none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	margin:0;
}

h2 {
	font-size:15px;
	margin:0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom:5px;
	margin-top:5px;
}

ul { 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 30px; 
	vertical-align: middle; 
}

li { 
	margin: 0px; 
	padding: 0px; 
} 

img {
	border:0;
}

#memberLoginBtn {
	position: absolute;
	right: 20px;
	background-color: white;
	padding: 3px;
	font-size: 11px;
	cursor: pointer;
	-moz-border-radius: 0px 0px 3px 3px;
	-moz-box-shadow: 0px 0px 3px;	
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 3px;	
}

.main {
	min-height: 400px;  
	height: auto;
	margin:0 auto;  /* zentrieren */
	text-align:left;
	width:908px;
	background-image:url(img/border.png);
	background-color:#f3fafb;
}

.innermain {
	margin-left:3px;
	background-color:#FFFFFF;
	background-image:url(img/mainbg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:900px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	height:auto;
}

hr {
	border:none;
	background-color:#000000;
	height:1px;
	margin:0;
}

.menu {
	cursor:pointer;
}

.submenu {
	min-height:100px;
	width:150px;
	float:left;
	height:auto;
	text-align:left;
	font-size:10px;
}

.submenu > div {
	display:block;
	min-height:26px;
	margin:0;
	overflow:hidden;
	padding:0 2px;
}

.submenu > div > span > a {
	text-decoration:none;
}

.submenu > div > span > a:hover {
	color:#000000;
}

.submenu > div > span {
	display:block;
	padding:6px 15px;
}

.submenu > div.mactive {
	background-image:url("img/redpxl.png");
}

.submenu > div.mactive:hover {
	background-image:url("img/redpxl.png");
}

.submenu > div:hover {
	background-image:url("img/redpxl2.png");
}

.content {
	min-height:300px;
	width:auto;
	margin-left:150px;
	border-left:solid 1px #000000;
	padding-top:10px;
}

.content > div {
	position:absolute;
	line-height: 1.5;
	overflow:hidden;
}

#footer {
	background-image:url(img/border_bottom.png);
	width:908px;
	height:10px;
	margin:0 auto;
}

#oldversion {
	display:none;
	font-weight:bold;
}
