/* ----------------------------------------------------------------------------
Print CSS File
Altira
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: none;
	font: 11pt Verdana, sans-serif;
	color: #353535;
}

h1 {
	font: 15pt "Times New Roman", serif;
	color: #00496e;
	letter-spacing: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h1.linie {
	padding-top: 10px;
	border-top: 1px solid #c6c5c5;
}

body.arabic #news h1.linie2 {
	font-size: 15pt;
}

h1.abstand {
	margin-bottom: 20px !important;
}

body.arabic h1 {
	font-size: 20px;
}

h2 {
	font-size: 11pt;
	color: #00496e;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.arabic h2 {
	font-size: 16pt;
}

h2.ohne_abstand {
	padding-top: 0;
}

.picture-umflossen {
	float: left;
	margin-right: 15px;
}

p {
	padding-bottom: 20px;
}

p.statement {
	color: #00496e;
}

strong {
	font-weight: bold;
}

em {
	color: #00496e;
	font-style: normal;
}

table {
	border-collapse: collapse;
}

th, td {
	border-bottom: 1px solid #c6c5c5;
	text-align: left;
	padding-bottom: 3px;
	padding-right: 20px;
	vertical-align: top;
}

td {
	padding-top: 3px;
}

body.arabic table {
	font-size: 11pt;
}

body.arabic td, body.arabic th {
	font-size: 11pt;
	text-align: right;
	direction: ltr;
	padding-left: 20px;
	padding-right: 0px;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

.caption {
	margin-top: 5px;
}

span.arabic {
	font-size: 11pt;
	direction: ltr !important;
	unicode-bidi: bidi-override;
}

a.arabiclang {
	position: relative;
	top: -6px;
	font-size: 14pt;
}

.aktienchart {
	font-size: 8pt;
}

.grau {
	color: #000;
}

.blau {
	color: #064a7a;
}

.windows {
	font-family: Tahoma, sans-serif !important;
}


/* ----------------------------------------------------------------------------
Strukturierende Elemente
---------------------------------------------------------------------------- */

#balken {
	display: none;
}

#wrapper {
	width: 1080px;
	background: none;
}

#header {
	width: 960px;
	height: 250px;
	background: none;
	opacity: 0.9999;
}


/* ----------------------------------------------------------------------------
Navi und Logo
---------------------------------------------------------------------------- */

#logo, #logo_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 220px;
	line-height: 0;
	font-size: 0;
}

#logo {
	z-index: 2;
}

#logo_bg {
	opacity: 0.6;
	z-index: 1;
	filter: alpha(opacity=60);
}

#navigationContainer {
	display: none;
	height: 0;
}

#smallnav {
	display: none;
}

#smallnav a {
	color: #fff;
}

#smallnav a:hover, #smallnav a.aktiv {
	color: #9f9f9f;
}

body.arabic #smallnav {
	font-size: 14pt;
	top: 277px;
	direction: rtl;
}

#communications {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 200px;
}

a#communications {
	color: #fff;
}

body.arabic #communications {
	font-size: 14pt;
	top: 29px;
}

#subsubnav {
	border-top: 1px solid #c6c5c5;
	border-bottom: 1px solid #c6c5c5;
	height: 45px;
	margin-bottom: 20px;
	margin-top: -13px;
}

#subsubnav li {
	float: left;
	padding-top: 7px;
	margin-bottom: -7px;
	padding-right: 25px;
	text-transform: uppercase;
	font-size: 10pt;
}

body.arabic #subsubnav li {
	float: right;
	padding-right: 0px;
	padding-left: 25px;
	font-size: 15pt;
}

#subsubnav li a {
	color: #7c7c7c;
}

#subsubnav li a:hover, #subsubnav li a.aktiv {
	color: #353535;
}


/* ----------------------------------------------------------------------------
Content
---------------------------------------------------------------------------- */

#content_container {
	width: 960px;
	background: none;
	padding-top: 15px;
}

* html #content_container {
	width: 960px;
	float: left;
}

body.arabic #content_container {
	text-align: right;
}

#content_footer {
	background: none;
	padding-bottom: 30px;
}

* html #content_footer {
	width: 960px;
	background: none;
	float: left;
}

#content {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background: none;
	line-height: 1.5em;
	overflow: hidden;
}

* html #content {
	float: left;
}

#wrapper.kurz #content {
	height: 530px;
}

#content.zweispalten {
	background: none;
}

#content a {
	color: #7c7c7c;
}

#news {
	display: none;
}

#news a.news {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c6c5c5;
}

#news a .dunkel {
	color: #353535;
}

#news h1 {
	color: #7c7c7c;
	border-bottom: 1px solid #c6c5c5;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#news h1.linie2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #c6c5c5;
	border-bottom: none;
	margin-bottom: 0;
}

#news h1.blau {
	font: 15px "Times New Roman", serif;
	color: #00496e;
	letter-spacing: 0px;
	padding-bottom: 19px;
	text-transform: uppercase;
}

#news h1 img {
	
}

