/* CSS Document */
/* @group General Styles */

body {
	color: #273400;
	text-align: center;
	margin: 0;
	font: 11px "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
}

a:link {
	color: #273400;
	text-decoration: none;
}

a:visited {
	color: #273400;
	text-decoration: none;
}

a:hover, a:active {
	color: #273400;
	text-decoration: underline;
}

img { 
	border:none 
}


/* @end */

/* @group layout */

#main_box {
	width: 800px;
	height: 610px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#bilder_box {
	float: right;
	overflow: hidden;
	white-space: nowrap;
	width: 150px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	visibility: hidden;
}

#bg_start {
	background-image: url(images/start.png);
	width: 800px;
	height: 604px;
}

#bg_kontakt {
	background-image: url(images/kontakt.png);
	width: 800px;
	height: 604px;
}

#bg_team {
	background-image: url(images/team.png);
	width: 800px;
	height: 604px;
}

#bg_impressum {
	background-image: url(images/impressum.png);
	width: 800px;
	height: 604px;
}

#bg_infos {
	background-image: url(images/infos.png);
	width: 800px;
	height: 604px;
}

#bg_archiv {
	background-image: url(images/archiv.png);
	width: 800px;
	height: 604px;
}

#bg_prog {
	background-image: url(images/prog.png);
	width: 800px;
	height: 604px;
}

#sublink_box {
	text-align: left;
	width: 350px;
	margin-top:  -85px;
	margin-left: 30px;
	color: #CCCC66;
}
#sublink_box a:link {
	color: #CCCC66;
	text-decoration: none;
}

#sublink_box a:visited {
	color: #CCCC66;
	text-decoration: none;
}

#sublink_box a:hover, a:active {
	color: #CCCC66;
	text-decoration: underline;
}

#fuss_box {
	text-align: right;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#fuss_box a:link {
	color: #273400;
	text-decoration: none;
}

#fuss_box a:visited {
	color: #273400;
	text-decoration: none;
}

#fuss_box a:hover, a:active {
	color: #273400;
	text-decoration: underline;
}

#text_box {
	position: relative;
	left: 32px;
	text-align: left;
	top: 250px;
	width: 370px;
	font: 13px "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

#text_infos {
	position: relative;
	left: 32px;
	height: 350px;
	text-align: left;
	top: 120px;
	padding-bottom: 40px;
	width: 400px;
	font: 13px "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	overflow: auto;
}


#text_bilder {
	position: relative;
	left: 32px;
	height: 350px;
	text-align: left;
	top: 120px;
	padding-bottom: 40px;
	width: 604px;
	font: 13px "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	overflow: auto;
}

#button_box {
	position: relative;
	left: 30px;
	top: 10px;
}

#button_box ul {
	padding-left: 0px;
	list-style-type: none;
	width: auto;
}

#button_box li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}

#button_box a {
	border: none;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

#button_box a:hover {
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px;
	border: 2px solid #608cd9;
}

/* @end */
