* {
	margin:0;
	padding:0;
}

.fine-text{ font-size: 8pt !important; color: #999; }

/* General Style Info */
body {

	font-family:'lucida grande',helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
    text-shadow: 0px 0px 1px rgba(128,128,128,0.01);

}
html{	
	background:#b6b19f url(../img/container_bg.jpg) repeat-y 50% 0;
}

.greyBorder{ border:1px solid #999; }

a {
	background:transparent;
	color: #0087A8;
	text-decoration: none;
	font-weight: normal;
	
}

a.iconLink{
	background: transparent url( '../img/link.gif' ) no-repeat right 2px; 
	padding-right: 15px;
	color: #0087A8;
}
a.iconLink:hover{
	background: transparent url( '../img/link.gif' ) no-repeat right 2px; 
	color: #004D5F;
	text-decoration: underline;
}

a:hover {
	background: transparent;
	color: #003d4c;
	text-decoration:underline;
}a:focus{
	border:0;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    font-family: 'Questrial', sans-serif;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:transparent;
	color: #0087A8;
	font-size: 18pt;
	margin: 0;
	padding: 0 0 16px 0;
    line-height: 20pt;
}
h3 {
	color: #0087A8;
	font-size: 16pt;
	padding:25px 0 10px 0;
}
h4 {
	color: #8F8562;
    font-size: 14pt;
	font-weight: normal;
	padding: 10px 0 10px 0;
}
h5{
    color: #0087A8;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    font-family: 'Questrial', sans-serif;
}

h6{
    font-size: 13px;
}
ul, li {
	margin: 0;
	list-style-type: none;
}
.clear{ clear:both; margin: 0; padding: 0; line-height: 0; }

.red{ color:#ab0000; font-size:12pt; }

/* Layout */
#container { 
	text-align: left;
	width: 840px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#header{
	background: transparent url(../img/bg_header.png) no-repeat 0 28px;
	width: 100%;
	height: 180px;
	text-align: left;
	position: relative;	
}
#header h1 {
	background: transparent url('') no-repeat left;
}
#header h1 a {
	font-weight: normal;
	text-decoration: none;
	text-indent: 8000px;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content{
	clear: both;
	overflow: auto;
}
#footer {
	clear: both;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {

}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .5em;
	padding: 0 0 0 0;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 85%;
	padding-right: 20px;
}
input, textarea, select {
	clear: both;
	font-size: 140%;
	font-family: "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}

#quicknavi select{
	font-size: 8pt;
	background: transparent; border:0;
}

option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error, p.error-red {
	background-color:#FFD4CF;
	border-bottom:1px solid #CF1300;
	border-top:1px solid #CF1300;
	color:#000000;
	font-family:Tahoma,monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:0.8em;
}
p.error-green {
	background-color:#CFFFD1;
	border-bottom:1px solid #008F06;
	border-top:1px solid #008F06;
	color:#000000;
	font-family:Tahoma,monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:0.8em;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


#container{ position:relative; }
#lights{ position:absolute; left: -240px; top:-29px; z-index:-10; }

#logo h1 a{ display:block; width:190px; height:90px; text-indent: -8000px; position:absolute; top:35px; left:14px;}

/* ___ Topnavi ___*/

#topnavi{ background: #000 url(../img/topnavi_bg.jpg) repeat-x 0 0; width: 100%; height: 31px; }
	.topnavi-center{ width: 840px; height: 100%; margin: 0 auto; text-align: center; }
		#topnavi-linklist { list-style-type: none; float:right; }
			#topnavi-linklist li{ display: block; height: 31px; float:left; color: #ddd; }
				#topnavi-linklist li a{ display: block; line-height:31px ; padding: 0 10px 0 10px; color: #ddd; font-size: 10px; }

#mainnavi{ width:450px; height: 22px; position: absolute; top:60px; left: 280px;}	
	#mainnavi ul{  }
		#mainnavi ul li{ height:22px; float:left; padding-left:18px;   }
            #mainnavi ul li span {height: 22px; display: block;}
			#mainnavi ul li a{ color: #5d5d5d; font-size: 9pt; text-decoration:none; height: inherit; display:block;}
			#mainnavi ul li a:hover{ background: transparent url(../img/mainnavi_marker.png) no-repeat 50% bottom; color: #000; }
			#mainnavi ul li a:active{ font-weight: bold; background: transparent url(../img/mainnavi_marker.png) no-repeat 50% bottom;}
			.active-main-link{ font-weight: bold; background: transparent url(../img/mainnavi_marker.png) no-repeat 50% bottom; }
		
#term{ width:103px; background-color: transparent; padding: 4px 2px 0 9px; height:16px; position:absolute; top:103px; left:470px; border: 0;font-size: 7pt; color:#989797; }	
#submit-search{ width:27px; padding: 0; height:23px; position:absolute; top:103px; left:582px; background-color:transparent; border:0; cursor:pointer; color:transparent; text-indent:-9999px;cursor:pointer;  background: transparent url(../img/lupe.png) no-repeat 1px 2px;}	

#quicknavi {padding-left: 4px; position: absolute; top:105px; left:621px; width:134px; height:22px; background: transparent url(../img/dropdown_button.png) no-repeat 115px -1px; }
	#quicknavi li{ font-size: 7pt; color:#989797; font-style:normal; display:block; line-height:20px; font-family:"lucida grande","verdana",sans-serif; }
		#quicknavi li ul{ visibility:hidden; background:none repeat scroll 0 0 #FFFFFF; color:#000000;  left:-1px; position:relative; top:1px; z-index: 999; font-size:8pt; padding-right:10px; }
			#quicknavi li ul li a{ color:#000000; width:100%;display:block;padding-left:10px;}
			#quicknavi li ul li a:hover{ background-color:#C8C4B8; text-decoration:none;}


#language-selection{  background: url("../img/worldmap.png") no-repeat scroll right 0 transparent;
    height: 31px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 260px; }
	#language-selection ul li { display: block; height: 15px; float:left; color: #5f5f5f;}
		#language-selection ul li a{ font-size: 7pt; font-weight: normal; color: #5f5f5f;}
		
