@charset "utf-8";

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

body	/* zentrierung der seite für ältere IEs */
	{
	text-align:center;
	height:100%;
	}

body,
td,
th
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0a344;
	}

a	 			{ text-decoration:none; color:#fff; }
a:link 			{ text-decoration:none; color:#fff; }
a:visited 		{ text-decoration:none; color:#fff; }
a:hover 		{ text-decoration:none; color:#f0a344; }
a:active 		{ text-decoration:none; color:#fff; }
a img 			{ border:none; }

ul,
ol	{
	margin:15px 0 5px 15px;
	display:block;
	}

h1	{
	font-size:16px;
	font-weight:bold;
	}

h2	{
	font-size:11px;
	font-weight:bold;
	}

h3	{
	font-size:12px;
	font-weight:bold;
	}

h4	{
	font-size:11px;
	font-weight:bold;
	}

h5	{
	font-size:12px;
	}

h6	{
	font-size:9px;
	display:inline;
	}

span.h4
	{
	font-size:11px;
	font-weight:bold;
	display:block;
	width:60px;
	line-height:12px;
	}

.italic 	{ font-style: italic; }
.bold 		{ font-weight: bold; }
.float_l 	{ float:left; }
.float_r 	{ float:right; }
p.txtCenter	{ text-align:center; }

.clear
	{
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
	width:1px;
	}
	
.opacity10 		{ opacity:.1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter:alpha(opacity=10); }
.opacity20 		{ opacity:.2; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter:alpha(opacity=20); }
.opacity30 		{ opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); }
.opacity40 		{ opacity:.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=40); }
.opacity50 		{ opacity:.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); }
.opacity60 		{ opacity:.6; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
.opacity70 		{ opacity:.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); }
.opacity80 		{ opacity:.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); }
.opacity90 		{ opacity:.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:alpha(opacity=90); }

div.pphg			/* pop hintergrund - framework.tpl*/
	{
	display:none;
	left:0px; 
	top:0px;
	position:fixed; 
	z-index:100;
	height:100%; 
	width:100%; 
	background-color:#000;
	opacity:.8;  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	}
	
div.pphgTeaser /* teaser*/
	{
	display:block;
	opacity:.4;  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	}




input,
select,
textarea
	{
	background-color:transparent;
	border:1px solid #f9b45e;
	font:normal 11px/13px arial,helvetica;
	color:#f9b45e;
	}
	input:hover,
	input:focus,
	select:hover,
	select:focus { background-color:#7a5d37; }
	
.MB5		{ margin-bottom:5px; }
.MB10		{ margin-bottom:10px; }
.MB20		{ margin-bottom:20px; }