body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

p, ul {
	padding: 0px 0px 11px 0px;
	margin: 0px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
	margin: 5px auto 30px auto;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

#main {
	position: absolute;
	left: 50%;
	top: 15px;
	width: 770px;
	margin: 0px auto 15px -385px;
	padding: 0px;
	height: 550px;
	border: 1px solid #999999;
	background-color: #ADADAD;
	background-image: url(../img/static/ke_back.gif);
	background-repeat: repeat-y;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 90px;
	/*border: 1px dashed Lime;*/
	border-bottom: 1px solid #999999;
}

#logo {
	position: absolute;
	left: 36px;
	top: 16px;
	width: 56px;
	height: 56px;

	/*border: 1px dotted Red;*/
}

#title {
	position: absolute;
	left: 160px;
	top: 16px;
	width: 595px;
	height: 56px;
        
	/*border: 1px dotted Red;*/
}

#navi {
	position: absolute;
	left: 12px;
	top: 110px;
	width: 105px;
	height: auto;
	padding: 0px;
	/*border: 1px dashed Fuchsia;*/
	color: #696969;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

#navilist {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 12px;
	padding: 0px;
	font-weight: bold;
	line-height: 2em;
}


#content {
	position: absolute;
	left: 160px;
	top: 110px;
	width: 595px;
	height: auto; 
	/*border: 1px dashed Aqua;*/
	background-color: transparent;
}

.partners {
	padding: 20px 0px 20px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999999;
	margin-right: 15px;
}

.current {
	margin-left: 0px;
	padding-left: 0px;
}

.kleintext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

div.projects {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999999;
}

div.projects h2{
	margin-top: 20px;
}

div.projects h3{
	margin-top: 20px;
	margin-bottom: 5px;
}

div.projects p{
	margin-left: 15px;
	margin-bottom: 0px;
}

div.projects ul{
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC0033;
	background-color: transparent;
}

/*Formatierungen für das Kontaktformular*/

.mailform {
	margin: 0px;
	padding: 0px;
}

.felder, .buttons {
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
}

.felder {
	width: 200px;
	background-color: #FFFFFF;
}

.felder:focus {
	background-color: #FFFFE0;
}

.alarm {
	color: #B22222;
	background-color: transparent;
}

.substitute {
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: -3px;
	margin-top: 0px;
}

a:link, a:visited {
	border: 1px none transparent;
	text-decoration: none;
}

a:link {
	color: #3300DD;
}

a:visited {
	color: #003399;
}

/*Anfang Styles für Dynmenu*/

/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/

DIV.fstLevel a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	/*WIDTH: 130px;*/
	BORDER: 0px;
	PADDING: 4px 0px 4px 3px;
	MARGIN: 0px 0px 3px 0px;
	/*FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;	*/
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left; 
}

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
	text-decoration: none;
	color: Blue;
	background-color: #FFA500;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	/*WIDTH: 130px;*/
	BORDER: 0px;
	PADDING: 4px 0px 4px 3px;
	MARGIN: 0px 0px 3px 0px;
	/*FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;	*/
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #555555;
	BACKGROUND-COLOR: transparent;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
	TEXT-DECORATION: none;
	DISPLAY: block; /*WIDTH: 120px;*/
	BORDER: 0px;
	PADDING: 1px 0px 3px 3px;
	MARGIN: 0px 1px 1px 10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: transparent;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
	COLOR: Blue;
	BACKGROUND-COLOR: #FFA500;
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
	TEXT-DECORATION: none;
	DISPLAY: block; /*WIDTH: 120px;*/
	BORDER: 0px dotted #696969;
	PADDING: 3px;
	MARGIN: 0px 1px 1px 10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	COLOR: #696969;
	BACKGROUND-COLOR: transparent;
}

/*Ende Styles für Dynmenu*/
