/* INDEX.PHP */

/* Basis Layout */

*{
	margin: 0 auto;
	padding: 0px;
}


body {
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: #777;
	color: white;
	font-size: 10pt;
	width:1000px;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	text-align:center;
}

h1 a {
	color: white;
	text-decoration: none;
}

p.login a {
	text-decoration: none;
}

p.login {
	color: #2e2e2e;
	font-size: 80%;
	text-align:left;
}

/* main-container */

#main-container {
	background: #777;
	overflow:hidden;
}

/* header */

#header {
	background: #006699;
	height:	130px;
	padding-top: 90px;
	overflow:hidden;
}

/* Teaser */

#teaser {
	background:  #777;
	height: 80px;
	padding: 5px 0px 5px 0px;
	overflow:hidden;
}

/* Navigation */

#navi {
	background: #006699;
	padding: 100px 0px;
	text-align: center;
	border-bottom: 5px solid #777;
	overflow:hidden;
}

ul.button a img {
	width: 80px;
	height: 80px;
	border: 0px;
	margin-right: 40px;
	text-decoration: none;
}

ul li {
	display: inline;
}

/* BOTTOM */

#bottom{
	background: #006699;
	color: white;
	font-size: 60%;
	padding: 5px 5px;
	overflow: hidden;
}

#bottom a {
	float: right;
}

#bottom a img {
	height: 30px;
	width: 30px;
	margin: 5px 20px 5px 0px;
}

#bottom p {
	margin: 5px 0px 5px 20px;
}

/* GALLERY.PHP,DOWNLOAD.PHP */

/* body */
.ga {
	background: #777;
	color: white;
	
}

/* header */

#header1 {
	background: #006699;
	height: 60px;
	overflow: hidden;
}

/* HEADER H1 */

.head a{ 
	float: right;
	padding: 15px 20px 10px 0px;
}

/* HEADER Navigation */

ul.button1 a img {
	width: 30px;
	height: 30px;
	border: 0px;
	margin-right: 10px;
	padding: 15px 0px 10px 20px;
}

/* TEASER */

#teaser1 {
	background:#006699;
	height: 80px;
	margin-top:5px;
	padding: 0px;
	overflow: hidden;
}

.tbild li img {
	height:80px;
	width: 120px;
	float: left;
	border-right: 5px solid #777;
	
}

/* CONTENT */

#content1 {
	background: white;
	color: #006699;
	margin: 5px 0px;
	border: 3px solid #006699;
	overflow:hidden;	
}
 
.galerie {
	padding: 30px 60px;
	height:500px;
	overflow: auto;
	
}

.galerie h2 {
	margin-bottom: 15px;
}

.cbild {
	float: left;
	margin:5px;
}
.cbild p {
	text-align: center;
	height: 120px;
	width: 120px;
}

.cbild p a img {
	border: 3px solid #777;
}

/* BOTTOM */

#bottom1{
	background: #006699;
	color: white;
	font-size: 60%;
	padding: 5px 5px;
	overflow: hidden;
}

#bottom1 a {
	float: right;
}

#bottom1 a img {
	height: 30px;
	width: 30px;
	margin: 5px 20px 5px 0px;
}

#bottom1 p {
	margin: 5px 0px 5px 20px;
}

/* FORMULAR.PHP */

/* Formular */

#content1 form {
	background: #eee;
	padding: 15px;
	margin: 10px;
}

#content1 input, #content1 textarea {
	background: white;
	border: 1px solid #777;
	padding: 2px;
}

#content1 #send {
	border: 1px outset #777;
	background: #eee;
	margin-left: 120px;
}

#content1 label {
	float: left;
	min-width: 100px;
	margin: 5px;
}

#content1 #recaptcha_widget_div label {
	clear:both;
	float: none;
}

div #recaptcha_area > table #recaptcha_table .recaptchatable recaptcha_theme_red > tbody > tr > td .recaptcha_r4_c1 {
	height:20px;
}

#content1 form p {
	font-size: 80%;
	
}

.error {
	color:red;
	font-size: 60%;
	font-weight: bold;
}

.allesok {
	color: green;
	font-size: 120%;
	font-weight: bold;
}

.hidden {
	Display: none;
}

/* Body für Download */

.withsupp {
	overflow: hidden;
}

.body {
	float:left;
	width: 680px;
	height: 520px;
	padding: 15px 0px 0px 15px;
	border-right: 1px dotted #777;
	overflow: auto;
}

.body h2, p {
	margin: 10px 20px 5px 20px;
}

.info {
	color: #777;
	font-size:60%;
	margin: 0px 20px 15px 20px;
}

.body dl {
	float: left;
	width: 190px;
	height: 160px;
	margin: 5px 15px 0px 15px;
}

.body dl dd {
	text-align: justify;
	font-size: 80%;
}

.body dl dt h3{
	margin:5px 0px 0px 0px;
}

.body dl dt h4 {
	color: #f830d5;
	font-size: 80%;
	margin:5px 0px 5px 0px;
}

.body img {
	height: 40px;
}

.body dl a {
	
}

/* WERBUNG KONTAKTFORMULAR */ /* Download.php & Kontakt.php */

.supp{
	float: right;
	width: 270px;
	height:465px;
	margin: 35px 17px 10px 0px;
	text-align: center;
	overflow: hidden;
	
}


.supp1 form img {
	width: 150px;
	
}

.supp1 form input.input1 {
	margin: 5px;
	
}

#content1 .supp1 form {
	background: white;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #777;
}

.supp2 ul li a {
	display:block;
	background: url(img/down/li_item.png) 0px 3px no-repeat;
	margin:15px 0px 5px 75px;
	padding-left: 20px;
	text-align: left;
	
}

.supp2 h3 {
	text-align: center;
	text-decoration: underline;
}

.supp2 {
	padding-top: 20px;
}

