/*  
Developer: frogworks media
Theme URI: http://www.planbeckmann.de/style.css

Description: Erst mal alles auf NULL!
*/

html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

body {
	background:#FFFFFF;
	color:#000000;
	font-weight: normal;
}

td{
	color:#000000;
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}
td#menue_td{
display: none;
	padding-top: 30px;
}
td#content{
	padding-top: 30px;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}
#content ul{
	padding: 5px;
	margin: 5px;
}
#content li{
	padding-left: 5px;
	margin-left: 5px;
}
td#kontakt{
	color:#000000;
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}
td#kontakt_error{
	color: Red;
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}
.textarea{
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight: normal;
/*	line-height: 18px;
*/
}
#content img{
	margin-bottom: 20px;
}
#content h1{
	font-size:10px;
	font-weight: normal;	
	line-height: 12px;	
}
#content h2{
	font-size: 15px;
	font-weight: bold;	
	line-height: 36px;	
	margin-top: -8px;	
}
#content h4{
	font-size: 12px;
	font-weight: bold;	
	line-height: 16px;	
	margin-top: -8px;	
}
td#header{
	color:#000000;
	font-size:12px;
	font-weight: normal;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:#000000; 
	line-height: 15px;
	padding-bottom: 5px;
}
#header A:link {
	FONT-SIZE: 12px;
	COLOR: #000000; 
	text-decoration: none;
	line-height: 15px;
}
#header A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
#header A:aktive {
	COLOR: #000000;
	text-decoration: none;
}
#header A:visited {
	COLOR: #000000;
	text-decoration: none;
}

#content A:link {
	FONT-SIZE: 12px;
	COLOR: #000000; 
	text-decoration: underline;
	line-height: 15px;
}
#content A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
#content A:aktive {
	COLOR: #000000;
	text-decoration: underline;
}
#content A:visited {
	COLOR: #000000;
	text-decoration: underline;
}

div#textblock_rechts{
display: none;
	width: 230px;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	border-left: 1px;
	border-left-style: solid;
	border-left-color:#EDEDED; 
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
#textblock_rechts h3{
	font-size:10px;
	font-weight: normal;	
	line-height: 12px;	
}
#textblock_rechts h4{
	font-size: 15px;
	font-weight: bold;	
	line-height: 36px;
	margin-top: -8px;	
}
#textblock_rechts p{
	padding-bottom: 18px;
}

#textblock_rechts A:link {
	FONT-SIZE: 12px;
	COLOR: #000000; 
	text-decoration: underline;
	line-height: 15px;
}
#textblock_rechts A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
#textblock_rechts A:aktive {
	COLOR: #000000;
	text-decoration: underline;
}
#textblock_rechts A:visited {
	COLOR: #000000;
	text-decoration: underline;
}

td#footer{
	color: Red;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px;
	border-top-style: solid;
	border-top-color:#000000;
	text-align: center;
	line-height: 22px;
}


.logo{
	color: Red;
	font-size:18px;
	font-weight: normal;
	line-height: 24px;
}


/* Menü */
div#menue{
	width: 150px	
}

div#nav a:hover {
	color: #000000;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
.hauptlink {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 2px 4px 2px 2px;
	background-color: #ffffff;
	text-indent: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.hoverlink {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 2px 4px 2px 2px;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: Red;
	border-bottom-width: 1px;
	text-indent: 12px;
	background-attachment: scroll;
/*	background-image: url(img/Pfeil.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
*/	
}

