@charset "utf-8";
/* CSS Document */

a:link, a:visited, a:active { text-decoration:underline; color:black; }
a:hover { text-decoration: underline; color:#f17023;}

body,table,tr,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
	overflow:hidden;
	
	/*scrollbar (nur IE) */
	/*
	scrollbar-face-color: #EEEEEE;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #555555;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999
	*/
	scrollbar-base-color: #EEEEEE;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-darkshadow-color: #DDDDDD;
}


div.div_left {
	float: left;
	position: absolute;
	padding:15px;
	top:    -2px;
	left:    150px;
	margin-left: 0%;
	z-index:3;
	border:    0px;
	border-style:solid;
}

div.div_left_balken {
	float: left;
	position: absolute;
	padding:0px;
	top:    45px;
	left:    270px;
	height: 95%;
	margin-left: 0%;
	z-index:3;
	border:    0px;
	border-right:0px;
	border-right-color:#f17023;
	border-style:solid;
}

div.div_right {
	position:    absolute;
	height:    50%;
	width:130px;
	top:    10px;
	left:   10px; /*875px;*/		/* 700 + 20 (padding) + 120 bildbreite */
	margin-left: 0px;
	z-index:2;
	border:    0px;
	border-style:solid;
	/*background-image:url(logo.gif);
	background-repeat:no-repeat;
	*/
}

div.div_right_balken {
	float: left;
	position: absolute;
	padding:0px;
	top:    45px;
	left:    296px; /*857px*/
	height: 95%; /* 530px */
	margin-left: 40%;
	z-index:2;
	border:    0px;
	border-style:solid;
}

div.div_main {
	overflow: auto;
	overflow-x: hidden;
	position:absolute;
	height: 85%; /*485px;*/
	width: 40%;
	top:    50px;
	left:    276px;
	margin-left:0%;
	z-index:1;
	padding: 10px;
	border:    0px;
	border-style:solid;	
}

div.div_top_scrollblocker {
	float:none;
	position: absolute;
	height: 50px;
	width: 100%;
	top:    0px;
	left:    0px;
	z-index:2;
	border-style:solid;
	border:  1px;
	background-color:white;
}

div.div_top_background {
	position: absolute;
	height: 50px;
	width: 720px; /* plus 20pixel wegen padding:10 in div_main*/ 
	top:    10px;
	left:    176px;
	margin-left:0%;
	z-index:3;
	border:   0px;
	border-style:solid;
	padding-left:5px;
	padding-bottom: 5px;
}

div.div_top {
	float:none;
	position: absolute;
	width: 720px; /* plus 20pixel wegen padding:10 in div_main */
	top:    17px;
	left:    268px; 	/* portraits-breite + x */
	margin-left:0%;
	border:   0px;;
	border-style:solid;
	padding-left:5px;
	padding-bottom: 5px;
	
	z-index:3;
	
	background-color:white;
}

div.div_main_player {
	text-align:center;
	position:absolute;
	width: 40%;
	top:    0px;
	left:    276px;
	margin-left:0%;
	z-index:1;
	padding: 0px;
	border:    0px;
	border-style:solid;	
}

h1 {
	font-size:15pt;
	margin:0;
}


input.txt_email {
	color:gray;
	font-size: 8pt;
}

button.btn_email {
	width:35px;
	height:21px;
}

td.td_media_logo {
	width = 54px;
	font-size:6.5pt;
	text-align:center;
}

p.maillink {
	font-size:6.5pt;
}

/*

OLD

div.div_main {
	float:none;
	position: relative;
	height: 90%;
	width: 600px;
	top:    50px;
	left:    126px;
	margin-left:5%;
	z-index:1;
	border:    1px;
	border-style:solid;
	overflow:auto;
}	


input[type=text] {
	
}


*/