#banner{
    clear:both;
    padding: 5px;
    border: 1px solid #D8D5CB;
    border-radius: 4px;
    height: auto;
}
	#banner blockquote{ font-size: 10pt; color: #505050; line-height: 22px; }
	.cite-sign{
        position: relative;
		top: -8px;
        color: #999999;
        font-size: 9pt;
        text-align: right;
        z-index: 1; 
		
	}

    .banner-text{ float: left; width: 444px; position: relative; background-color: #fff; height:166px; padding: 10px; position: relative; }
    .banner-slideshow{ float:left; width: auto;  }

	#banner h3, p, blockquote { text-align:left; padding-left: 10px; }
	#banner h3 { color:#0087A8; font-weight:500; padding-bottom:10px; padding-top: 10px;}
	#banner-bg-left{ width: 6px; background: transparent url(../img/banner_bg_left.png) no-repeat 0 0; }
	#banner-bg-middle{ width: 100%; }
	#banner-bg-right{ width:6px; background: transparent url(../img/banner_bg_right.png) no-repeat 0 0; }
		.banner-slideshow{ width:362px; height: 186px !important; }
			.banner-slideshow div#rotate-pictures{ position: relative; }
				.banner-slideshow div#rotate-pictures img{ position:absolute; top: 0; left: 0; height: 186px; width: 362px; }
			#rotate-text{ position:relative; overflow:hidden; width:400px; height:186px !important;}
			.img-text{ 
					position:absolute; bottom: -50px; left: 11px; height:44px !important; width: 362px;background-color:#000; 
					
					opacity: 0.7;  
					filter: alpha(opacity=70); /* IE lt 8 */
					-ms-filter: "alpha(opacity=70)"; /* IE 8 */
					-khtml-opacity: .70; /* Safari 1.x */
					-moz-opacity: .70; /* FF lt 1.5, Netscape */
					
					z-index: 10;
					}
				.img-text em { color: #fff; font-size: 10pt; font-style:normal; line-height: 44px; }

#main{ width: 100%; clear:both; padding-top: 25px; }
	#main div{ }
	#main-left{ float:left; padding: 2px 0 0 0;}
		#sub-navi{
            width: 206px;
            background-color: #0087A8;
            margin-right: 10px;
            border-radius: 4px;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        #sub-navi ul li { width: 100%; position: relative; border-bottom: 1px solid #007fa3; }
        #sub-navi ul li a{
            color: #FFFFFF;
                    display: block;
                    font-size: 10pt;
                    height: 25px;
                    line-height: 25px;
                    padding: 3px 5px 3px 10px;
                    text-align: left;
                    text-decoration: none;
                    text-shadow: 0 1px 0 #00495E;
                    width: 191px;
                }
        #sub-navi ul li a.selected, #sub-navi-middle div ul li a:hover{
                    background-color: #00617D;
                    color: #FFFFFF;
                    text-shadow: 0 1px 0 #333;
                }
        #sub-navi ul li a.first{ background: transparent url(../img/subnavi_single_first_bg.png) no-repeat 1px -1px; color:#000; height:30px;  text-shadow: #000 0 0 0;}

					#breadcrumb{ background: transparent url(../img/content_top_verlauf_bg.png) repeat-x 0 -4px; height:39px;margin: 0 4px 0 4px; font-size:10pt; padding:14px 0 0 31px; text-align:left;}
						#breadcrumb a { background: transparent url(../img/icon_link_low.gif) no-repeat 0 4px; padding:0 10px 0 15px; color:#afafaf; }

	#main-right{ float:left; width: 611px; border:0px solid red;}
		#main-right-top{ height: 4px; width: 625px; background: transparent url(../img/content_top_bg.png) no-repeat 1px 0; }
		#main-right-middle{ width: 625px; background: transparent url(../img/content_middle_bg.png) repeat-y 0 0;  }
			#content{ padding:0 0 20px 35px; text-align:left; width:560px; background-color:transparent;}
				.content-row{ padding-bottom: 5px; }
					#content ul li, #content-nosub ul li{background:url("../img/icon_link.gif") no-repeat scroll 0 7px transparent; font-size:9pt; line-height:22px; padding:0 10px 3px 30px;}
						#content ul li ul, #content-nosub ul li ul{ padding-top:5px; }
							#content ul li ul li, #content-nosub ul li ul li{background:url("../img/bg_sublist.png") no-repeat scroll 0 8px transparent; font-size:9pt; line-height:22px; padding:0 10px 3px 23px;}
					#content ul.check li{background:transparent url(../img/check.png) no-repeat scroll 0 3px; font-size:9pt; line-height:23px; padding:0 10px 0 30px; }
					#content h3{ color: #0087A8; padding:0 0 8px 0; margin: 0; font-size: 16pt;  }
					#content .transport-right{ /*padding-right:130px;background: transparent url(../img/transport_icon.jpg) no-repeat right 0;*/ width:530px;}
					#content .vorteile-left{ padding-right:130px;background: transparent url(../img/vorteile_icon.jpg) no-repeat 425px 10px; width:430px; }
					#content p{ font-size: 9pt; padding:0 0 15px 0; line-height: 14pt; width:555px; color:#555; }
					#content img{ max-width: 549px;    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);}
					.btn-more-container{ clear:both; padding-right: 40px; padding-bottom: 5px; }
					.btn-more{ width:83px; height: 25px; margin-bottom: 20px; display: block; background: transparent url(../img/btn_more.png) no-repeat 0 0; text-indent:-9999px;}
					.btn-more:hover{ background: transparent url(../img/btn_more.png) no-repeat 0 0;}
					.btn-more-right{ float:right; }
					.btn-more-left{ margin-top: 5px; }
		#main-right-bottom{ width: 625px; height:5px; background: transparent url(../img/content_bottom_bg.png) no-repeat 0 0; }
		
