* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Schrift und Links */

h1 {
	font-size: 1.4em;
	margin: 20px 0 30px 0;
	
}


p{
	font-size: 1.2em;
	line-height: 1.6;
}

a.intern  {
	color: #8c8b6f;
	text-decoration: none;
}
a.intern:hover{
	color: #ffd393;
	text-decoration: underline;
	
}




a.extern {
	color: #0095C4;
	text-decoration: none;
	background-image: url(bilder/exlink.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding-right: 15px;
}
a.extern:hover{
	color: #53D6FF;
	text-decoration: underline;
	
}

a.expic{
	margin-left:5px;
}



html{
	font-size: 100.01%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}

body{
	font-size: 62.5%;
	background-image: url(bilder/bodybg.png);
	background-repeat: repeat-x;
	background-color: #45464C;
	padding-bottom: 100px;
}

div#head{
	width:937px;
	height:230px;
	background-image: url(bilder/headbg.png);
	background-repeat: no-repeat;
	border-top: 1px solid #45464C;
}

div#menu{
	background-image: url(bilder/menubg.png);
	background-repeat: no-repeat;
	margin:123px 0 0 194px;
	width:450px;


}

div#content{
	background-color: #45464C;	
	
}

div#pola{
	position: absolute;
	top: 350px;
	left:700px;	
	width:250px;	
	height:250px;
	z-index: 1;
}

div#wrap{
	margin: 5px 0 0 170px;
	width: 500px;
	
}

/* Home */
div#home {
	width:480px;
	background-image: url(bilder/headhome.gif);
	background-repeat: no-repeat;
	border: 1px solid #45464C;
}
div#homecontent{
	width: 410px;
	margin-left:22px;
	margin-top:78px;
	padding: 20px 20px 50px 20px;
	background-color: #535359;
	background-image: url(bilder/contentbgcorner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	
	
}	
	
#sig{
	display: block;
	margin:50px 0 0 200px;
}	
	
	
/* Lebenslauf */
div#cv {
	width:480px;
	background-image: url(bilder/headcv.gif);
	background-repeat: no-repeat;
	border: 1px solid #45464C;
}
div#cvcontent{
	width: 450px;
	margin-left:22px;
	margin-top:78px;
	padding-top: 20px; 
	padding-bottom: 50px;
	background-color: #535359;
	background-image: url(bilder/contentbgcorner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}
div.schule{
	
}
h2.heading2{
	font-size: 1.6em;
	margin-bottom:10px;
	margin-top: 40px;
	margin-left: 55px;
	color: #FFD393;
}
p.date{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:2px;
	margin-top: 15px;
	margin-left: 70px;
}
p.desc{
	margin-left: 70px;
	font-size: 1.2em;
}










/*Portfolio*/

div#portfolio {
	width:480px;
	background-image: url(bilder/headportfolio.gif);
	background-repeat: no-repeat;
	border: 1px solid #45464C;
}
div#portfoliocontent{
	width: 410px;
	padding: 20px 20px 50px 20px;
	margin-left:22px;
	margin-top:78px;
	background-color: #535359;
	background-image: url(bilder/contentbgcorner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}

img.projektpic{
	margin: 0 0 10px 0;
}
hr.trenner {
text-align: left;
width: 400px;
background-color: #fff;
height: 1px;
margin: 10px 0 20px 0;
}
p.tech {
	font-size: 1em;
	
}

div#impressum {
	height:800px;
	width:480px;
	background-image: url(bilder/headimpressum.gif);
	background-repeat: no-repeat;
	border: 1px solid #45464C;
}
div#impressumcontent{
	width: 350px;
	margin-left:22px;
	margin-top:78px;
	padding: 20px 50px 50px 50px;
	background-color: #535359;
	background-image: url(bilder/contentbgcorner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}


/*Kontakt*/

div#kontakt {
	width:480px;
	background-image: url(bilder/headkontakt.gif);
	background-repeat: no-repeat;
	border: 1px solid #45464C;
}
div#kontaktcontent{
	width: 410px;
	padding: 30px 20px 50px 20px;
	margin-left:22px;
	margin-top:78px;
	background-color: #535359;
	background-image: url(bilder/contentbgcorner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}

.feld {
	border: solid 1px #fff;
	padding: 10px;
}
legend {
	font-size: 1.4em;
	padding: 0 5px 0 5px;
}
form {
	width:360px;
	
	}
label {
   margin: 10px 0 0 0;
	display:block;
}
input, textarea {
	font-size:1.2em;
	}
textarea {
	width:360px;
	height:240px;
}
input.button {
	border:1px solid #fff;
	background:#ffd393;
	margin-top:12px;
	color: #333;
}
.fehler {
	border:1px solid #F35454 ;
}
p.error {
	color: #F35454;
}



/* Navigation */
div#navi{
	width:450px;
	height:103px;
}
ul#navlist{
	float:left;
   height:103px;
	padding-left:10px;
	padding-top:30px;

}

#navlist li{
	font-size: 1.6em;
	font-weight: bold;
	display: inline;
	list-style: none;
	padding-right:5px;
	color: #8c8b6f; 
	
}

#navlist li a { 
color: #8c8b6f; 
text-decoration: none;
}

#navlist li a:hover { 
color: #ffd393; 
text-decoration: none;
}
#navlist li a:active { 
color: #ff974f; 
text-decoration: none;
}

.selected {
	border-bottom: dotted 1px #8c8b6f;
}


/* Subnavigation */

ul#subnavlist{
	float:right;
   height:103px;
	padding-right:5px;
	padding-top:12px;

}

#subnavlist li{
	font-size: 1.2em;
	display: inline;
	list-style: none;
	padding-right:3px;
}

#subnavlist li a { 
color: #fff; 
text-decoration: none;
}

#subnavlist li a:hover { 
color: #ffd393; 
text-decoration: none;
}
#subnavlist li a:active { 
color: #ff974f; 
text-decoration: none;
}


.topselected {
	border-bottom: 1px dotted #fff;
}

