html,body {
	background: #efefef;
	font-family: Georgia,Trebuchet MS,Palatino,Trebuchet MS,Verdana,serif;
	font-size: 13px;
	margin: 0px;
	text-align:center;
}
 div {
	background-color: #fafafa;
}

 p	{
 	background-color: #fafafa;
	margin-left:10px;
	margin-right:10px;
 }
 
h2 {
	font-size: 16px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #696969;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ACA899;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #696969;
	}	
	
#container {
	width: 740px;
	background: #fafafa;
	margin:0px auto;
	text-align:left;
}

#main {
	
	color: #5B5B5B;
	width: 740px;
	background-color: transparent;
	height: 100%;
	border-style: solid;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;


}

#contList {
	width: 350px;
	margin-left:10px;
	float:left;
}

#progBox{
	background: url("images/box_prog.jpg") repeat-y;
	background-color:#efefef;
	color: #FAEBC2;
	width: 150px;
	text-align:left;
	border-style: solid;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left:10%;
	float:left;
	
}

#dbBox{
	background: url("images/notebook1.jpg") no-repeat bottom left;
	background-color:#efefef;
	color: #FAEBC2;
	width: 250px;
	text-align:left;
	border-style: solid;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left:10%;
	margin-top:-150px;
	float:left;
}

#skillBox{
	clear:both;
	background: url("images/box_skills.jpg") repeat-y;
	background-color:#efefef;
	color: #FAEBC2;
	width: 350px;
	text-align:left;
	border-style: solid;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left:30%;
	margin-top:20px;

}

.projBox{
	
	background-color:#efefef;
	width: 700px;
	text-align:left;
	border-style: dotted;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;

}

.projHeader{
	font-weight:bold;
}

.projHighlight{
	text-indent:15px;
	background-color:#efefef;
}

.projBox a{
	text-decoration:underline;
	color:#999999;
	font-weight: normal; 
	
}
.contEnd {
	clear:both;
}

#header {
	background: url("images/header.jpg") no-repeat;
	height:140px;
	margin: 0px;
}
#left {
	background: url("images/oschwarten.jpg") no-repeat;
	height: 400px;
	margin-bottom: 25px;
	width: 5%;
	float:left;
	
}

#right {
	/*height: 400px;*/
	margin-bottom: 25px;
	width: 20%;
	float:right;
	
}

#footer{
	background-color:#999999;
	color:#333333;
	width: 740px;
	border-style: solid;
	border-color:#000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width:1px;
}

#xhtmllogo{
	margin: 10px 10px 10px 10px;
}

.noborder {
	border:0px;
}
.kontaktwrapper {
	width:400px;
	text-align:right;
	margin-top:10px;
}

.kontakt {
	width:100px;
}

.txtkontakt {
	margin-left:20px;
}
#navcontainer
{
margin: 0 0 0 0;
padding: 0;
height: 19px;
width: 740px;
border-style:solid;
border-color:#f5d7b4;
/*border-color:#efefef;*/
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width:0px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 78px;
height: 18px;
/*border-top: 1px solid #f5d7b4;*/
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
padding: 0;
margin: 0 0 10px 0;
color: #999999;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
text-decoration:underline;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

#whereiam {
float:right;
text-align:right;
font-size:10px;
margin-right:5px;
}

.header{
font-weight:bold;
}

.code{
font-family: Courier;	
}