@CHARSET "UTF-8";

BODY{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	background-color: rgb(217,217,217);	
	background-image: url("../images/design/main_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Verdana", "Arial";
	font-size: 13px;
}

IMG{
	border: 0px;	
}

h1{
	font-size: 17px;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 13px;
}


#box{
	margin: 0px auto;
	margin-top: 0px;
	width: 880px;
	height: 800px;
	background-image: url("../images/design/box_bg.jpg");
	background-repeat: repeat-y;
}

#box #drucktop{
	display: none;	
}

#box #top{
	background-image: url("../images/design/box_top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 101px;
	float: left;
	width: 100%;
}

#box #top img#home{
	float: left;
	width: 103px;
	height: 85px;
	margin-top: 10px;
	margin-left: 30px;
}

#box #top #menu{
	float: left;
	width: 700px;
	color: white;
	line-height: 20px;
	margin-top: 6px;
	text-align: right;
}

#box #top #menu a{
	color: white;
}

#box #bottom{
	background-color: black;
	color: white;
	margin-left: 32px;
	width: 815px;
	height: 25px;
	float: left;
	line-height: 25px;
}

#box #bottom #b1{
	padding-left: 10px;
	width: 300px;
	float: left;
}

#box #bottom #b2{
	width: 405px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}

#box #bottom #b3{
	width: 30px;	
	float: left;
}

#box #bottom #b3 a{
	color: white;
}

#box #inner{
	margin-left: 32px;
	width: 815px;
	float: left;
}

#box #inner img.whiteline{
	height: 1px;
	width: 100%;
	background-color: white;
	float: left;
}

#box #whiteline_bevore_bottom{
	margin-top: 10px; 	
	height: 1px;
	width: 815px;
	margin-left: 32px;
	background-color: white;
	float: left;
}

#box #inner ul#nav{
	background-image: url("../images/design/nav_bg.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 26px;
	float: left;	
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

#box #inner ul#nav li{
	list-style: none;
	display: inline;
	float: left;
}

#box #inner ul#nav li.item{
	padding-left: 15px;
	padding-right: 15px;
} 

#box #inner ul#nav li.seperator{
	height: 26px;
	width: 1px;	
} 

#box #inner ul#nav li:first-child{
	width: 199px;
}

#box #inner ul#nav li a{
	color: white;
}

#box #inner img.seperator{
	height: 26px;
	width: 1px;
	background-color: rgb(51,51,51);
	float: left;
}

#box #inner ul#subnav{
	width: 200px;
	float: left;
	background-image: url("../images/design/subnav_bg.jpg");
	background-repeat: repeat-y;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

#box #inner ul#subnav li{
	background-image: url("../images/design/sub_nav_item_bg.jpg");
	background-repeat: no-repeat;
	list-style: none;
	display: inline;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 184px;
	height: 27px;
	padding-left: 15px;
	color: white;
}

#box #inner ul#subnav li:first-child{
	height: 30px;
	background-image: url("../images/design/sub_nav_item_bg_first.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	width: 199px;
}

#box #inner ul#subnav li a{
	color: white;
}

#box #inner ul#subnav li.description{
	background-image: none;
	background-repeat: no-repeat;
	font-size: 11px;
	color: black;
	line-height: 13px;
	padding-top: 40px;
}

#box #inner ul#subnav li.description p.desc_msg{
	color: white;
	display: inline;	
}

#box #inner ul#subnav li.description a{
	color: black
}

#box #inner #content{
	float: left;
	overflow: auto;
	width: 605px;
	height:620px;
	line-height: 16px;
	padding: 5px;
	padding-top: 10px;
}

#box #inner #content a{
	color: black;
}

#box #inner #content h1{
	margin-bottom: 0px;
	font-size: 17px;
} 
#box #inner #content h2{
	margin-bottom: 0px;
	font-size: 15px;
} 
#box #inner #content h2{
	margin-bottom: 0px;
	font-size: 13px;
} 
#box #inner #content ul{
	margin-top: 0px;	
}

