* {
    margin:0;
	padding:0;
    }
	
/* body settings */
html, body {
    border:0 solid;
	padding:0;
    background:#FFFFFF;
    color:#818181;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px;
    }
body {
	text-align: center;
    }

/* overall settings */
img {
	border: 0 none;
    }
a img {
	border: 0 none;
    }

a {
	color: #818181;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/*
h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 60px;
	color: #000000;
}*/
h1 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
b{
	font-weight: bold;
}
:lang(de){ 
	quotes:"\201E" "\201C" "\201A" "\2018"; 
}
#quelle{
	color: #828282;
}



/* navigation settings */
#nav_container{
	width: 573px;
	height: 72px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cecece;
	float: left;
}
#subnav_container{
	width: 573px;
}
#subbox_print, #subbox_interactive, #subbox_animation{
	width: 573px;
	padding-bottom: 10px;
	visibility: hidden;
	position: absolute;
}

/* hacks für ie 5, ie 6, ie 7 */

/* für alle Browser ausser ie 7 und opera 8 *//*
div[id=subbox_print], div[id=subbox_interactive], div[id=subbox_animation] { 
	margin: 95px 0px 2px 0px;
}*/
/* für alle Browser ausser ie 7 */
html>/**/body #subbox_print, #subbox_interactive, #subbox_animation{
	margin: 90px 0px 2px 0px;
}
/* für alle ie */
*+html #subbox_print, *+html #subbox_interactive, *+html #subbox_animation{
	margin: 0px 0px 2px 0px;
}
/* für alle opera 7-8, 8 liest nur subbox_print im vorherigen statement */
html:first-child>b\ody #subbox_interactive, html:first-child>b\ody #subbox_animation{
	margin: 90px 0px 2px 0px;
}

/* ende hacks für ie 5, ie 6, ie 7 */


#nav_pointer{
	width: 700px;
	height: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #cecece;
}

#nav{
	padding: 57px 0px 0px 0px;
	width: auto;
	margin: 0;
	background-color: #ffffff;
	position: relative;
}

#subnav{
	width: 573px;
	margin: 0;
	background-color: #ffffff;
	padding-top: 4px;
	position: absolute;
}
#pointer{
	width: auto;
	margin: 0;
}
ul#nav, ul#subnav, ul#pointer{
	float: left;
	font-size: 11px;
	text-align: left;
	color: #818181;
}

ul#nav li{
    list-style: none; 
	padding-right: 30px;  
    display: inline;
}

ul#subnav li{
    list-style: none; 
	padding-right: 8px;  
    display: inline;
	/*white-space: nowrap;*/
}

ul#pointer li{
    list-style: none; 
	padding: 80px 8px 4px 0px;  
    display: inline;
}

ul#nav a, ul#subnav a, ul#pointer a {
	color: #818181;
	text-decoration: none;
}

ul#nav a:hover, ul#subnav a:hover, ul#pointer a:hover{
	color: #000000;
	text-decoration: none;
}
ul#nav span {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul#subnav span, ul#pointer span{
	color: #000000;
}




/* content settings */
#container {
	width: 806px;
	margin: 0 auto;
	text-align: left;
}
#header, #bild, #content, #content_gal, #ornament{
	margin-left: 20px;
}
#ornament {
	width: 700px;
	height: 83px;
	padding: 0;

}
#header {
	/*width: 766px;*/
	width: 769px;
	height: 97px;
}
#header_subnav {
	width: 840px;
	height: 115px;
	margin: 15px 0px 0px 20px;
	background:#ffffff;
}
#logo{
	width: 195px;
	height: 65px;
	padding-top: 32px;
	float: left; 
}
#bild{
	width: 700px;
	margin-top: 40px;
	margin-bottom: 72px;
}
#content{
	width: 740px;
	/*padding-bottom: 60px;*/
}


/* text settings */
#txt{
	width: 700px;
	padding-top: 4px;
	padding-bottom: 80px;
}
#txt span{
	color: #000000;
}


/* Projekt settings */
#projekt_container{
	width: 700px;
	border-top: 1px dotted #cecece;
}
#projekt_headline{
	padding-top: 4px;
	text-align: left;
	float: left;
}
#projekt_top{
	padding-top: 4px;
	text-align: right;
	float: right;
}
#projekt_bild{
	clear: both;
	padding-top: 30px;
	padding-bottom: 80px;
	
}


/* teaser settings */
#teaser{
	width: 340px;
	height: 140px;
	margin: 0px 20px 40px 0px;
	border-top: 1px dotted #cecece;
	float: left; 
}
#teaser_title{
	padding: 5px 0px 5px 0px;
}
#teaser_title span{
	color: #000000;
}
#teaser_bild{
	padding: 8px 7px 8px 7px; 
	background: #f3eee2;
}
/* teaser hack für IE 
* html #teaser {
    width: 212px;
 }*/