#footer{ width:838px; height:8px; padding-top: 15px; padding-bottom: 50px; background: transparent url(../img/footer_bg.png) no-repeat 0 15px; position:relative; }
	#footer ul li{ float:left; padding: 27px 5px 0 17px;  }
	#footer ul li a{ color:#d8d8d8; font-size: 10pt; }
	#footer ul li a:hover{ color:#a2eeff; }
	#login{ position:absolute; left:750px; top:43px; background: transparent url(../img/login.png) no-repeat 0 0; padding-left:20px; color: #d8d8d8;  font-size: 10pt; }
	#login a{color: #d8d8d8; }
#information{ padding: 3px 0 100px 15px; }
#information, #information a{ color: #484848; font-size: 8pt; text-align:left;}

/* Dropdown */
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:transparent;
	font-family:"lucida grande","verdana",sans-serif;
	font-size:7pt;
	float:left;
	color: #989797; 
}
.dd .ddTitle {
	background:transparent;
	border:0;
	padding:3px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:14px;
}
.dd .ddTitle span.arrow {
	background:transparent; float:right; display:inline-block;width:18px; height:18px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:13px; padding-left: 2px; }
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0 none;
	padding:0 5px 0 0;
	position:relative;
	top:-2px;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}

#content-nosub{ padding-left: 3px; }
#content-nosub-top{
	width: 834px; height:4px; background: transparent url(../img/content_top_nosub_bg.png) no-repeat 0 0; 
}
#content-nosub-middle{
	width: 774px; background: transparent url(../img/content_middle_nosub_bg.png) repeat-y 0 0;
	padding: 35px;
	text-align:left;
}
#content-nosub-middle p{ font-size: 12px;line-height: 18px; padding-bottom:5px;}
#content-nosub-bottom{
	width: 834px; height:4px; background: transparent url(../img/content_bottom_nosub_bg.png) no-repeat 0 0; 
}

