/* Allgemeines */
body {
	background-color: #b3e1de; 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;

}

p  {
  margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

a:link { color: #5D4E9C; }
a:hover { color: #5D4E9C; }
a:active { color: #5D4E9C; }
a:visited { color: #5D4E9C; }

h1 { font-size: 12px; color: #000; font-weight: bold; margin: 0px; padding-top: 5px; padding-bottom: 10px; }
h2 { font-size: 12px; margin: 0px; padding-bottom: 10px;}
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }

a.lang:link {	text-decoration: none; color: #000; }
a.lang:hover { text-decoration: none; color: #000; }
a.lang:active { text-decoration: none; color: #000; }
a.lang:visited { text-decoration: none; color: #000; }

/* Container */
#container {	
	padding-top:40px;
	width: 930px; 
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
/*
background-color:#660000;
clear:both;
	width: 930px;  
	margin: 0 auto;
	padding-top:40px;
height:auto;
 margin-left: auto; 
 margin-right: auto; */
}


#con0 		 {
	width:930px;
	float: left;
	padding-top: 30px;
	text-align:right;
	background: url(images/tausendfensterhaus.gif) no-repeat;
	height:100px;
}

#con1 {
	/* float: left;
	width: 930px;
	height: 20px;
	margin-top:20px;
	padding-left: 25px; */
	height: 0px;
}

#con2 {
	/* float: left;
	padding-right: 40px;
	padding-top: 30px;
	text-align:right;
	width: 890px;
	background: url(images/tausendfensterhaus.gif) no-repeat;
	height: 110px;
	margin: 0 auto; */
	height: 0px;
}

#con3 {
	float: left; 
	width: 930px;
	background: url(images/bg-body-top.gif) repeat-y;
	height:33px;
	margin: 0 auto;
}

#con4 {
	float: left;
	width: 930px;
	background: url(images/bg-body-middle.gif) repeat-y;
	margin: 0 auto;
}

#con5 {/*
	float: left;
	width: 930px;
	background: url(images/bg-body-bottom.gif) repeat-y;
	height:10px;
	margin: 0 auto;*/
}

#con6 {
	float: left;
	width: 930px;
	background: url(images/bg-bottom.gif) repeat-y;
	padding-top: 9px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
	height:29px;
}

#inhalt { 
	float: left;
	width: 570px;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom:3px;
	margin: 0px;
}

/* CSS Navigation */
#navcontainer { 
	width: 190px;
	float: left;
	padding-left: 35px;
	padding-right: 25px;
	margin: 0px;
}

#navcontainer ul
{
 padding-left: 0px;
 margin-left: 0px;
 list-style-type: none;
}

#navcontainer a
{
 display: block;
 padding: 1px;
 width: 164px;
}

#navcontainer a:link, #navlist a:visited { 											padding-top: 3px; padding-bottom: 3px; padding-left: 25px; padding-right: 9px; font-size: 14px; color: #333333; text-decoration: none; background-image: url(images/navi-n.gif);  background-repeat: no-repeat; margin-bottom: 4px; }
#navcontainer a:hover { 																				padding-top: 3px; padding-bottom: 3px; padding-left: 25px; padding-right: 9px; font-size: 14px; color: #333333; text-decoration: none; background-image: url(images/navi-h.gif);	background-repeat: no-repeat; margin-bottom: 4px; }
#active a:link, #active a:visited, #active a:hover { 						padding-top: 3px; padding-bottom: 3px; padding-left: 25px; padding-right: 9px; font-size: 14px; color: #ffffff; text-decoration: none; background-image: url(images/navi-s.gif);	background-repeat: no-repeat; margin-bottom: 4px; }

#subnavlist a:link, #subnavlist a:visited  { 										padding-top: 3px; padding-bottom: 3px; padding-left: 28px; padding-right: 6px; font-size: 12px; color: #666666; text-decoration: none; background-image: url(images/unavi-n.gif); background-repeat: no-repeat; }
#subnavlist a:hover { 																					padding-top: 3px; padding-bottom: 3px; padding-left: 28px; padding-right: 6px; font-size: 12px; color: #000000; text-decoration: none; background-image: url(images/unavi-h.gif); background-repeat: no-repeat; }
#subactive a:link, #subactive a:visited, #subactive a:hover { 	padding-top: 3px; padding-bottom: 3px; padding-left: 28px; padding-right: 6px; font-size: 12px; color: #ea7f00; text-decoration: none; background-image: url(images/unavi-s.gif); background-repeat: no-repeat; }


/* Styles */
.rot { color: #BE0027; }
.gross { font-size: 12px; }

/* TYPO3 Formular */
.csc-mailform { 
	border: 0px solid #000000;
	background-color: #b6e5e1;
	width: 400px; 
	padding: 10px;
	margin: 0 auto;
}
.csc-mailform-field {	
	padding-bottom: 4px;
}
.csc-mailform-submit { 
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 120px;
	margin-top: 10px;
	width: 100px;
}

input {
 	color: #333333;
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #ccc; 
}

textarea {
 	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #ccc; 
}

label {
	float:left;
	display:block;
	width: 100px;
	margin-right: 20px;
}
