* {
	margin: 0px;
	padding: 0px;
	border: none;
}

@font-face {
    font-family: 'MyriadWeb';
    src: url('../fonts/myriadwebpro-webfont.eot');
    src: url('../fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadwebpro-webfont.woff') format('woff'),
         url('../fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('../fonts/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadWeb';
    src: url('../fonts/myriad-web-bold-webfont.eot');
    src: url('../fonts/myriad-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-web-bold-webfont.woff') format('woff'),
         url('../fonts/myriad-web-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriad-web-bold-webfont.svg#MyriadWebBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
	font-size: 62.5%;
	font-family: 'MyriadWeb', Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2em;
}

body {
	height: 100%;
	background-image: url(../images/pp_bg.gif);
	background-repeat: repeat;
}

div#menu {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 300px;
}

div#menu ul {
	margin: 225px 0px 0px 130px;
	padding: 0px;
	width: 150px;	
}

div#menu li {
	list-style: none;
	font-size:1.6em;
	line-height: 1.2em;
	margin:0em 0em .5em 0em;

}

div#menu a {
 	color: #85b10f;
	text-decoration: none;
}

div#menu a img{
 	position: absolute;
	left: 0px;
	top: 0px;
}

div#menu a.cyan { color: #5BC3DD; }

div#menu a:hover, div#menu a.cyan:hover, div#menu a.aktiv { color: #000000; }


div#content {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 550px;
	max-width: 550px;
	padding: 235px 0px 50px 0px;
	background-color: #FFFFFF;
}


h2 {
	font-size:2em;
	margin:0em 0em 1em 0em;
	color: #000000;
}

h3 {
	font-size:1.8em;
	margin:1.5em 0em .7em 0em;
	color: #85b10f;
}

h4 {
	font-size:1.6em;
	font-weight: bold;
	margin: 0em 0em .8em 0em;
	color: #333333;
}

h5 {
	font-size:1.6em;
	font-weight: normal;
	margin: 0em 0em 1.2em 0em;
	color: #85b10f;
}

h6 {
	font-size:1.5em;
	font-weight: bold;
  display: inline-block;
	margin: 1em 0em 1.5em 0em;
  padding: .5em 0.2em .5em 0.2em;
	color:#5BC3DD;
  border-bottom: 3px solid #5BC3DD;
  border-top: 3px solid #5BC3DD;
}

p {
	font-size:1.5em;
	margin: 0em 0em .8em 0em;
	color: #666666;
}

em {
	color: #000000;
	font-style: normal;
}

div#content a:link, div#content a:visited {
	color: #85b10f;
}

div#content a:hover { color: #000000; }

div#content ul, div#content dl {
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	background: #EBF5CF url(../images/pp_ecke_ol.gif) no-repeat left top;
	padding: 1.5em 1em 1em 1.5em;
	margin: .7em 0em 1em 0em;
}

dt {
	font-size:1.6em;
	margin:0em 0em .7em 0em;
	color: #333333;
}

li, dd {
	display: list-item;
	font-size:1.5em;
	color: #333333;
	font-weight: normal;
	list-style-position: outside;
	margin:0em 0em .6em 1.4em;
}

blockquote h3 {
	font-size:1.6em;
	line-height: 1.5em;
	font-weight: normal;
	color: #85b10f;
	font-style: italic;
	display: inline;
}

blockquote p {
	font-size:1.2em;
	color: #999999;
	margin-left: 1em;
}

div .hinweis {
	margin: 1.5em 0em 1.5em 0em;
	padding: 1.4em 0em 0em 0em;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #333333;
}

div#content .hinweis ul {
	padding: 0;
	margin: .7em 0em 1.5em 0em;
	background-color: #FFFFFF;
	color: #666666;
}

div#content a.popup, div#content a.popupOpen{
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	display: block;
	font-size:1.6em;
	color: #333333;
	text-decoration: none;
	padding: .7em .7em .5em 30px;
	margin:0em 0em .7em 0em;
}

div#content a.popup{
	background: #EBF5CF url(../images/pp_pfeil_r.gif) no-repeat;
}

