@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	font-size: 13px;
	color: #383838;
	background-color: #fff;
	margin: 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.clearboth {
	clear: both;
}

.clearall {
	height: 0px;
	width: auto !important;
	overflow: hidden;
	float: none !important;
	clear: both;
}

#rahmen {
	width: 100%;
}

/*SCHRIFTSTIL ANFANG*/

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #383838;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #383838;
	text-decoration: underline;
	margin: 10px 0 10px 0;
	padding: 0;
}

p {
	font-family: "Arial";
	font-size: 13px;
	color: #000;
	margin: 0px;
	/* padding: 0px;*/
	padding-top: 1em;
	padding-bottom: 1em;
}

p a {
	text-decoration: underline;
	color: #00f;
}

p a: hover {
	text-decoration: underline;
	color: #000;
}

.fliesstext {
	font-family: "Arial";
	font-size: 13px;
	color: #000;	
}

fieldset {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 1em;
	padding: 0.5em;
}

#footer a {
	text-decoration: underline;
	color: #00f;
}

#footer a: hover {
	text-decoration: underline;
	color: #00f;
}

.alert {
	color: #f00;	
}

.ok {
	color: #0f0;
}

.bold {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 140%;
	list-style-type: none;
	font-weight: bold;
}

li {
	font-weight: normal;
	font-size: 12px;
	list-style-image: url(0_image/bulletpoint.gif);
	margin: 10px 0 10px 10px;	
}
	
/*SCHRIFTSTIL ENDE*/

/*AUFBAU START*/
/*
#center {
	width: 950px;
	border: none;
	margin: 0px auto 0px auto;
	padding-top: 10px;
}
*/

#head {
	width: 100%;
	height: 193px;
	background-color: none;
	padding-bottom: 15px;	
	background-image: url(0_image/header-background.jpg);
	background-repeat: repeat-x;
	
}

#header {
	width: 940px;
	height: 193px;	
	background-color: none;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
}

#wrapper {
	width: 940px;
}

#sidebar {
	margin: 15px 0px;
	float: left;
	width: 208px;
	/*height: 450px;*/
	border: none;
	text-align: left;
	font-family: "Arial";
	color: #383838;
	font-size: 12px;
	background-color: #f2f2f2;
	font-weight: bold;
}

#sidebar-head {
	height: 21px;
	width: 193px;
	color: #fff;
	background-color: #707479;
	padding-left: 15px;
	line-height: 19px;
}

.sidebar-content {
	width: 191px;
	padding: 8px 2px 0px 15px;
	border-bottom: 1px solid #393939;
}

.sidebar-img {
	width: 137px;
	height: 70px;
	padding-top: 6px;
	padding-left: 56px;
}


#content {
	padding: 10px 0 10px 10px;
	float: left;
	width: 722px;
	background-color: none;
	position: relative;
}

/*
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 199px;
	text-decoration: none;
}


#navi {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	width: 200px;
}
*/

#banner {
	width: 720px;
	height: 200px;
	margin-top: 60px;
}

#text {
	float: left;
	width: 490px;
}

/*
#teaser {
	margin-left: 30px;
	width: 200px;
}
*/

#foot {
	bottom: 0;
	width: 100%;
	height: 16px;
	margin: 0;
	padding-top: 1em;
	background-color: none;
	border-top: 1px solid #ccc;
	width: 940px;
}
	
#copyright {
	width: 940px;
	background-color: none;
	text-align: center;
	vertical-align: bottom;
}

.stdTable {
	padding: 10%;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

.stdTable tr td, .stdTable tr th {
	border: 1px solid #000;
	padding-left: 0.3em;
}

.hidden {
	display: none;
}

/*AUFBAU ENDE*/
