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

body {
	background-color: #993300;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

/* Textlinks */
a {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline
}
a:link  {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
a:active { color: #993300 }

/* Textformate */
.headline {
	color: #666;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.text_normal {
	color: #666;
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: normal
}

.text_menu {
	color: #666;
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	margin-left: 10px;
}

.text_bold {
	font-weight: bold
}

.text_bold_red {
	color: #ff3300;
	font-weight: bold
}

#list {
	background-image: url(../images/navigation/list.gif);
	background-repeat: no-repeat;
	width: 480px;
}

#listtext {
	padding-left: 15px;
}

.table {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff3300;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* Aufbau */
#container {
	width: 920px;
	margin-bottom: 0;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/build/hg.jpg);
	background-repeat: repeat;
}

#start {
	height: 540px;
	width: 920px;
	background-image: url(../images/build/start.jpg);
	background-repeat: no-repeat;
}

#head {
	text-align: right;
	height: 170px;
	width: 920px;
	background-image: url(../images/build/hg_head.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-right: 220px;
	margin-left: 220px;
	width: 480px;
}

.text_240 {
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.img_240 {
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

#left {
	float: left;
	width: 195px;
	margin-left: 10px;
	height: 370px;
	background-image: url(../images/build/hg_left.jpg);
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 195px;
	margin-right: 10px;
	background-image: url(../images/build/hg_right.jpg);
	height: 370px;
}

#foot {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/build/hg_foot.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 920px;
}

#next {
	text-align: center;
	height: 20px;
	width: 100px;
	top: 310px;
	position: relative;
	left: 620px;
}

#line_480 {
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff3300;
	padding-bottom: 10px;
}