#news h2 {
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #313131;
	padding-top: 0;
	padding-bottom: 15px;
}

#spalte_1 {
	overflow: hidden;
	padding: 0 15px;
	width: 415px;
}

body.arabic #spalte_1 {
	direction: rtl;
}

.arabic ul.bullet li {
	background: none;
	padding-right: 15px;
	margin-right: 15px;
	direction: ltr;
	font-size: 11px;
}

body.arabic h2 {
	margin-right: 30px;
}

body.arabic h2.arabic {
	direction: ltr !important;
	font-size: 11px !important;
}

#spalte_1 ul li {

}

#spalte_1.breit {
	width: 635px;
}

ul.bullet li {
	background: none;
	padding-left: 15px;
	margin-left: 15px;
}

body.arabic ul.arabic li {
	background: none;
	padding-right: 15px;
	margin-right: 15px;
	direction: ltr !important;
	unicode-bidi: bidi-override;
	font-size: 11px;
}

#spalte_1.breit p, #spalte_1.breit h1, #spalte_1.breit h2 {
	padding-right: 150px;
}

body.arabic #spalte_1.breit p, body.arabic #spalte_1.breit h1, body.arabic #spalte_1.breit h2 {
	padding-right: 0px;
	padding-left: 150px;
}

#spalte_1.breit p.breit {
	padding-right: 0px;
}

#spalte_1 h2 {
	padding-left: 30px;
}

#spalte_1 h2.ohne_einzug {
	padding-left: 0px;
}

body.arabic #spalte_1 {
	font-size: 16px;
}

#spalte_2 {
	display: none;
}

* html #spalte_2 {
	position: relative;
	left: -3px;
}

#spalte_2 h1 {
	text-transform: none;
}


/* ----------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------- */

#footer {
	display: none;
}

#wrapper.kurz #footer {
	background: none;
	color: #fff;
}

#footer a {
	color: #353535;
}

#wrapper.kurz #footer a {
	color: #fff;
}

#footer a:hover, #footer a.aktiv, #wrapper.kurz #footer a:hover, #wrapper.kurz #footer a.aktiv {
	color: #9f9f9f;
}

/* Grafische Headlines
#spalte_1 h1, #spalte_1 h2 {
	margin-left: -3px;
	margin-bottom: 30px;
}

#spalte_1 h3 {
	margin-left: 37px;
	margin-bottom: 20px;
}
*/

#sitemap ul li {
	padding-left: 10px;
	padding-top: 5px;
}

#sitemap ul {
	padding-top: 3px;
	padding-bottom: 2px;	
}

/* Kontaktformular */

input.submit {
	
}

input#newsletter_email {
	width: 190px;
	background: #f3f3f3;
	border: 1px solid #c6c5c5;
}

input#newsletter_firstname {
	width: 190px;
	background: #f3f3f3;
	border: 1px solid #c6c5c5;	
}

input#newsletter_name {
	width: 190px;
	background: #f3f3f3;
	border: 1px solid #c6c5c5;	
}

form p {
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------
Kontaktformular 
----------------------------------------------------------------------------*/

input.text {
	border: 1px solid #afafaf;
	margin-top: 3px;
	margin-bottom: 10px;	
	width: 220px;
	height: 18px;
}

input.submit {
	font: verdana;
	font-size: 10px;
	margin-top: 20px;
	padding-left: 10px;
	background: none;
}

.submit {
	float: left;
}

.submit-arabic {
	float: right;
}

.checkbox {
	padding-top: 10px;
	clear: left;
}

.checkbox input.text {
	float: left;
}

#yesyes {
	margin-right: 5px;
}

select {
	margin-top: 3px;
	border: 1px solid #afafaf;
}

.element {
	width: 415px;
}

.haengend input {
	float: left;
	margin-left: 7px;
}

.haengend label {
	display: block;
	padding-left: 30px;
	margin-bottom: 5px;
}

.elementcompany {
	padding-bottom: 5px;
}

.elementcompany input.text {
	float: left;
	width: 220px;
}

.element2 {
	margin-top: 10px;
}

.error {
	color: #c13333;
}


/* ----------------------------------------------------------------------------
Galerie
----------------------------------------------------------------------------*/

table.galerie {
	border-spacing: 5px;
	border-collapse: separate;
}

table.galerie td {
	vertical-align: middle;
	text-align: center;
	border-bottom: none;
	background: #eee;
	line-height: 0;
	margin: 0;
	padding: 0;
}

table.galerie td:hover {
	background: #ddd;	
}
/* ----------------------------------------------------------------------------
Seitenzahl-Navigation
----------------------------------------------------------------------------*/
ul#seitenzahl {
	border-left:1px #000000 solid;
	padding-right:10px;
	overflow:hidden;	
}

ul#seitenzahl a.zahlaktiv {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;

}
ul#seitenzahl a.zahlinaktiv {
	padding-right: 10px;
	padding-left: 10px;

}

ul#seitenzahl li {
	border-right:1px #000000 solid;
	float:left;
}


