@charset "utf-8";

@font-face {
	font-family: 'PTSansNarrow';
	src: url('webfonts/PTN57F-webfont.eot');
	src: local('☺'), url('webfonts/PTN57F-webfont.woff') format('woff'), url('webfonts/PTN57F-webfont.ttf') format('truetype'), url('webfonts/PTN57F-webfont.svg#webfontzXQWKowZ') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSansNarrow';
	src: url('webfonts/PTN77F-webfont.eot');
	src: local('☺'), url('webfonts/PTN77F-webfont.woff') format('woff'), url('webfonts/PTN77F-webfont.ttf') format('truetype'), url('webfonts/PTN77F-webfont.svg#webfontCDJ1giGs') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('webfonts/PTS55F-webfont.eot');
	src: local('☺'), url('webfonts/PTS55F-webfont.woff') format('woff'), url('webfonts/PTS55F-webfont.ttf') format('truetype'), url('webfonts/PTS55F-webfont.svg#webfontpzNI2Qiy') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url('webfonts/PTS56F-webfont.eot');
	src: local('☺'), url('webfonts/PTS56F-webfont.woff') format('woff'), url('webfonts/PTS56F-webfont.ttf') format('truetype'), url('webfonts/PTS56F-webfont.svg#webfontiAoQ7VMO') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'PTSans';
	src: url('webfonts/PTS75F-webfont.eot');
	src: local('☺'), url('webfonts/PTS75F-webfont.woff') format('woff'), url('webfonts/PTS75F-webfont.ttf') format('truetype'), url('webfonts/PTS75F-webfont.svg#webfontnz6jQhab') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url('webfonts/PTS76F-webfont.eot');
	src: local('☺'), url('webfonts/PTS76F-webfont.woff') format('woff'), url('webfonts/PTS76F-webfont.ttf') format('truetype'), url('webfonts/PTS76F-webfont.svg#webfontae8SdBax') format('svg');
	font-weight: bold;
	font-style: italic;
}





body, html{
	margin: 0;
	padding:0;
	height: 100%;
	font-family: 'PTSans',Calibri, Verdana, Geneva, Arial, sans-serif;
	font-size:15px;
	line-height: 22px;
	color: #000;
	text-decoration:none;
}


a {
	color: rgb(255,153,0);
	font-weight:normal;
	text-decoration:none; 
	outline:0 none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color:#000;
}
p {margin:0 0 10px 0;}
blockquote {
	margin:0 0 0 30px;
}
h1 {
	font-family: 'PTSansNarrow',Calibri, Verdana, Geneva, Arial, sans-serif;
	color: rgb(255,153,0);
	font-size: 32px;
	line-height: 36px;
	font-weight:normal;
	font-style:normal;
	margin:0;
	margin:0 0 20px 0;
}
h2 {
	font-family: 'PTSansNarrow',Calibri, Verdana, Geneva, Arial, sans-serif;
	color: rgb(255,153,0);
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	font-style:normal;
	margin:0 0 15px 0;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style:normal;
	margin:0 0 10px 0;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	font-style:normal;
	margin:0 0 10px 0;
}

.klein	{
	font-size: 12px;
	line-height:16px;
}
.serif {font-family:Georgia, "Times New Roman", Times, serif;}
.schwarz, .schwarz:hover, .schwarz:active, .schwarz:link, .schwarz:visited { color: #000;}
.weiss, .weiss:hover, .weiss:active, .weiss:link, .weiss:visited { color: #FFF;}
.orange, .orange:hover, .orange:active, .orange:link, .orange:visited { color: rgb(255,153,0);}

.button_box{
	background:rgb(255,153,0);
	font-size:20px;
	line-height: 22px;
	font-weight: normal;
	font-style:normal;
	color:#FFF;
	padding:7px 14px;
	border:2px solid #FFF;
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.button_box:hover{
	background:#000;
}

img.scalable_img {
	display:block;
	width:100%;
	height:auto;
}

ul {
list-style-type: none;
list-style-position:outside;
margin:0;
padding:0;
}
li {
position:relative;
margin:5px 0 5px 20px;
}
li:before { position:absolute; content: "_ "; color:rgb(92,91,96); left:-20px;}

hr {color:#333; background-color:#333; height:1px; border:none;}