/* CSS Document */

img, div, a, input
{
	behavior: url(/etc/iepngfix.php);
}


/*---------------GRUNDDEFINITIONEN-----------------------------*/
*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

html{
	width:100%;
	height:100%;
	}


body{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#000000;
	}

.wrap{
	width:auto;
	height:auto;
	}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a5197c;
	}
		
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif
	}
	
a:focus { 
	outline: none; 
	}
	
	
/*  ------------------HEADER + NAVI-----------------*/

.logo{
	width:350px;
	height:85px;
	position:absolute;
	left:32px;
	top:55px;
	}

/*
        width:975px;
        height: 200px;

*/			
.header{
	width: 975px;
	height: 200px;
	background-image:url(../img/tmheader.gif);
	}
	
.navi{
	height:27px;
	position:absolute;
	top:175px;
	left:32px;
	}
	
.start{
	height:27px;
	width:55px;
	background-image:url(../img/tmstartbutton.gif);
	position:absolute;
	background-position:top;
	}
.start:hover{
	background-position:bottom;
	}
	
.models{
	height:27px;
	width:68px;
	background-image:url(../img/tmmodelsbutton.gif);
	position:absolute;
	left:57px;
	background-position:top;
	}
.models:hover{
	background-position:bottom;
	}
	
.anmelden{
	height:27px;
	width:76px;
	background-image:url(../img/tmanmeldenbutton.gif);
	position:absolute;
	left:127px;
	# background-position:top;
	background-position:bottom;
	}
.anmelden:hover{
	background-position:bottom;
	}

.blog{
	height:27px;
	width:41px;
	background-image:url(../img/tmblogbutton.gif);
	position:absolute;
	left:205px;
	background-position:top;
	}
.blog:hover{
	background-position:bottom;
	}

.anmelden_partner{
	height:27px;
	width:70px;
	background-image:url(../img/tmpartnerbutton.gif);
	position:absolute;
	left:248px;
	background-position:top;
	}
.anmelden_partner:hover{
	background-position:bottom;
	}

.info{
	height:27px;
	width:41px;
	background-image:url(../img/tminfobutton.gif);
	position:absolute;
	left:320px;
	background-position:top;
	}
.info:hover{
	background-position:bottom;
	}

/*----------------------------LOGIN--------------------------------------------*/	
.login{
	width:300px;
	height:70px;
	position:absolute;
	top:68px;
	# left:655px;
	left:755px;
	}
	
.email{
	border: 1px solid #a5197c;
	position:absolute;
	top:0px;
	left:55px;
	width:183px;
	height:17px;
	font-family:Verdana;
	font-size:10px;
	color:#a5197c;
	}

.emailtext{
	position:absolute;
	top:3px;
	left:12px;
	}
	
.passwort{
	border: 1px solid #a5197c;
	position:absolute;
	top:25px;
	left: 55px;
	width:183px;
	height:17px;
	font-family:Verdana;
	font-size:10px;
	color:#a5197c;
	}
	
.passworttext{
	position:absolute;
	top:29px;
	left:-5px;
	}
	
.login p{
	
	color:#FFFFFF;
	font-size:11px;
	}

.loginbutton{
	position:absolute;
	top:50px;
	left:205px;
	height:19px;
	width:35px;
	background-color:#999999;
	border:1px solid #a5197c;
	}

	
/*--------------------ZWISCHENLEISTE (Grauer Balken)--------------------------*/

.leiste{
	height:3px;
	width:100%;
	background-color:#333333;
	position:absolute;
	top:204px;
	line-height:3px;
	min-height:3px;
	font-size:3px;
	}
	
.stern{
	height:105px;
	width:101px;
	background-image:url(../img/tmstern.png);
	position:absolute;
	top:151px;
	left:800px;
	z-index:3;
	background-position:top;
	}
.stern:hover{
	background-position:bottom;
	}

/* ../img/tmseitenhintergrund.gif */	
.hintergrundgrafik{
	height:74px;
	width:975px;
	background-image:url(../img/tmseitenhintergrund.gif);
	position:absolute;
	top: 209px;
	left: 0px;
	z-index:2;
	}
	
/*----------------------FOOTER-------------------------------------------------*/


.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a5197c;
	font-size:11px;
	position:relative;
	top: 20px;
	left:-20px;
	width:680px;
	height:73px;
	background-image:url(../img/tmfooter.gif);
	background-repeat:no-repeat;
	}
	
div.footertext{
	font-size:11px;
	position:absolute;
	top: 5px;
	left:5px;
	background-image:none;
	width:665px;
	text-align:justify;
	}

pre
{
	color:white;
}

