@charset "UTF-8";

/* 
	ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, Verdana, sans-serif;
	font-size: 62.5%;
	background: #01a0c6 url(../img/layout/bg.jpg) top center no-repeat;
	color: #727272;
	text-align: center;
	}
	
td, th, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, Verdana, sans-serif;
	font-size: 100%;
	}

.ci_green {
	color: #68b022;
	}
	
.ci_blue {
	cursor: #01a0c6;
}

.klein {
	font-size: 80%;	
}

	
	
/*
	BILDER
*/
	
img {
	border: none;
	}

img.block {
	display: block;
	}

.png {
	behavior: url(js/iepngfix.htc);
	}


/* 
	SCHRIFT
*/


a:link, a:active, a:visited, a:focus {
	color: #01a0c6;
	text-decoration: none;
	font-weight: bold;
	}

a.white:link, a.white:active, a.white:visited, a.white:focus {
	color: #fff;
	font-weight: normal;
	}
	
a:hover {
	color: #616161;
	}

a.white:hover {
	text-decoration: underline;
	}
	


h1, h3, h4, h5 {
	}

h1 {
	font-size: 1.6em;
	color: #01a0c6;
	margin: 28px 0;
	line-height: normal;
	float: left;
	}
	
h2 {
	font-size: 1.4em;
	}
	
h3 {
	font-size: 1.2em;
	color: #c4081c;
	margin-bottom: 15px;
	}

.red {
	color: #ff3a1a;
	}

.green {
	color: #00a404;
	}

.small {
	font-weight: bold;
	font-size: 0.9em;
	}
	
.big {
	font-weight: bold;
	font-size: 1.1em;
	}
	
/* 
	SATZ
*/

#content p {
	margin-bottom: 2em;
	}

.float_r {
	float: right;
	margin-left: 1em;
	}
	
.float_l {
	float: left;
	margin-right: 1em;	
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
.left_50 {
	float: left;
	width:49%;
	}

.right_50 {
	float: right;
	width:49%;
	}
	
.clear {
	clear: both;
	}
	
.justified {
	vertical-align: middle;
	}

.align-r {
	width: 100%;
	text-align: right;
	}
	


/* 
	LAYOUT
*/

#wrapper {
	width: 750px;
	padding-left: 0;
	margin: 0 auto;
	line-height: 140%;
	font-size: 1.1em;
	text-align: left;
	}

#top_menu {
	float: right;
	padding-top: 80px;
	color: #fff;
	}	

#content {
	padding: 20px 10px;
	}

#left {
	width: 505px;
	margin-right: 15px;
	float: left;
	}

#right {
	width: 205px;
	float: right;
	}

#logo {
	float: right;
	width: 139px;
	height: 52px;
	}

#flow {
	overflow: auto;
	height: 370px;
	}
	
#flow2 {
	overflow: auto;
	height: 340px;
	}

#footer {
	color: #fff;
	}
	
.pointer {
	cursor: pointer;
}

/*
	Blätterfunkftion
*/
div#blaetter a {
	font-size: 1.2em;
	font-weight: bold;
	}

div#blaetter a.grey {
	color: #616161;
	text-decoration: none;
}

div#blaetter a.pointer {
	color: #c4081c;	
	padding: 1px 3px;
	}

div#blaetter a.pointer:hover {
	background: #c4081c;
	color: #fff;
	}
	
div.content_m {
	/*overflow: auto;
	height: 370px;*/
}
	
/*
	Form
*/
textarea, select {
	font: 100% Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	background-color: #fff;
	padding: 1px;
	margin: 0;
	border: 1px solid #727272;
}

input {
	font: 100% Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	background-color: #fff;
	padding: 1px;
	margin: 0;
}


input.feld, select.feld {
	width: 300px;
	border: 1px solid #727272;

}

textarea.feld{
	width: 100%;
	height: 150px;
	border: 1px solid #727272;

}

fieldset {
	margin-left: 0px;
	padding-left: 0px;
 	border: 0px solid #fff;
}
	
fieldset label {
	width: 100px;
	cursor: pointer;
	float: left;
	width: 120px;
}

/*
	Buttons
*/
input.button {
	background: #b70d32;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	border: 1px solid #b70d32;
	font-size: 100%;
}

input.button:hover, input.button2:hover {
	background: #fff;
	color: #b70d32;
}


