/*********************************************************************************

	Project		:	daviderler.de
				:	main.css
**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
height:100.2%;
margin-bottom:1px;
}

/* ### BODY ###################################################################### */
body {
	background: #6d6d6d url(../images/bg.png) repeat-x;
	color:#303030;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333; 
	word-spacing:2px;
	}

/* \*/ * html body { text-align:center; font-size:10px; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#jstest {
	background:#FF0000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#EEEEEE;
	padding:5px;
	}

#main {
	margin:0 auto;
	padding:0px;
	width:1012px;
	}
	
#player {
	position:absolute; 
	z-index:200; 
	width:200; 
	height:100;
	margin-left:75px;  
	font-family:'Times New Roman', Times, serif; 
	font-size:12px; 
	letter-spacing:2px;
}
#player a:link { color: #CCC }
#player a:visited { color: #CCC }
#player a:hover { color: #FFF }
#player a:active { color: #CCC } 

#language {
	position: absolute;
	margin-left:960px;
	margin-top:40em;
	padding:5px;
	line-height:1.8em;
	width:16px;
	z-index:10;
	}

#shadow_t {
	width:1012px;
	}
#shadow_b {
	background:url(../images/field_bottom.png) no-repeat;
	width:1012px;
	height:189px;
	padding:20px;
	}
#shadow_l {
	width:1012px;
	background:url(../images/field_mid.png) 0 0 repeat-y;
	}
#noten {
	background: url(../images/shadow/shad_l.png) 0 0 no-repeat; 
	}

#shadow_r {
	width:1012px;
	background:url(../images/shadow/shad_r.png) 100% 0 repeat-y;
	}

#container {
	width:900px;
	min-height:500px;
	margin-left:57px;
	margin-right:auto;
	margin-bottom:0px;
	}
	
/*#loader {
	background:url(../images/loader.gif) no-repeat;
	position: relative;
	margin-top: 100px;
	margin-left:700px;
	z-index:30;
	}
*/
/*
#rubrikbild {
	background:url(../images/A.png) top right no-repeat; 
	}
-> wird in der Teaser-css definiert!
*/

#head {
	padding:1.5em;
	}
#logo {
	margin-top:32px;
	width:415px;
	height:225px;
	}

#head_navi {
	display:block;

	text-decoration:none; 
	}

#news {
	border:solid 1px #888;
	width:420px;
	margin:15px 0 0 0;
	}
#newscontent {
	padding:1.5em 1.5em 0 1.5em;
	width:auto;
	height:11em;	
	overflow:auto;
	color:#fff;
	}
#newscontent a, a:link {
	color:#66CCFF;
	}
#newscontent a:hover {
	color:#fff;
	}

#content {
	padding:1.5em;
	min-height:445px;
	}

#main-teaser {
	float:left;

	margin:0;
	width:240px;
	height:445px;
	}

#main_content {
	float:left;
	margin:0 0 0 5px;
	padding: 0 1.0em;
	width:575px;
	}

#credits {
position:relative;
width:600px;
margin-left:300px;
text-align:right;
padding:20px 0 0 0;
}



/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */

