/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #f5f5f5;
	color: #0e0f10;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 20px 0
}
a{
	color: #ca280c;
	text-decoration: none
}
a:hover{
	color: #000000;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font: 12px Arial,Verdana,Helvetica,Sans-Serif;
	padding: 2px
}
select{
	padding: 1px
}
li{
	list-style: none
}
h1, h2{
	font-weight: normal;
	color: #cc0000;
	font-size: 1.6em;
	margin: 0 0 1em;
	text-transform: uppercase
}
h3{
	font-size: 1.4em;
	margin: 0 0 1em;
	color: #cc0000;
	text-transform: uppercase;
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
h5{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1.3em
}
table{
	border-collapse: collapse;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 942px;
	padding: 0 53px 0 52px;
	box-shadow: 0 0 5px #777777;
	border-top: 11px solid #fdf100;
	border-bottom: 11px solid #fdf100;
	position: relative;
}
#page-outline{
	background: #efeff1;
	padding: 17px 18px;
	width: 1047px;
	margin: 0 auto
}
/*=== Header ===*/
#header{
	height: 120px;
	padding: 30px 0 0
}
#header-content{
	float: left;
	width: 595px
}
/*- Logo -*/
#logo{
	float: right;
	height: 75px;
	width: 300px
}
/*- Title Banner -*/
#title{
	width: 942px;
	height: 397px;
	position: relative;
	margin: 0 0 25px
}
.title-text{
	position: absolute;
	bottom: 0;
	width: 910px;
	font-size: 20px;
	line-height: 42px;
	color: #ffffff;
	background: url(blend.png);
	left: 0;
	height: 42px;
	padding: 0 0 0 20px;
	border-left: 12px solid #fdf100
}
#title2{
	margin: 0 0 20px;
	height: 229px;
	width: 697px;
	overflow: hidden
}
/*=== Navigation ===*/
/*- Top Nav -*/
.nav-top{
	float: left;
	font-size: 12px;
	height: 25px;
	margin: 50px 0 0;
	text-transform: uppercase
}
.nav-top li{
	float: left;
	padding: 0 5px
}
.nav-top li a{
	color: #01050b;
	display: block;
	float: left;
	text-decoration: none
}
.nav-top li a:hover{
	color: #d10505
}
/*- Secondary Nav -*/
.nav2{
	margin: 0 0 1em
}
.nav2 li a{
	border-bottom: 1px dotted #3d3c3b;
	text-transform: uppercase;
	background: url(nav2-ico.png) right no-repeat;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 1%;
	padding: 8px 0;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #000000;
	background: url(nav2-ico3.png) right no-repeat
}
.nav2 li.active a{
	font-weight: bold
}
.nav2 li img{
	float: right
}
/* Nav2 Level2 */
.nav2 li.active li a{
	text-align: right;
	text-transform: none;
	background: none;
	color: #333333;
	font-weight: normal;
	padding-right: 5px;
	background: url(nav2-ico.png) left no-repeat
}
.nav2 li.active li.active a,
.nav2 li.active li a:hover{
	color: #cc0000;
	background: url(nav2-ico-.png) left no-repeat
}
/* Nav2 Level3 */
.nav2 li.active li.active li a{
	background: none;
	color: #333333;
	padding-left: 40px
}
.nav2 li.active li.active li.active a,
.nav2 li.active li.active li a:hover{
	color: #ffffff;
	background: url(nav2-ico.png) #cc0000 left no-repeat
}
/*- Navigation Path -*/
.nav-path{
	border-bottom: 1px dotted #3d3c3b;
	color: #666666;
	height: 25px;
	font-size: 14px;
	margin: 0 0 1em
}
.nav-path ul{
	margin: 0 0 0 -5px
}
.nav-path li{
	float: left;
	padding: 0 10px;
}
.nav-path li:last-child,
.nav-path li:first-child{
	border: 0
}
.nav-path li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none
}
.nav-path li a:hover,
.nav-path li.active a{
	color: #d10505;
	text-decoration: underline
}
.nav-path li.active a{
	text-transform: none
}
.nav-path li img{
	margin: 0 5px 0 0
}
/*=== Columns ===*/
/*- Column Structure -*/
#columns{
	height: 1%;
	padding: 0 0 20px
}
#leftcol{
	float: left;
	width: 220px
}
#centercol{
	float: right;
	width: 697px;
	padding-bottom: 30px;
}
/*- Column Grid -*/
.col1{
	float: left;
	width: 220px
}
.col2{
	float: left;
	width: 220px;
	margin: 0 0 0 20px
}
.col3{
	float: right;
	width: 220px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 1em;
	font-size: 1.2em;
	color: #373737
}
.list1 a{
	color: #373737
}
.list1 a:hover{
	color: #d20303;
	text-decoration: none
}
.list1 dt{
	margin: 0;
	font-weight: bold
}
.list1 dd{
	margin: 0 0 1em
}
/*- List2 -*/
.list2{
	margin: 0 0 1em;
	font-size: 1.2em;
	text-transform: uppercase
}
.list2 a{
	color: #333333
}
.list2 a:hover{
	color: #d20303;
	text-decoration: none;
	background: url(ico-arrow-.png) right no-repeat
}
.list2 li{
	margin: 0 0 .8em
}
.list2 li a{
	display: block;
	height: 1%;
	background: url(ico-arrow.png) right no-repeat
}
/*- List3 -*/
.list3 ul{
	margin: 0 0 1.5em;
	padding: 0 0 0 25px
}
.list3 li{
	background: url(ico-list2.png) no-repeat 0 4px;
	margin: 0 0 .5em;
	padding: 0 0 0 15px
}
/*- List Gallery -*/
.list-gallery{
	height: 70px;
	padding: 30px 0 0
}
.list-gallery li{
	display: inline;
	padding: 0 2px 0 0
}
/*=== Styling Forms ===*/
/*- Search Form -*/
#suche{
	background: url(search-bgr.png) top no-repeat;
	float: left;
	height: 36px;
	width: 231px;
	margin: 45px 10px 0 0
}
#suche input{
	background: none;
	border: 0;
	color: #999999;
	float: left;
	margin: 5px 0 0 10px;
	width: 185px
}
#suche .btn{
	background: none;
	border: 0;
	margin: 4px 0 0 2px;
	padding: 0;
	position: relative;
	width: 15px;
	height: 18px;
}
/*=== Link Buttons ===*/
.btn-more a{
	font-size: .85em;
	color: #333333;
	text-decoration: underline
}
.btn-more a:hover{
	color: #d20303
}
.btn-top{
	float: right
}
.btn-top a{
	height: 25px;
	color: #333333;
	display: block;
	background: url(ico-top.png) bottom right no-repeat
}
/*- PDF, Print Icons -*/
#icons{
	float: right;
	height: 17px
}
#icons li{
	float: left;
	padding: 0 0 0 5px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1.3em
}
.pic.fl img{
	margin-right: 10px
}
/*=== Tabular Data ===*/
.tabs1{
	margin: 0 0 1.5em
}
.tabs1 th{
	background: #d10505;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	padding: 3px;
	font-weight: normal;
	text-align: left
}
.tabs1 td{
	padding: 3px
}
.tabs1 .tdrow td{
	background: #eef1f0;
	border-right: 1px solid #ffffff
}
/* pdf printer */
.nav-print-pdf {
	position: absolute;
	right: 25px; 
	bottom: 240px;
	width: 60px;
	height: 16px;
	margin: 0;
	padding: 15px 55px 0 0;
}
.nav-print-pdf a {
	color: #666666;
	text-decoration: none
}
.nav-print-pdf a:hover {
	color: #1d76d2
}
.nav-print-pdf li {
	display: inline;
	float: left;
	width: 20px;
	margin-left: 10px;
}
.nav-print-pdf li img {
	margin: 0 0 -3px;
	position: relative
}
/*=== Footer ===*/
#footer{
	border-top: 10px solid #efeff1;
	color: #333333;
	height: 1%;
	font-size: 1.1em;
	margin: 0 -53px 0 -52px;
	line-height: 1.4em;
	position: relative;
	padding: 30px 53px 20px 52px;
	width: 942px
}
#footer a{
	text-decoration: underline
}
#footer h3{
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 20px;
	color: #333333;
	border-bottom: 1px dotted #8b8a89
}
#footer ul{
	margin: 0 0 1em
}
/*- Contact Info -*/ 
.contact-info dt{
	width: 105px;
	float: left
}
.contact-info dt img{
	float: left;
	margin: 0 8px 0 0
}
/*- Copyright -*/ 
#copyright{
	height: 25px;
	margin: 0 0 -10px;
	position: relative
}
#copyright ul.tb2 li {
	float: left;
	color: black;
}
#copyright ul.tb2 li a {
	color: black;
	text-decoration: none;
}
#copyright ul.tb2 li a:hover {
	color: #ca280c;
	text-decoration: none;
}
/*=== Misc. Helpers ===*/
/*- Clear Fix -*/ 
.clear{
	clear: both;
	height: 1px;
	overflow: hidden
}
.clearfix:before,
.clearfix:after{
	content: "";
	display: table
}
.clearfix:after{
	clear: both
}
/*- Rulers / Lines -*/ 
hr, .hl{
	border-top: 1px solid #cccccc;
	clear: both;
	height: 1px;
	margin: 0 0 1em;
	overflow: hidden;
	width: 100%
}
/*- Floats  -*/ 
.fl{
	float: left
}
.fr{
	float: right
}
/*- Alignment  -*/
.ac{
	text-align: center
}
.ar{
	text-align: right
}

