*{
	margin: 0;
	padding:0;
	}

body{
	background: #FFCC33;
	color: #000000;
	font-family: Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #003366;
	}
	
#header
{
	position:static;
	width: 950px;
	height: 180px;
	background: url(/header/mainheader.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
	
#kopf
{
	margin: 0px 760px 0px 0px;
	padding: 56px 0px 0px 0px;
}

#sidebar{ position:static; width: 950px; background-color: #FFCC33; padding:0px 5px; margin:auto; }
* html div#sidebar  { top: -55px; left:-25px;	width: 1090px; position:absolute; }

#submenu{ position:static; width: 950px; padding:0px 0px; margin:auto; }

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	position:static; 
	width: 950px; 
	background: #FFFFFF; 
	padding:0px; 
	margin:auto;
	text-align:left}

#content2{ position:static; width: 950px; background: #FFFFFF; padding:0px; margin:auto; }

#content5 {
	position:static;
	width: 750px;
	background: #FFFFFF;
	padding:0px;
	margin:auto;
	padding: 5px 5px 0px 5px;
}

#fuss{ position:static; width: 950px; background: #FFFFFF; padding: 20px 0px 20px 0px; margin:auto;}
	
.fuss1
{
	margin: 20px 15px 20px 15px;
}
	
#fuss2
{
	margin: 0px 15px 0 0px;
}



/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: Verdana,Sans-Serif;}

h1 { font-size: 2.2em; text-transform: uppercase;}
h1 a { color:#fff; border: none; }
h1 em{ color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	color: #003399;
	text-decoration: underline;
	}

p a:hover { border-bottom: 2px dotted #CC0000; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #FFCC33;
	}
#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{ color: inherit; }

#nav{ list-style: none; margin: 2.0em 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	border-bottom: 2px dotted #CC0000;
	}

/* submenu
----------------------------------------------- */
#submenu a{
	color: #FFCC33;
	}
#submenu p a:hover{ border-bottom: 1px dotted #fff; }	

#submenu h1 a{ font-weight: bold; }
#submenu h1 a:hover{ color: inherit; }	
	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #003366; }

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFCC33;
	background-color: #333333;

}
.textsubmenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFCC33;
	background-color: #FFFFFF;

}

/** PINNWAND - SCHILDER **/
.title {
	background: url(/bilder/zettel.gif) center top no-repeat;
  	height: 108px;
	padding: 15px 10px 20px 10px;
  	line-height: normal;}

.title strong {
	display:block;}
	
/** REFERENZEN **/
#referenzen {
	width:100%;}
	
#referenzen th {
	background:#FFFF66;
	text-align:left;}

/** FORMULAR-TABELLEN **/
.input_table {
	margin-bottom:20px;}
	
.input_zelle {
		 background:#FFFF99;
		 text-align:left;
		 padding:0 20px 0 20px;}
		
/** UNSICHTBARE INFOBOX **/
#infobox {
	position:fixed;
	font-size:14px; width:20%;
	top:25%; left:40%;
	display:none;
	padding:24px;
	text-align:center;
	border:solid 1px #993300;
	color:#993300;
	background-image:url(/bilder/cm.png);
	background-repeat:no-repeat;
	background-color:#FFCC33;
	z-index:3;}
	
#infobox_bg {
	width:100%; height:100%;
	position:fixed; top:0; left:0;
	background:#993300;
	display:none;
	z-index:1;
	filter:alpha(opacity=55);
	opacity: 0.55;
	-moz-opacity:0.55;}
	
h1.headline {
	color:black;
	margin:0; padding:10px 0 0 0;
	font-size:18px; 
	text-align:left;
	font-stretch:expanded;
	text-transform:none;}
	
h1.headline strong {
	color:#FFCC33;
	display:block;
	font-size:42px;
	margin:15px 0 0 0;
	text-transform:uppercase;}
	
#special_for_KF {
	line-height:30px}