body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}

body{
  font-family: Helvetica, Arial;
  background-color: #eee;
  
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  background-position: 0 20%;
}

#container{
  background-image: url(../images/bg-verlauf.png);
  background-repeat: repeat-x;
}

strong{
  font-weight: bold;
}

em{
  font-style: italic;
}

a:link, a:hover, a:visited{
	color: #3671C1;
	color: #559EB7;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover{
	color: #fff;
	background-color: #333;
}

#site{
  width: 930px;
  margin: 10% auto 0 auto;  
}

#site .box{
  background-color: #fff;
  padding: 0 15px 25px 15px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#site .box.header{
  padding: 25px 15px;
  margin-bottom: 20px;
}

#footer .container{
  width: 900px;
  margin: 0 auto;
}

#logo{
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

#content{
  float: left;
  margin-left: 50px;
  width: 700px;  
}

h2{
  font-family: Garamond, serif;
  font-size: 36px;
  font-weight: normal;
}

h3{
  font-size: 24px;
  color: #BD1361;
  color: #559EB7;
}

h4{
  font-style: italic;
  margin-bottom: 5px;
}

.left{float: left;}
.right{float: right;}

.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
}

#content p, #projects p{
  padding: 5px 0;
  font-family: Georgia, Times, serif;
  font-size: 18px;
  line-height: 135%;
}

#projects{
  margin-left: 75px;
}

#projects .project p, #projects .project li{
  font-family: Helvetica, Arial;
  font-size: 14px;
}

.project{
	padding-bottom: 30px;
	border-bottom: 1px solid #aaa;
	padding-top: 30px;
}

.project.last{
	padding-bottom: 0px;
	border: none;
}

.project .view{
  float: left;
  width: 469px;
}

.view .info{
  margin-top: 3px;
/*  text-align: right; */
  font-size: 12px;
}

.project img{
  border: 1px solid #999;
  margin-top: 4px;  
}

.project .detail{
  float: right;
  width: 320px;  
}

.project .detail strong{
	font-size: .95em;
}

li{
  padding: 2px 0;
}

#footer{
  margin-top: 40px;
  padding: 20px 20px;
  background-color: #333;
  color: #fff;
}

#contact span{
	background-color: #333;
}