/* Key - Value Konzept vorbereiten, einzelne werte können später überschrieben werden.*/
p.key{
	display: inline;
	float: left;
	margin: 0; padding: 0;
	width: 110px;	
}

p.value{
	display: inline;
	float: left;
	margin: 0; padding: 0;
	width: 250px;
}

/*				--------------------------------------------------------------------		*/
/*							Styles für die einzelnen Unterseiten							*/
/*				--------------------------------------------------------------------		*/

/* BLOG */

.blog {
	border: 1px solid black;
	width: 570px;
	margin-bottom: 20px;
	padding: 5px;
	overflow: auto;
}

.blog .topic{
	font-weight: bold;
	width: 570px;
}

.blog .author{
	width: 570px;
}

.blog .content{
	width: 560px;
	border-top: 1px solid black;
	padding: 5px;
}

/* ABOUT ME*/
.about_me {
	line-height: 20px;	
	float: left;
}

/* Projekte */
.projekt{
	float:left;
}

div.projektueberlick{
	width: 275px;
	float: left;
	margin: 5px;
	height: 170px;
}

.projekt p.value{
	width: 290px;
}

.projekt_image{
	float: left;
	width: 200px;
	text-align: right;
}
.projekt_image p{
	display: inline;
	font-size: 11px;
	text-align: center;
}

.projekt img.lan{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
}

/* Persönliches */
object#lebenslauf{
	border: 0px;
	width: 600px;
	height: 600px;
}
div#arbeit div.desc{
	float: left;
	width: 380px;
	margin-bottom: 50px;
}
div#arbeit div.bild{
	float: left;
	width: 200px;
	text-align: right;
	margin-bottom: 50px;
}

div#arbeit div.desc h3{
	margin-top: 0px;
	padding-bottom: 5px;
}

div#arbeit div.desc p.value{
	width: 270px;
}

div#studium{
	white-space: nowrap;
}

div#studium h2{
	margin-bottom: 2px;
	font-size: 12px;
}

div#impressum{
	margin-top:30px; 
	float: left;
}

#kontakt{
	border: 1px solid #999999;	
	padding: 5px;
	height: 210px;
	widdth: 580px;
	margin-top: 20px;
}

#kontakt .adresse {
	margin-top: 0px;
	float: left;
	margin-left: 5px;
	width: 230px;
	vertical-align: top;
}

#kontakt #kontakt_loader{
	display: none; 
	width: 580px; 
	height: 210px; 
	text-align: center; 
	margin-top: 80px;
}

#kontakt .fussnote {
	font-size: 10px;
	float: left;
	clear: left;
	width: 200px;
}

#kontakt .formular{
	float: left;
	width: 355px;
}

#kontakt form fieldset{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#kontakt form fieldset label {
	width: 150px;	
	margin-bottom: 4px;
	float: left;
	clear: left;
}

#kontakt form fieldset input, #kontakt form fieldset textarea {
	float: left;
	border: 1px solid #666666;
	font-size: 11px;
	width: 200px;
	margin-bottom: 2px;
}
#kontakt form fieldset input:hover, #kontakt form fieldset textarea:hover {
	border: 1px solid #000000;
	background-color: #DEDEDE;
}
#kontakt form fieldset input:focus, #kontakt form fieldset textarea:focus {
	border: 1px solid #FF6600;
	background-color: #E8E8E8;
}
#kontakt form fieldset textarea  {
	height: 70px;
}
#kontakt form fieldset .button {
	width: 100px;
	margin-top: 5px;
	margin-left: 150px;
}

#kontakt .error{
	color: red;
}

#kontakt label.error{
	float: left;
	clear: left;
	width: 350px;
	margin-left: 0px;
	color: red;	
}

ul#web{
	text-align: center;
}

ul#web li{
	list-style: none;
	margin-top: 40px;
}