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

html, body {
	font : normal 14px "Lucida Sans Unicode", sans-serif;
	color : #000000;
	background-image: url(gfx/background.jpg);
	background-repeat:repeat;
	height : 100%;
	margin : 0;
	padding : 0;
}

#container {
	margin : 0 auto;
	text-align : center;
	width : 905px;
	height : 100%;
}

#banner {
	height : 146px;
	text-align:left;
}

#contentLeft {
	float : left;
	height : 515px;
	width : 228px;
	background-repeat:no-repeat;
	text-align:left;
}

#contentLeft2 {
	width : 228px;
	background-image:url(gfx/menu1.jpg);
	background-repeat: repeat-y;
	font-weight:bold;
	text-align:left;
}

#contentLeft2b {
	height:34px;
	width : 228px;
	background-image:url(gfx/menu2.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
}

#contentLeft3 {
	height: 250px;
	width: 228px;
	background-image:url(gfx/wolke.jpg);
	background-repeat:no-repeat;
	font-size:13px;
	color:#FFCC00;
}

#contentRight {
	float : right;
	width : 677px;
	text-align : left;
}

#contentRightHead1 {
	background-image : url(gfx/contentRightHead1.jpg);
	background-repeat:no-repeat;
	height : 62px;
}

#contentRightHead2 {
	background-image : url(gfx/contentRightHead2.jpg);
	background-repeat:no-repeat;
	height : 54px;
	padding-left:140px;
}


#contentRightMain {
	background-image : url(gfx/contentRightMain.jpg);
	background-repeat : repeat-y;
	min-height:20px;
	text-align : left;
	padding-left:75px;
	padding-right:90px;
}

#contentRightMain p {
font-size:14px;
}

#contentRightFooder{
	background-image: url(gfx/contentRightFooder.jpg);
	background-repeat:no-repeat;
	height:101px;
	text-align : left;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:330px;
	font-size:20px;
	color:#FFCC00;
	font-weight:bold;
	text-align:center;
}

a:link {
	color: #000033;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #003366;
}
a:active {
	color: #000033;
}

.kategorien{
	font-size:10px;
}

.kat_titel{
	font-weight:bold;
	font-size:15px;
}

.kat_h1{
	font-size:16px;
	font-weight:bold;
}

.kat_empf{
	font-size:12px;
}