/* Fonts, Colors */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.6em;
}

h1 {
	font-size:13px;
	margin-bottom:10px;
	margin-top:0px;
	font-weight:bold;
	color: black;
	text-align:left;
}

a {
	text-decoration:none;
	color: #00B0F0;
}

a.redlink {
	color: red;
}

div#menu a.level1 {
	font-size:13px;
	font-weight:bold;
	color: #96989B;
	text-decoration:none;
}

div#menu a.level2 {
	font-size:11px;
	color: #96989B;
	text-decoration:none;
	margin-left:5px;
}

div#menu a.level3 {
	font-size:11px;
	color: #96989B;
	text-decoration:none;
	margin-left:10px;
}

div#menu a:hover, div#menu a.highlight {
	color: #000000;
}

div#content_left {
	text-align:justify;
}


/* other */

a img {
	border:none;
}

div#seite {
	border:1px solid black;
}

img.categoryimage {
	border:1px solid black;
	margin-top:5px;
}

/* Positioning */

div#seite {
	width:800px;
	height:531px;
	margin-left:-400px;
	margin-top:-265px;
	position:absolute;
	left:50%;
	top:50%;
	overflow:hidden;
} 

div#logo {
	position:absolute;
	left:25px;
	top:18px;
	width:295px;
	height:30px;
}

div#intro_ball1 {
	position:absolute;
	left:6px;
	top:421px;
	width:142px;
	height:110px;
}

div#logo_20j {
	position:absolute;
	left:215px;
	top:85px;
	width:370px;
	height:370px;
}

div#logo_20j_small {
	position:absolute;
	left:700px;
	top:6px;
	width:87px;
	height:87px;
}

div#logo_20j_med {
	position:absolute;
	left:660px;
	top:18px;
	width:120px;
	height:120px;
}

div#menu {
	position:absolute;
	left:27px;
	top:80px;
	width:120px;
	height:160px;
}

div#content_left {
	position:absolute;
	left:170px;
	top:80px;
	width:265px;
	height:290px;
}

div#content_right {
	position:absolute;
	left:460px;
	top:80px;
	width:235px;
	height:290px;
}

div#footer_img {
	position:absolute;
	left:0px;
	top:410px;
	width:800px;
	height:121px;
}



