/* CSS Document NUR INDEX!!*/

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg1.jpg);
}

:link {
	color: black;
	text-decoration: underline;
}

:visited {
	color: black;
	text-decoration: underline;
}


.top1left1 {
	background-image: url(images/top1left1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 29px;
}

.top1left2 {
	background-image: url(images/top1left2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 29px;
}

.navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	width: 463px;
	height: 29px;
}

.top2left1 {
	background-image: url(images/top2left1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 53px;
}

.top2left2 {
	background-image: url(images/top2left2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 53px;
}

.top3left1 {
	background-image: url(images/top3left1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 76px;
}

.top3left2 {
	background-image: url(images/top3left2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 76px;
}

.slogan1left1 {
	background-image: url(images/slogan1left1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 61px;
}

.slogan1left2 {
	background-image: url(images/slogan1left2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 61px;
}

.slogan2left1 {
	background-image: url(images/slogan2left1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 55px;
}

.slogan2left2 {
	background-image: url(images/slogan2left2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 55px;
}



.news {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	width: 222px;
	height: 32px;
}

.bgnews {
	background-image: url(images/bgnews.jpg);
	background-repeat: repeat-y;
	width: 222px;
	height: 4px;
	vertical-align: top;
}

.bottomleft1 {
	background-image: url(images/bottom_left.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 42px;
}

.bottommiddle {
	background-image: url(images/bottommiddle.jpg);
	background-repeat: no-repeat;
	width: 241px;
	height: 42px;
}

.bottomright {
	background-image: url(images/bottomright.jpg);
	background-repeat: no-repeat;
	width: 222px;
	height: 42px;
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 5px 10px 10px 30px;
	width: 495px;
	height: 235px;
	overflow: auto;
}

.bgcontent {
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
	height: 235px;
}

.newstxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 180px;
	margin: 15px 0px 10px 12px;
}

.designby {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: white;
	margin: 10px 20px 10px 30px;
}

.designby a {
	color: yellow;
}
.beschrieb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: black;
	margin: 20px 5px 10px 5px;
	text-align: center;
}


/* Navigation */

#navcontainer ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 1.2em;    /* 2. Zahl Abstand zwischen Navilinks */
	color: white;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	color: #029139;
}

#navcontainer_act {
	color: black;
}


/* End Navigation */





