/* ---- Box Formatierung ---- */

#page {
	width:800px;
	border:0px solid;
	border-color:#000000;
}

#header {
	width:800px;
	background-image:url(../_image/header.png);
	background-repeat:repeat-y;
	text-align:center;
	font-size:20px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid;
	border-color:#CCCCCC;
}

#smalllogo {
	width:100px;
	height:40px;
	float:left;
	position:static;
	margin:0px 0px 0px 25px;
}

#navigation {
	padding:5px;
	margin:0 600px 0 0;
	background-color:#FFFFFF;
}

#content {
	margin:0px;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
}

#footer {
	width:800px;
	background-image:url(../_image/header.png);
	background-repeat:repeat-y;
	text-align:center;
	font-style:italic;
	font-size:10px;
	clear:both;
}

/* ---- Globale Styleeinstellungen ---- */

body {
	background-color:#FFF;
	color:#36C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:underline;
	color:#F90;
}

table {
	font-size: 12px;
	background-color:#fbfbfb;
	border:1px solid;
	border-color:#000000;
	padding:0;
}

input {
	padding:0;
	margin:0;
	font-size:13px;
}

textarea {
}


select {
		font-size:13px;
}

hr {
	border-top:1px solid #FFF;
	color:#FFFFFF;
	height:1px;
}

/* ---- Boxabhängige Styleeinstellungen ---- */

#navigation ul {
	list-style-type:none;
	padding:0px 5px 10px 5px;
	margin:0px;
	z-index:auto;
	border:0px solid;
}
#navigation ul li a{
	background-color:#FFFFFF;
	width:128px;
	height:14px;
	display:block;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}

#navigation ul li a img {
	border:0px solid;
}

#navigation ul li a:hover {
	background-image:url(../_image/nav_entry_hover.png);
	color:#000000;
}

#footer a {
	color:#000000;
}

/* ---- Klassendeklarationen ---- */

.imagebacked{
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 2px 0 23px;
	width:225px;
}

.nav_header {
	background-image:url(../_image/nav_header.png);
	color:#FFFFFF;
}

.nav_entry {
	background-image:url(../_image/nav_entry.png);
	color:#000000;
}

.title {
	font-size:12px;
	color:#F90;
	font-weight:bold;
	text-align:center;
}

.call {
	color:#F90;
}

.txt_100 {
	width:96%;
}

.txt_20{
	width:20%;
}

.txt_23{
	width:20%;
}

.txt_80{
	width:72%;
}
.txt_90{
	width:81%;
}

.txt_35{
	width:34%;
}

.txt_65{
	width:59%;
	margin-left:5px;
}

.txt_nr{
	width:40%;
	margin-left:4px;
}

.header_slogan {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

.warning {
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}

.alignRight {
	text-align: right;
}

.blue {
	color:#36C;
	font-weight:bold;
}
.ok {
	background-color:#F90;
	border:#000 1px solid;
	margin:0 2px;
	padding:0 px;
	font-weight:700;
}_
