/* CSS Document */
html,body
	{
	/*position: relative;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background-color: transparent;
	}

div
	{
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	}

div.hide
	{
	display:none;
	}

/* ##########################################################################  TOP  ######## */
div.top
	{
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -454px;
	
	width:910px;
	height: 125px;
	background-image : url(../img/top.gif);
	background-color: transparent;
}

/* ##########################################################################  MAIN  ######## */
div.main
	{
	position:absolute;
	top: 190px;
	left: 50%;
	margin: 0px 0px 0px -454px;
	padding: 30px 0px 0px 0px;

	width:915px;
	background-image : url(../img/main_bg.jpg);
	background-color: transparent;
	
	text-align:center;
}


/* ##########################################################################  BOTTOM  ######## */
div.bottom
	{
	position:absolute;
	bottom: -5px;
	left: 0px;
	
	width:915px;
	height: 5px;
	background-image : url(../img/bottom_bg.jpg);
	background-color: transparent;
}

/* ##########################################################################  COPYRIGHT  ######## */
div.copyright
	{
	position:absolute;
	bottom: -60px;
	left: 0px;
	
	width:915px;
	height: 50px;
	background-color: transparent;
	
	text-align : center;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight:normal;
	font-size: 7pt;
	letter-spacing: 0px;
	text-decoration: none;
	color: #777777;
}


div.alert
	{
	background-color: transparent;
	
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-size: 8pt;
	letter-spacing: 0px;
	text-decoration: none;
	color: #990000;
}

/* ##########################################################################  LOGOUT  ######## */
div.logoutbuttom
	{
	position:absolute;
	top: 90px;
	left: 50%;
	margin-left: 190px;
	z-index:5;
	
	width:100px;
	height: 50px;
	background-color: transparent;
}




div.load {
	position: fixed;
	/*visibility: visible;
	top: 50px;
	left: 10px;
	width: 300px;
	height: 100px;*/
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px 5px;
	z-index:1100;
	overflow: auto;	
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: normal;
	vertical-align:middle;
	background-image : url(../img/bg_white_50.png);
		
	color:#000000;
	border: 0px solid #808080;
	text-align : center;
	font-size: 9pt;
	letter-spacing : 0px;
}

div.load h1 {
	position: fixed;
	/*visibility: visible;
	top: 50px;
	left: 10px;
	width: 300px;
	height: 100px;*/
	top: 20%;
	left: 50%;
	margin-left:-200;
	padding:50px 15px 0px 15px;
	width: 370px;
	height: 150px;
	z-index:1101;
	overflow: auto;	
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: normal;
	vertical-align:middle;
	background-image : url(../img/bg_white_box.png);
	
	color:#000000;
	border: 0px solid #808080;
	text-align : center;
	font-size: 9pt;
	letter-spacing : 0px;
}

body>div.load
	{
	position: fixed; /* IE can't read this. Will use absolute (fixed-Bug in IE). */	
}


div.videotest
	{
	
	width:320px;
	height: 265px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image : url(../img/video_vorschau.png);
	
	text-align : center;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight:normal;
	font-size: 8pt;
	letter-spacing: 0px;
	text-decoration: none;
	color: #000000;
}

div.preis
	{
	float:left;
	
	width: 173px;
	height: 44px;
	padding: 0px 20px 5px 20px;
	
	background-image : url(../img/preis.gif);
	
	text-align:center;
	vertical-align:middle !important;
	}

div.preis table tr td
	{
	text-align:center;
	
	color:#EDAD00;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight:normal;
	font-size: 7pt;
	letter-spacing: 0px;
	text-decoration: none;
}



a img
	{
	border:5px solid;
	border-color: #BBBBBB;
	padding: 0px 0px 0px 0px;
	}
	

div.seitenzahl
	{
	width: 14px;
	height: 14px;
	border: solid 1px #999999;
	background-color: #CCCCCC;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	float:left;
	text-align:center;
	cursor:pointer;
	
	color:#294876; /* 252525 */
	text-decoration:none;
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing : 0px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	}
	
div.seitenzahl:hover, div.seitenzahl_aktiv
	{
	width: 14px;
	height: 14px;
	border: solid 1px #294876;
	background-color: #B0C0CD;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	float:left;
	text-align:center;
	cursor:pointer;
	
	color:#294876; /* 252525 */
	text-decoration:none;
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing : 0px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	}
