/* ---- Globale Definition <-------*/

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	line-height: 18px;
	margin: 20px;
	padding: 0px;
}

a,
a:visited {
	text-decoration: none;
	color: #FF6600;
}

	
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 25px;
	margin-top: 130px;
	margin-left: 20px;
}

/* --- Textformatierungen --- */

.hochgestellt {
	text-transform:uppercase;
}
.rot {
	color: #FF0000;
}
.textklein {
	font-size: 10px;
}
.content {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.weiss {
	color: #FFFFFF;
	font-size: 10px;
}

.schwarz {
	color: #000000;
}
.rot {
	color: #FF0000;
}


.start_menu_item a,
.start_menu_item a:visited {
	line-height: 30px;
	height: 30px;
	margin-left: 25px;
	display: block;
	color: #FFFFFF;
}

.start_menu_item a:hover,
.start_menu_item a:active {
	color: #000;
}

/* --- Globales Template --- */


.content_box {
	background-image: url(images/content_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000000;
	padding: 10px;
	text-align: left;
}
.content_box_header {
	background-image: url(images/content_box_header_bg.jpg);
	background-repeat: repeat-x;
	line-height: 27px;
	height: 27px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 10px;
}


.listenpunkt {
	line-height: 16px;
	background-image: url(images/punkt.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.listenpunkt_text {
	margin-left: 15px;
	display: block;
	margin-top: 5px;
}

.info_button a,
.info_button a:visited {
	line-height: 30px;
	height: 28px;
	display: block;
	color: #FFFFFF;
	width: 168px;
	background-image: url(images/info_button.jpg);
	background-repeat: no-repeat;
	text-indent: 24px;
	text-transform: uppercase;
}

.info_button a:hover,
.info_button a:active {
	color: #000;
}
