/* ALLGEMEINE DEFINITIONEN */
html
	{
	height: 100%;
	}

body
	{
	height: 100%;
	margin:0;
	padding:0;
	background-color:#C3D7EE;
	}
	
body, td, tr
	{
	font-family: Arial;
	font-size: 14px;
	color: #413E3D;
	}

#kreislauf {
width:420px; float:right; margin-left:20px; margin-top:35px;
}	

#kreislauf ul, li {
	margin-left:0;
}

#kreislauf li {
	margin-bottom:1em;
}

p
	{
	margin-top:0;
	padding-top:0;
	}

H1
	{
	font-size: 1.8em;
	font-weight: strong;
	}

H2
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #CA2026;
	margin: 15px 0 3px 0;
	}

H3
	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
	}

a
	{
	text-decoration:none;
	color: #CA2026;
	}

a:hover
	{
	text-decoration:none;
	color: #413E3D;
	}

input, select
	{
	width:600px;
	font-size: 1em;
	color: #413E3D;
	height:18px;
	border:1px solid #DEACB5;
	background-color:#FFF;
	background-image:url(images/bg_formfield.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left:3px;
	padding-right:3px;
	}

.radio
	{
	width:20px;
	border:none;
	background:none;
	}

.submit
	{
	width: 120px;
	height:22px;
	font-weight:bold;
	margin-top:10px;
	}

textarea
	{
	font-family: Tahoma, Verdana, Arial;
	}

/*ul 
	{
 	list-style-type: none;
	padding: 0;
	margin: .5em 0 .5em 0;
	}

td ul
	{
	margin:0;
	}

li	
	{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
	margin-bottom: 3px;
	text-align:left;
	}
	*/
.inline 
	{
	display:inline;
	}
	
/* ALLGEMEINE DEFINITIONEN ENDE */

/* LAYOUT */

#containermain
	{
	position: relative;
	min-height: 100%;
	width:720px;
	margin: 0 auto 0 auto;
	padding: 5px 10px 0 10px;
	background-color:#FFFFFF;
	background-image:url(images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

* html #containermain
	{
	height: 100%;
	}

.container_outer
	{
	border:1px solid #DEACB5;
	background-color:#FFF;
	background-image:url(images/bg_formfield.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding: 5px;
	}

.container_liste
	{
	border:1px solid #DEACB5;
	background-color:#FFF;
	background-image:url(images/bg_formfield.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
	}

.container_outer p
	{
	margin:0;
	}
	
.container_inner
	{
	width:680px;
	margin: 0 auto 0 0;
	}

.container_inner p
	{
	font-weight:normal;
	margin-top:10px;
	}

#footer
	{
	position: relative;
	margin-top: -35px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	}

.btn
	{
	float:right;
	}

.white {
	color: #FFFFFF;
}
