@charset "UTF-8";
/* CSS Document */
body
{
	text-align:center;
	background-color:white;
	font-family:Verdana, Geneva, sans-serif;	
}

.container
{
	margin:auto;
	height:620px;
	width:1000px;
	margin-top:20px;
	text-align:left;
	font-size:11px;
	color:#777777;
}

.top
{
	height:90px;
	width:1000px;
	/*background-image:url(gfx/verlaufOben.jpg);*/
	background-color:white;
	background-position:bottom;
	background-repeat:no-repeat;
}

.topmenu
{
	list-style:none;
	padding:0px;
	margin:0px;
	color:#999;
	float:right;
	margin-top:65px;
	margin-right:20px;
}

.topmenu li
{
	float:left;
	margin-left:5px;
}

.topmenu a
{
}

.topmenu a:link{text-decoration:none;color:#777777;}
.topmenu a:visited{text-decoration:none;color:#777777;}
.topmenu a:hover{text-decoration:none;color:#333333;}

.aktiv
{
	color:#cccc33;
	font-size:16px;
	display:inline;
}

.borderLinks
{
	height:433px;
	width:15px;
	background-image:url(gfx/border.jpg);
	float:left;
}
.borderRechts
{
	height:433px;
	width:15px;
	background-image:url(gfx/border.jpg);
	float:left;
}

.middle
{
	background-image:url(gfx/main.jpg);
	width:970px;
	height:433px;
	float:left;
}

.logo
{
	margin-top:150px;
	height:47px;
	width:328px;
	background-image:url(gfx/logo.png);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
}

.inhalt
{
	background-color:white;
	height:290px;
	width:550px;
	margin-left:48px;
	margin-top:58px;
	border:#efefcd solid 10px;
	overflow:hidden;
	float:left;
}

.inhalt table td
{
	vertical-align:top;
}

.inhalt table p
{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:14px;
	line-height:1.3; 
}

.inhalt table ul
{
	list-style-image:url(gfx/listicon.jpg);
	margin-left:12px;
	margin-bottom:10px;
	padding:0px;
}

.inhalt table li
{
	margin-left:20px;
}

.bottom
{
	height:110px;
	width:1000px;
	/*background-image:url(gfx/verlaufUnten.jpg);*/
	background-color:white;
	background-position:top;
	background-repeat:no-repeat;
	background-color:white;
	clear:both;
}

.footer
{
	float:right;
	margin-top:6px;
	margin-right:20px;
}
/*Allgemein*/

h1
{
	margin-top:14px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:25px;
	font-size:24px;
	color:#cccc33;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	min-width:220px;
}
img
{
	border:none;
}

.bildertable img
{
	margin-left:5px;
	border:3px solid #ccc;
}
.bildertable img:hover
{
	margin-left:5px;
	border:3px solid #cccc33;
}

/*Links*/
a:link
{
	text-decoration:underline;
	color:#777;
}

a:visited
{
	text-decoration:underline;
	color:#777;
}

/*KONTAKT*/

.kontaktform
{
	margin:20px;
	/*width:296px;*/
	margin-right:0px;
}
.kontaktform input
{
	border:1px solid #ccc;
	color:#666;
	margin-bottom:5px;
	height:19px;
	margin-right:19px;
}

.kontaktform label
{
	width:74px;
	display:block;
	float:left;
}
.texteingabe
{
	width:197px;
	float:left;
	background-image:url(gfx/textfeldBg.jpg);
}
.texteingabeKlein
{
	width:94px;
	float:left;
	background-image:url(gfx/textfeldBg.jpg);
}
.textfeld
{
	width:195px;
	height:60px;
	background-image:url(gfx/textfeldBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #ccc;
	margin-bottom:5px;
}

#TB_window
{
	border:2px solid #999;
}