/* oldstyle */
.rr_textarea80 { 
	width: 480px; 
}

a {outline:none !important;
}

#contenttab select{
    max-width: 200px;
	width: auto;
	overflow:hidden;
}

#contenttab option{
    max-width: 200px;
	width: auto;
	overflow:hidden;
}

#contenttab {
	width: 670px;
	height: 484px;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	line-height: 1.5em;
}

#contenttab img{
	max-width: 670px;
	height: auto;
}

#contentboxsub {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#contentboxsub form {
	margin: 0px;
	padding: 0px;
}

#contentboxsub table {
	margin: 0px;
	padding: 0px;
}

#contentboxsub table th {
	text-align: left;
}

#contentboxsub form td{
	vertical-align: top;
	padding: 2px;
}

#contentboxsub td{
	padding: 1px 3px 1px 3px;
}

#contentboxsub  li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub  ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}

#contentboxsub img{;
	padding: 0px;
	margin:  0 5px;
}

#contentboxsub  p{
	padding: 10px 0 18px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #ca280c;
	text-decoration: none;
}

#contentboxsub font a{
	color: #ca280c;
	text-decoration: none;
}

#contentboxsub p a{
	color: #ca280c;
	text-decoration: none;
}

#contentboxsub a:visited{
	color: #ca280c;
	text-decoration: none;
}

#contentboxsub a:focus{
	background:#dfdfdf;
	color: #ca280c;
	text-decoration: none;
}

.amtSelect {
width: 100px;
}
/* hover zebra */
table.display tr.odd:hover, table.display tr.even:hover {
    background-color: #dddddd !important;
}
.ab_menu td {
    border: 1px solid #dddddd !important;
}

.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}