div#content a.popupOpen{
	background: #EBF5CF url(../images/pp_pfeil_u.gif) no-repeat;
}

div#content div.popupContent, div#content div.popupContentOpen {
	-moz-transition: max-height .5s ease-in;
	-webkit-transition: max-height .5s ease-in;
	-o-transition: max-height .5s ease-in;
	position: relative;
	overflow: hidden;		
	margin:0em 30px 0em 30px;
}

div#content div.popupContent {
		max-height: 0px;	
}

div#content div.popupContentOpen {
	height: auto !important;
	max-height: 2500px;	
}

div#checkliste h3 {
	margin:1em 0em .3em 0em;
	padding: 2px 0em 0em 25px;
	background: url(../images/pp_check.gif) no-repeat;
}

#content img {
	float: left;
	margin: 0.2em 2em 1em 0em;
}

div.spalte {
	display: inline;
	float: left;
	width: 40%;	
}

div#news_block, div#news_block_n {
	position: absolute;
	top: 45px;
	right: 10px;
	background: url(../images/pp_news_ka.gif) left top no-repeat;
}

div#news_block2 {
	position: absolute;
	top: 55px;
	left: 0px;
}

div#news_block h4{
	color:#5BC3DD;
	padding: 8px 20px 0px 30px; /* 3-Zeilig */
	/*padding: 17px 30px 20px 30px;  /* 2-Zeilig */
	background: url(../images/pp_news_kz.gif) right top no-repeat;
}

div#news_block_n h4{
	color:#5BC3DD;
	padding: 17px 30px 20px 35px;
	background: url(../images/pp_news_kz.gif) right top no-repeat;
}

div#news_block2 h4{
	color:#85b10f;
	padding: 0px 20px 0px 0px; /* 3-Zeilig */
	/*padding: 17px 30px 20px 30px;  /* 2-Zeilig */
}

div#news_text {
	margin: 3em 0em 0em 0em;
	/*width: 70%;*/
}

div#news_text p, div#news_text h4 {
	margin: 0em 0em .7em 0em;
	color:#5BC3DD;
}

div#news_text a:link, div#news_text a:visited {
	color:#5BC3DD;
	font-weight: bold;
	text-decoration: underline;
}

*html #menu {
    position: absolute;
    left: expression(( 0 (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) 'px' );
    top: expression(( 0 ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) 'px' );
}

@media screen and (max-device-width: 480px){
	body {
		-webkit-text-size-adjust: none;
		padding: 10px;
	}
	div#wrapper {
		width: 100%!important;
		overflow: hidden;
	}
	
	div#menu, div#content, div#news_text{
		position: relative!important;
		left: 0px!important;
		clear: both!important;
		float: none!important;
		display: block!important;
		width: 100%!important;
		height: auto!important;
		padding: 0px!important;
		margin: 30px 0px 0px 0px!important;
	}
	div#menu ul {
		margin: 0px 0px 0px 44px!important;
		padding: 0px!important;
		clear: both!important;
		float: none!important;
	}
	
	div#menu a{
		position: relative!important;
		display: block;
		clear: both!important;
		float: none!important;
		width: 100%!important;
		padding: .3em 60px .7em 0px!important;
		margin-left: 44px!important;
		/*font-size:1.8em;*/
		line-height: 1.35em;
		border-bottom: 2px #85b10f dotted!important;
	}
	
	div#menu a img{
		position: relative!important;
		clear: both!important;
		float: none!important;
		left: -44px;
	}
	
	div#news_block{
		position: relative!important;
		clear: both!important;
		float: none!important;
		/*width: 230px!important;*/
    width: 310px!important;
		left: 0px!important;
		margin: 0px 0px 50px 0px!important;
		padding-bottom: 20px;
	}
	
	div#news_block2{
		position: relative!important;
		clear: both!important;
		float: none!important;
		width: 270px!important;
		left: 33px!important;
		margin: 0px !important;
		padding-bottom: 20px;
	}
	
	div.spalte{
		float: none!important;
		clear: both!important;
		margin: 0px 0px 50px 0px!important;
	}
}
