* {	
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
}
body {
	background:url("frame/bg.png");
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	height:100%;
}

a img {
	border:none;
 }

#bgpopup {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url("frame/onepix_transblue.png");
	margin:0 auto 0;
/* 	padding-top:100px; */
/* 	display:none; */
	visibility:hidden;
	text-align:center;
}
#popupwrapper {
	position:relative;
	margin-top:0;
	padding-top:0;
	margin:0 auto 0;
	display:table;
	/*width:100px;*/
/* 	height:auto;  */
/* 	padding:20px; */
	background-color:white;
	border: 30px solid white;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
    	border-radius: 20px;

    -webkit-box-shadow: 2px 2px 5px black;
    -moz-box-shadow: 2px 2px 5px black;
    box-shadow: 2px 2px 5px black;*/
}
#popupwrapper button {
	width:40px;
	height:40px;
	background-color:#99aabb;
	font-size:30px;
	cursor:pointer;
}

#closeimg {
	cursor:pointer;
	display:none;
}
div,span {
	/*border: 1px dotted gray;   */
}
#wrapper {
	position:relative;
	margin-top:0;
	padding-top:0;
	margin:0 auto -35px;
	width:900px;
	height:100%;
}
#header {
	margin-top:0;
	width:100%;
	height:74px;
	background:url("frame/header.gif") no-repeat;	
}
#langnavi {
	position:relative;
	left:750px;
	top:2px;
	color:#aaa;
	font-size:11px;
}
#langnavi a {
	color:#eeeeee;
	text-decoration:none;
}

#mainnavi  {
	position:absolute;
	left:280px;
	top:30px;
	color:#eee;	
	font-size:12px;
	font-weight:bold;
}

#mainnavi a {
	color:#eee;
	text-decoration:none;
	padding-left:2px;
}

#mainnavi .active {
	color:white;
	border-top:1px dotted #eee;
	border-left:1px solid  #aaa;
	font-weight:bold;
	padding-left:2px;
}

#main {
	width:100%;
	margin-bottom:20px;
}
#content {
	float:left;
	width:690px;
}
#contentheader {
	background:url("frame/contentheader.gif") no-repeat;
	height:20px;
}

#contentcontent {
	position:relative;
	background:url("frame/contentbg.gif") repeat-y;
	min-height:400px; 
	padding:30px 40px 30px 30px;
	font-size:0.8em;
}
#contentcontent hr {
	margin-left: 40px;
	margin-right:30px;
}
#contentcontent table {
	margin:0 20px 0 35px;
}

#contentcontent h1, #contentcontent h2, #contentcontent h3 {
	margin:20px 60px 30px 40px;
}

#contentcontent h1, #contentcontent h2 {
	margin-top:50px;
	color:#2f5390;
	line-height:1.5em;
}
#contentcontent h1 {
	margin-top:20px;
}
#contentcontent h3 {
	margin-top:30px;
	margin-bottom:10px;
	color:#444;
}
#contentcontent h2 .sub {
	font-size:0.9em;
	color:#444;
}

#contentcontent ul, #contentcontent ol, #contentcontent p, #contentcontent address {
	margin:20px 60px 20px 40px;
}
#contentcontent address {
	font-style:normal;
}
#contentcontent p {
	text-indent:0em;
	line-height:1.5em;
}
#contentcontent p.first {
	text-indent:0;
	line-height:1.5em;
}
#contentcontent p.image {
	width:"100%";
	text-align:center;
	text-indent:0;
	line-height:1.5em;
}

#contentcontent p.indent{
	margin:0em 2.5em  0.5em 6em;
	line-height:1.5em;
}
 #contentcontent p.indent:first-letter {
	font-size:1em;
	color:inherit;
	font-weight:normal;
}

#contentcontent p:first-letter {
	font-size:1.1em;
	color:#2f5390;
	font-weight:bold;
}


#contentcontent strong, em {
	font-weight:bold;
	font-style:normal;
}

#contentcontent em {
	color:#2f5390;
}

#contentcontent li {
	margin-left:4em;
}

#contentcontent a {
	color:#2f5390;
}
#contentcontent a:visited {
	color:gray;
}

#contentfooter {
	background:url("frame/contentfooter.gif") no-repeat;
	height:25px;
	margin-bottom:7px;
}

#subnavi {
	float:right;
	width:205px;
	margin-bottom:20px;
}
#subnavicontent {
	background-color:#6f7c9d;
	background:url("frame/subnavibg.gif") repeat-y;
	font-size:12px;
	font-weight:bold;
}
#subnavicontent li{
	list-style:none;
	border-top: 1px solid #606370;
	color:white;
	margin:0 30px 0;
	padding: 5px 0;
}
#subnavicontent li.first {
	border-top:none;
}
#subnavicontent li a {
	color:#ddd;
	text-decoration:none;
}
#subnavifooter {
	background:url("frame/subnavifooter.gif") no-repeat;
	height:20px;
}
#subnaviheader {
	background:url("frame/subnaviheader.gif") no-repeat;
	height:20px;
}

#addstuff {
	float:left;
	width:205px;
	margin:0 -1px 15px 6px;
}
div.extra {
	width:205px;
	margin-bottom:15px;
	font-size:0.8em;
	padding:15px;
}
div.extra p {
	margin-bottom:10px;
}

div.note {
	width:205px;
	padding:0;
	margin-bottom:15px;
	
}
div.noteheader {
	background:url("frame/noteheader.gif") no-repeat;
	height:9px;
/* 	border:1px solid black; */
}
div.notecontent {
	background:url("frame/notebg.gif") repeat-y;
	font-size:12px;
	font-weight:normal;
	margin:0;
/* 	padding-bottom:10px; */
	padding:10px 20px 15px 15px;
}
div.notecontent p {
 	padding:10px 0 5px 0; 
	line-height:1.3em;
/*	font-size:0.9em;*/
}

div.notecontent h3, div.extra h3 {
	color:#2f5390;
	font-size:1.2em;
	font-weight:bold;
/* 	padding:10px 20px 5px 15px; */
}

div.notecontent a, div.extra a {
	color:#2f5390;
}

div.notefooter {
	background:url("frame/notefooter.gif") no-repeat;
	height:9px;	
}
#push {
	height:35px;
}
#footer {
	position:relative;
 	clear:left; 
	width:900px;
	height: 35px;
	margin:0 auto 0;
	background:url("frame/footer.gif") no-repeat;
}
#kontakt, #copyright, #datenschutz  {
	position:absolute;
	top:7px;	
	color:#eee;
	font-size:11px;
}
#kontakt a, #copyright a, #datenschutz a {
	color:#eee;
	text-decoration:none;
	font-size:11px;
}
#copyright  {
	position:absolute;
	left:50px;	
}
#kontakt {
	left:750px;
}
#datenschutz {
	left:600px;
}
.staffpic {
/* 	 -moz-border-radius: 10px; */
	-webkit-border-radius: 10px;
	border-radius: 8px;

	-webkit-box-shadow: 2px 2px 7px #666;
	-moz-box-shadow: 2px 2px 7px #666;
	box-shadow: 2px 2px 7px #666;
}

.indent {
	margin-left:100px;
}
