/* CSS Document */
/**
 * CSS for theme "MyBB Default" (tid 2)
 *
 * DO NOT EDIT THIS FILE
 */body {
	background: #FFFFFF;
	color: #000;
	font-family: Verdana;
	font-size: 13px;
/*	text-align: center; /* IE 5 fix */
	line-height: 1.4;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}


#oben {
	top: 0px;
	height: 100px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	position: fixed;
	padding: 0px 0px 0px 0px;
	z-index: 3;
	background-color: #193888;
	color:#FFFFFF;
}

#links {
	top: 100px;
	left: 0px;	
	width: 150px;
	height: 100%;
	float: left;
	position: fixed;
	z-index: 2;		
	font-family: Arial;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	background-color: #193888;
	color:#FFFFFF;
}
	
#mitte{
	top: 100px;
	left: 150px;
	width: 80%;
	float: right;	
	position: absolute;
	z-index: 1;			
	font-family: Arial;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

a:link {
	font-family: Arial;
	color: #193888;
	background: #FFFFFF;
	display: inline;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	color: #193888;
	background: #FFFFFF;
	display: inline;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial;
	color: #FFFFFF;
	background-color: #193888;
	display: inline;
	text-decoration: none;
}

a.top:link {
	font-family: Arial;
	color: #FFFFFF;
	background: #193888;
	display: block;
	text-decoration: none;
}
a.top:visited {
	font-family: Arial;
	color: #FFFFFF;
	background: #193888;
	display: block;
	text-decoration: none;
}
a.top:hover {
	font-family: Arial;
	color: #193888;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
}


input[type="submit"] {
background-color: transparent;
border-color: #608FA3;
border-width: 2px;
border-style: solid;
color: #2E2F8B;
font-weight: bold;
}
  
input:hover[type="submit"] {
background-color: #FFFF99;
border-color: #608FA3;
border-width: 2px;
border-style: solid;
color: #2E2F8B;
font-weight: bold;
  } 

input[type="reset"] {
background-color: transparent;
border-color: #608FA3;
border-width: 2px;
border-style: solid;
color: #2E2F8B;
font-weight: bold;
  }
  
input:hover[type="reset"] {
background-color: #FFFF99;
border-color: #608FA3;
border-width: 2px;
border-style: solid;
color: #2E2F8B;
font-weight: bold;
  }
  
form input.button {
cursor:pointer; /* IE 6.+ only*/
background-color: transparent;
border-color: #608FA3;
border-width: 2px;
border-style: solid;
color: #2E2F8B;
font-weight: bold;
}
form input.button:hover {
	cursor: pointer; /* Gecko Engines only */
	background-color: #FFFF99;
	border-color: #608FA3;	
	border-width: 2px;
	border-style: solid;
	color: #2E2F8B;
	font-weight: bold;
} 
