/** CSS Document 
 *  Autor: Martin Schmidt
 *  Firma: Telesense Technik GmbH & Co. KG
 **/

html {
  height: 100.1%;
}

body {
  background: #eeeeee;
  margin-top: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#header {
  background: url(img/header.jpg) no-repeat top;
  margin:auto;
  height : 100px;
  width: 750px; 
}

a{
  color: #707070;
  text-decoration: none;
}

a:hover {
  color: #0083fe;
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/**   
 *  Menü und Login
 */  
#menue {
  text-align: center; 
  width: 750px;
  font-size: 14px;
  margin:auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#login {
	float: left;
	background: url(img/bglogin.jpg) no-repeat left top;
	height: 160px;
	width: 240px;
	position:relative;
	top: -100px;
	left: -40px;
	z-index: 2;
	text-align:left;
}

#login .navi {
	width: 175px;
	margin-top: 15px;
	margin-left: 20px;
	font-size:10px;
}

/*--- CONTENT ---*/
 
#content {
  margin:auto;
  text-align:center;
  height: auto;
  width: 750px;
  background-color:#FFFFFF;
}

#text {
  text-align:left;
  font-size:12px;
}

#text .index {
  height:auto;
  background: url(img/2bg.jpg) no-repeat top;
}

#text .error {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .details {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .register {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .register2 {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .anleitung {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .impressum {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .passwort_vergessen {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .startseite_logged_in {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text .agb {
  height:auto;
  background: url(img/1bg.jpg) no-repeat top;
}

#text h1 {
	font-size:14px;	
}

#text h2 {
	font-size:12px;	
}

#text h3 {
	font-size:10px;	
}

#text .start {
	font-size: 14px;
	margin-top: 5px;
}

#text .registrierung {
	font-size: 10px;
}

/*---- FOOTER ---*/
#footer {
	color: #808080;
	clear: both;
	height: 30px;
	font-size: 10px;
}
#footer a:link, #footer a:visited{
	color: #808080;
	font-size: 10px;
  text-decoration: none;
}
#footer a:hover {
	color: #0083fe;
	font-size: 10px;
  text-decoration: underline;
}

#footer a:active {
	color: #0083fe;
	font-size: 10px;
  text-decoration: none;
}

#info {
	background-image: url(img/textbg-trans.png);
	margin-top: 150px;
	margin-left: 250px;
	margin-right: 5px;
	text-align: right;
	vertical-align:bottom;
	font-size:10px;
	color: #0083fe;
}

#meldungen {
	text-align: left;
}

#userlist {
    text-align: left;
    margin-left: 240px;
}

#userlist h2{
    margin-left: 5px;
}