@charset "utf-8";
/* CSS Document */

/*Allgemeine Definitionen*/
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}

td, table, p, h1, h2, div, form{
	margin: 0;
	padding: 0;
}

p.space{
	padding-bottom: 20px; 
}

/*Definition der Boxen*/
#border{
	width: 1167px;
	/*width: 1167;*/
	_height: 100%;
	min-height: 100%;
	margin: 0 auto;
	border-left: 6px solid #ffffff;
	/*border-right: 6px solid #ffffff;*/
	background-image: url(images/bg_body_vertical.gif);
	background-repeat: repeat-y;
}
#left{
	float: left;
	width: 247px;
	height: 100%;
	/*background-color: #4d4d4d;*/
	border-right: 6px solid #ffffff;
}
#left #news{
	height: 146px;
	border-top: 6px solid #ffffff;
	padding: 6px 10px 6px 25px;
	background-image: url(images/bg_news.gif);
	
	color: #fff;
	font-size: 70%;	
}
#left #kontakt{
	background-image: url(images/hg_kontakt.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 6px 10px 6px 25px;
	
	color: #fff;
	font-size: 70%;	
} 

#middle{
	float: left;
	width: 661px;
	height: 100%;
	border-right: 6px solid #ffffff;
}

#middle #logo{
	height: 58px;
	border-top: 6px solid #515151;
	background-image: url(images/logo.gif);
}

#middle #headimage{
	height: 159px;
	border-top: 6px solid #ffffff;
}

#right{
	float: left;
	padding-top: 250px;
	padding-left: 12px;
	width: 235px;
	height: 100%;
	font-size: 80%;
	color: #4d4d4d;
	text-align: justify;
}

/*gallery*/
#gallery{
	background-color: #d0d0d0;
	color: #000000;
	font-size: 80%;
	padding: 10px 0px 0px 0px;
	margin: -20px 0px 0px 0px;
	overflow:auto;
}

#gallery .gal_container p{
	padding: 0px;
	margin: 4px;
	text-align: center;
}

#gallery .gal_container{
	float: left;
	display: block;
	width: 155px;
	height: 140px;
	text-align: center;
}

#gallery a img{
	border: none;
}

/*news*/
#news a{
	color: #1bac80;
	text-decoration: none;
	font-weight: bold;
}
#news ul{
	margin: 0;
	padding: 0;
}
#news li{
	font-size: 90%;
	list-style-type: square;
	padding-bottom: 5px;
}

/*Definition Inhalte*/
#content{
	padding: 18px;
	font-size: 80%;
	color: #4d4d4d;
	text-align: justify;
}

#content a img{
  text-decoration: none;
  border: none;
}

#content p, #right p{
	padding-bottom: 16px;
}

#content h1, #right h1{
	font-weight: 100;
	color: #1bac80;
	font-size: 140%;
	padding-bottom: 12px;  
}
#content a, #right a{
	color: #1bac80;
	text-decoration: none;
}

#content ul, #right ul{
	padding-top: 0px;
	margin-top: 0px;
}

#content td, #right td{
	vertical-align: top;
}

#content form fieldset{
	border-bottom: none;
	border-left: none;
	border-right: none;
}
#content form fieldset label{
	display: block;
}
#content form fieldset input{
	width: 300px;
}
#content form fieldset textarea{
	display: block;
	width: 300px;
	height: 150px;
}