#search-results{ }
#search-results li{ border-bottom: 1px solid #ccc; padding-bottom: 10px;  }
.search-result-headline{ font-size: 13pt; padding: 5px 0 5px 0;  background: transparent url(../img/icon_link2.gif) no-repeat 0 center; padding-left: 15px;  }
.search-result-headline a{ text-decoration:underline; }
.highlight{ color:#999;font-size:10pt; padding-left: 15px; }
.highlight:before{ content:open-quote; }
.highlight:after{ content:close-quote }

/*
*****Contact Site*****
*/

.contact-div{ width: 260px; float:left; padding: 10px 0px 15px 0; text-align:left; font-size: 9pt;}
#contact{ display: block; clear: left; height: auto;
    padding: 0 15px 0px; position:relative; overflow:visible;
    line-height: 17px;
}
#contact p{ padding-left: 0; }
#contact label{ height:9px; line-height:0; padding-top:5px; width:350px;}
#contact input{ 
	border-color:#666666 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	background: transparent url('') repeat-x 0 1px;
	width: 400px; 
	height: 18px; 
	line-height: normal; 
	font-size: 11pt; 
	vertical-align:middle; 
	padding:4px 6px 4px 6px;
}
#contact input:focus{ }
#contact textarea{ width:408px; font-size: 12pt; border-color:#666666 #CCCCCC #CCCCCC #999999;border-style:solid; border-width:1px;
    background: transparent url() repeat-x 0 1px; }
#contact textarea:focus{  }
#contact-anfahrt{padding: 0; margin-top: 15px; border: 1px solid #999;}
#contact div.submit{ margin-left:0; }
#contact div.submit input{
    cursor:pointer;
    border:0;
    text-align:center;
    font-size: 12px;
    width:120px; height:30px;
    line-height: 26px;
    padding:0; margin:0;
    padding-bottom: 2px;
    background-color: #FF5C00;
    color: #fff;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);


}
#contact div.submit input:hover{
    background-color: #e47b00;
}

.mc_needed{ font-size:8pt !important; }

.widget-sidebar{
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 12px;
    margin-top: 10px;
}
#newslist{ font-size: 8pt; width: 180px; padding: 0px 5px 15px 9px;}
#newslist li{ padding: 10px 0 10px 0; border-bottom: 1px dotted #999; }
.newslist-mainheadline{
    background-color: #F56618;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 9pt;
    margin: 0 0 0 0;
    padding: 3px 5px 3px 10px;
}
.newslist-headline{ color:#007590; padding-bottom:4px; text-transform:uppercase; }
.newslist-news{ color: #444; }
.news-date{ font-size: 8pt !important; color: #888; text-transform: uppercase; padding: 5px 0 5px 0 !important; margin-bottom: 5px; border-bottom: 1px solid #dedede;}
.news-h2{ font-size:135%;  margin-top: 6px; }

.leftList, .rightList{  font-size: 9pt; }

ul.leftList li, ul.rightList li{ line-height: 18px !important; background:url("../img/check.png") no-repeat scroll 0 3px transparent !important; padding:0 10px 3px 30px !important;  }
.leftList{ float:left; width: 265px; padding-right:20px;  }
.rightList{ float:left; width: 257px;  }


/* MIME-Types */
a.pdf { /*The background image*/
	background: url(../img/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
 
a.txt { /*The background image*/
	background: url(../img/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.zip { /*The background image*/
	background: url(../img/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.email {
	background: url(../img/icon_mail.png) no-repeat left 1px;
	padding-left: 20px;
	line-height: 16px;
}
 
a.external {
	background: url(../img/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

.phone,#contact .phone {
    background: url(../img/phone.png) no-repeat left 1px;
    padding-left: 20px;
    line-height: 16px;
    font-size: 10pt;
}

.download a.zip { /*The background image*/
	background: url(../img/zip.png) no-repeat left center;
	height: 48px;
	padding-left: 55px;
	line-height: 48px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
}

#index-btn {  width:100%; margin-bottom:5px; }
#index-btn a { text-shadow: 0px 1px 0px #fff; display:block; width:49%; height:30px; line-height:30px;  text-align:center; font-size:9pt; color:#333; float:left; background: url(../img/btn_verlauf.png) repeat-x left bottom; border: 1px solid #999; }
#index-btn a:hover { background: url(../img/btn_verlauf_reverse.png) repeat-x left bottom; text-decoration:none; }

.metalprices>div{ border:0; }
.metalprices img{ border:0 !important; margin-right:15px; margin-bottom:20px; }

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* buttons ***********************/
.button, .button:visited {
    background: #555;
    display: inline-block;
    padding: 5px 10px 4px 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    font-size: 10pt;
    text-decoration: none !important;
}

.button:hover							{ background-color: #111; color: #fff; }
.button:active							{ top: 1px; }
.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
.orange.button:hover					{ background-color: #d45500; }

.buttonbar { text-align: center; background-color: #ececec; padding: 10px; border-radius: 4px; }

.vcard{
    border: 1px solid #E3E3E3;
    float: left;
    height: 125px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    text-align: left;
    width: 44%;
}

.vcard p{
     padding-bottom: 10px;
}
.vcard h3{
    padding-top: 15px;
}
.vcard .email{
    font-size: 10pt;
}
