/*  
SPK CSS
*/

* { margin: 0;
	padding: 0;
	border: 0;
}
	
body {
	padding: 0em;
	color: #100088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-decoration: none;
	line-height: 1.5em;
}

/* A U F B A U */

#inhalt {
	position: absolute;
	left:100px;
	top:0px;
	width:600px;
	height:auto;
	margin-bottom:500px;
	overflow:visible;
}

#header {
	position: relative;
	width: 600px;
	height: 130px;
	left: 0px;
	background-image: url(../images/header.gif)
}

#main {
	position: relative;
	top: 0px;
	left: 110px;
	height:auto;
	width:478px;
	border-color: #f0a218;
	border-style: dotted;
	border-width: 0em 0.1em 0.1em 0em;
	padding: 3em 1em 1em 0em;
}

#text {
	position:relative;
	left:0em;
	top:0em;
	padding: 0.5em 2em 1em 0em;
}

#text2 {
	position:relative;
	left:0em;
	top:0em;
	padding: 2em 2em 1em 0em;
	border-top-color:#f0a218;
	border-top-style:dotted;
	border-top-width:0.1em;
}

#text3 {
	position:relative;
	left:0em;
	top:0em;
	padding: 0.5em 0em 0em 0em;
	text-align:right;
	font-size:1em;
	color:#f0a218;
	border-top-color:#f0a218;
	border-top-style:dotted;
	border-top-width:0.1em;
}


/* T Y P O G R A F I E */

a {
	font-size: 1.1em;
	color: #100088;
	text-decoration: underline;
}

a:link, a:visited {
	color: #100088;
}

a:hover, a:active {
	color: #f0a218;
}

#text3 a {
	font-size: 1.1em;
	color: #f0a218;
	text-decoration: none;
}

#text3 a:hover {
	font-size: 1.1em;
	color: #100088;
	text-decoration: none;
}

h1 {
	line-height: 1em;
	font-size: 2.4em;
	font-weight: bold;
}

h2 {
	line-height: 1em;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	line-height: 1em;
	font-size: 2.4em;
	font-weight: bold;
	color:#f0a218;
}

p {
	margin-bottom: 0.5em;
	font-size:1.2em;
}

#formularfelder {
	border-color: #f0a218;
	border-style: solid; 
	border-width: 0em 0.1em 0.1em 0.1em;
}



/* N A V I G A T I O N */


#menu {
	position: absolute;
	top: 200px;
	left: 0px;
	width:auto;
	max-width:98px;
	height:auto;
}

#menu ul {
	list-style: none;
	padding-bottom:1em;
}

#menu .erste li a {
	color: #100088;
	font-size: 3em;
	line-height: 0.5em;
	font-weight: bold;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
}

#menu .erste li a:hover {
    font-weight:bold;
}

#menu .aktiv li a {
	color: #f0a218;
	font-size: 3em;
	line-height: 0.5em;
	font-weight: bold;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
}

#menu .zweite li a:hover {
	background-color:#ffffff;
}

/* LA Y O U T */

img {
	margin:0em 1em 1.5em 0em;
	/*border-color:#c3c3c3;
	border-style:solid;
	border-width:0.1em;*/
	}

