*, html {
	margin:0;
	padding:0;
}
html {
	overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
	background: url('../images/bg.gif');
	font-family: Arial,Sans-Serif;
	color:#666;
	
}


div#outer {
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
}
div#kopf {
	background: url('../images/blatt.png') repeat-y;
	width:870px;
	height:173px;
	padding-left:57px;
}
div#content_outer {
	background: url('../images/blatt.png') repeat-y;
	width:870px;
	margin-top:3px;
	padding-left:57px;
	padding-top:50px;
	padding-bottom:10px;
}
div#content {
	width:745px;
}

.clearer {
	clear:both;
}



#kopf a {
	border:none;
}

img#header {
	/*position:relative;
	top:10px;*/
	padding-top:10px;
	border:none;
}

/*   MENU ALLGEMEIN */
#nav a {
	height:37px;
	width:auto;
	position:relative;
	top:-10px !important;
	top:-13px;
	line-height:37px;
	text-decoration:none;
}
#nav a span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

/* MENU PROJEKTE */
a#projekte {
	left:-14px;
}
a#projekte:hover span,a#projekte.active span{
	background-position: 0px -37px;
}
#projekte span {
	background: url('../images/menu_sprite_de.png') no-repeat;
	width:131px;
}
/* MENU ÜBER */
a#ueber {
	left:172px;
}
a#ueber:hover span,a#ueber.active span{
	background-position: -131px -37px;
}
#ueber span {
	background: url('../images/menu_sprite_de.png') no-repeat;
	background-position: -131px 0px;
	width:107px;
}
/* MENU KONTAKT */
a#kontakt {
	left:400px;
}
a#kontakt:hover span, a#kontakt.active span, a#kontakt span:hover{
	background-position: -238px -37px;
}
#kontakt span {
	background: url('../images/menu_sprite_de.png') no-repeat;
	background-position: -238px 0px;
	width:140px;
}



/* TYPO */
h3 {
	line-height:36px;
	font-size:14px;
}
h4.sub , p.sub{
	position:relative;
	top:-12px;
	/*font-size:small;*/
	font-weight:normal;
}
#content h1.start {
	font-size:20px;
	margin-top:100px;
	padding-bottom:200px;
	font-weight: normal;
}
#content h1 {
	font-size:16px;
	line-height:36px;
	letter-spacing:-0.5px;
	padding-bottom:9px;
}
#content h2 {
	font-size:14px;
	line-height:36px;
	letter-spacing:0px;
	padding-bottom:9px;
	font-weight:bold;
}
#content p {
	font-size:14px;
	line-height:28px;
	letter-spacing:-0.01em;
	margin-top:9px;
}
#content td {
	font-size:14px;
	line-height:18px;
	letter-spacing:-0.01em;
	padding-top:9px;
	vertical-align:top;
}
#content li {
	font-size:14px;
	line-height:18px;
	letter-spacing:-0.01em;
	padding-top:9px;
}
#content ul {
	margin-bottom:18px;
	list-style:none;
}
#content ul li:before {
	content: "\00BB \0020";
	color:#ccc;
	margin-left:-0.8em;
}

#sprachwahl {
	position:absolute;
	right:1%;
	background-color:white;
	color:#333;
	padding:5px;
}
#sprachwahl a{
	color:#333;
}
#sprachwahl a.active{
	color:#CCC;
	text-decoration:none;
}

/*bilder*/
img#portrait {
	float:left;
	padding: 16px 35px 0px 2px;
}
/*vita*/
td.vita_1 {
	width:125px;
}

/* PROJEKTE */
div.publikation {
	/*//padding-bottom:18px;*/
}
div.publikation p {
	/*//padding-bottom:18px;*/
	margin-left:215px;
	width:530px;
}
div.publikation img {
	width:175px;
	padding: 8px 40px 0px 2px;
	float:left;
}

/*FOOTER*/
div.footer {
	clear:both;
	/*position:absolute;*/
	/*bottom:0px;*/
	width:745px;
	text-align:center;
	color:#ccc;
	font-size:x-small;
	text-decoration:none;
	margin-top:80px;
}
div.footer a {
	color:#ccc;
}

