/* MAIN DEFINITIONS */ 

html { 
	font-size: 100%; 
	height:100%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0px;
	padding: 0px;
	background-color:#FFFFFF;
	background:url(../images/background.gif) repeat-x top left;
	height:100%; 
}

img {
	border: 0px;
}
p {
	margin:0px;
	padding: 0px;
}
ul {
	list-style:square;
	text-align:left;
}

/* CLASSES */ 

.text_red_small {
	line-height: 1.5em;
	font-size:0.6em;
	color:#ae2a2d;
}

.text_red_small a:link, a:visited {
	color:#5b1617;
	text-decoration:none;
}
.text_red_small a:hover {
	color:#5b1617;
	text-decoration:underline;
}

.text_white {
	line-height: 1.5em;	
	font-size:0.7em;
	color:#FFFFFF;
}

.text_white_big {
	font-size:1.1em;
	color:#FFFFFF;
}

.text_white a:link, a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.text_white a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}


/* LAYERS */ 

#background {
	background-image:url(../images/shadow.gif); 
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
	width:781px;
}

#backgroundscreen {
	background-image:url(../images/mainback.jpg); 
	background-repeat:no-repeat;
	background-position:left top;
	height:700px;
	width:760px;
}

#menu {
	position:absolute;
	left:281px;
	top:10px;
	width:476px;
	height:60px;
	z-index:1;
}

#headline {
	position:absolute;
	left:285px;
	top:295px;
	width:432px;
	height:24px;
	z-index:4;
}

#bottom {
	position:absolute;
	left:285px;
	top:610px;
	width:373px;
	height:38px;
	z-index:3;
}

#content {
	position:absolute;
	left:285px;
	top:327px;
	width:470px;
	height:269px;
	z-index:2;
}

#spalte {
	width:230px; 
	float:left; 
	margin-right:5px;
}

#textbox {
	float:left; 
	width:100%;
}
#sklogo {
	position:absolute;
	left:32px;
	top:542px;
	width:86px;
	height:14px;
	z-index:5;
}

