/* Global */

body	{

	margin:0px;
	padding:0px;
	font-size: 13px;
	font-family: helvetica, verdana, sans-serif;
	line-height:1.35em;
	
	}
	

hr {
	border:2px solid #FFFFFF;
}


img	{
	border:none;
	}

ul	{
	margin-left:0px;
	}

li	{
	margin-left:25px;
	}


/* Container */
#fuss {
        
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	}


#inhalt {
	margin-top:5px;
	margin-left:210px;
	margin-right:250px;
	margin-bottom:10px;
	padding:1em 2em 0em 2em;
	color:#FF1F00;
	background-color:rgb(250,248,237);
	}

#kopf {
	/*position: absolute;
	top:0px;
	left:5px;
         right:5px;
	width:99%;
	min-width:800px;
	z-index:2;*/
	height:100px;
	padding:5px;
	margin:0px 5px 0px 5px;
	border-top:5px solid white;
	border-bottom:10px solid white;
	background-color:#8c8c8c;
   background-image: url(../bilder/Ecke_klein37.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#navigation {
   position: absolute;
	top:125px;
	left:10px;
	float:left;
	width:170px;
	color:red;
	background-color:#8c8c8c;
	background-image: url(../bilder/Ecke_klein37.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 	}

#rechts {
	position: absolute;
	top:125px;
	right:15px;
	width:200px;
   margin-right:15px;
	background-color:#FFFFFF;
	}

#valid {
	position: relative;
	left:30px;
	margin-top: 10px;
	}

/* Klassen */


div.temp1 {
	position: relative;
	left: 30px;
	width:150px;
	margin:0px;
	padding:4px;
	background-color:#AAAAAA;
	color:red;
	border: solid 1px red;
	font-weight:bold;
	margin-top:20px;
	}

div.nav2 {
	position: relative;
	left:60px;
	width:110px;
	background-color:#aaaaaa;
	padding:2px;
	border-right: solid 1px red;
	border-bottom: solid 1px red;
	border-left: solid 1px red;
}


img.kopf {
	position:relative;
	left:200px;
         }

img.nav {
	position:relative;
	left:50px;
	top:15px;
	}

img.projekt {
	float:left;
	margin-right:10px;
	margin-bottom:5px;

	}
img.rechts {
	float:right;
	margin-left:10px;
	}

/* Links */
a:link { font-weight:bold; color:red; text-decoration:none; }
a:visited { font-weight:bold; color:#DF0000; text-decoration:none; }
a:focus { font-weight:bold; color:#FFDF00; text-decoration:none; }
a:hover { font-weight:bold; color:red; text-decoration:none; }
a:active { color:white; text-decoration:none; }


/* Text */
p,td,tr,li {
	font-size:1em;
	font-family: verdana,sans-serif;
	}

li {
	font-size:1em;
	font-family: verdana,sans-serif;
	margin-bottom: 1em;
	}

i {
	letter-spacing: 0.1em;
	font-weight:bold;
	}

h1 {
font-size:150%;
letter-spacing: 0.3em;
}

h2{
font-size:100%;
letter-spacing: 0.2em;
}

h3{
font-size:120%;
letter-spacing:0.1em;
}

h3{
font-size:100%;
font-weight:bold;
}

p.fusstext {
margin:0px;
padding:0px;
font-size:0.9em;
font-family: verdana,sans-serif;
}
p.clearL {
clear:both;
}