

body {
	background:#266376;
	
	margin:0px;
	padding:0px;
	
	color:#707070;
	font-family: Arial, sans-serif;
	font-size:12px;
}

#langChoose a {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#266376;
	
	text-decoration:none;
	
	padding-left:30px;
	
	background: url('../img/arrow_big_red_gray_right.gif') no-repeat 6px 10px;
	margin-right:12px;
}

#langChoose a:hover, #langChoose a.active {
	background: url('../img/arrow_big_red_top.gif') no-repeat 6px 7px;
	color:#e2001a;
}

#langChoose a.english:hover {
	background: url('../img/arrow_big_red_right.gif') no-repeat 6px 10px;
}

textarea {
	font-family:Arial, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

a {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
	-moz-outline: none;
	
	text-decoration:none;
	
	color:#707070;
}

a:hover {
	color:#e2001a;
}

h1 {
	color:#266376;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {
	color:#00596f;
	font-size:14px;
	font-weight:normal;
}

p {
	font-size:12px;
}

h5 {
	color:#00596f;
	font-size:12px;
	margin-bottom:0px;
}

p a {
	font-size:12px;
}

div.clearBoth {
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/** Allgemein **/

.red {
	color:#e2001a;
}

a.whitearrow {
	color:#fff;
	padding-left:13px;
	
	text-decoration:none;
	
	background:url('../img/link_arrow_white_right.gif') no-repeat;
}

a.std {
	color:#707070;
	padding-left:12px;
	text-decoration:none;
	background:url('../img/link_arrow_red_gray_right.gif') no-repeat 0px 4px;
}

a.stdbottom, a.stdbottom:hover {
	background:url('../img/link_arrow_red_bottom.gif') no-repeat 0px 2px !important;
}

a.std:hover {
	background-image:url('../img/link_arrow_red_right.gif');
}

a.std:hover {
	color:#e2001a;
}

a.alwaysred, a.alwaysred:hover {
	color:#e2001a;
}

.smalltext {
	font-size:11px;
}

/** Das Contentvisual wenns keine Primärnavi gibt **/
div#homeconvis {
	background:url('../img/nonavi_keyvisual.jpg') no-repeat;
	height:210px;
}

/** Schatten **/

#boxShadow {
	height:18px;
	background:url('../img/block_shadow.png') repeat-x;
}

/** Footer **/
#boxFooter {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#fff;
	width:980px;
	
	margin-bottom:40px;
}

#boxFooter * {
	color:#fff;
	font-size:11px;
}

#boxFooter a {

}

#boxToplink {
	float:left;
	width:88px;
}

#boxToplink a {
	display:block;
	margin-left:58px;
}

#boxImprint {
	float:left;
	width:530px;
}

#boxImprint p {
	margin-top:3px;
	margin-bottom:7px;
}

#boxLogin {
	float:left;
}

#boxLogin form {
	margin-bottom:5px;	
}

#boxLogin form select {
	border:1px solid white;
	width:240px;
	color: #266376;
	font-size:11px;
	margin-bottom: 6px;
}

#boxLogin form option {
	color: #266376;
}

#boxLogin form input {
	border:none;
	margin: 0px 5px 0px 0px;
	
	padding: 1px 4px;
	
	width:108px;
	
	color:#266376;
	font-size:11px;
	
	z-index:1;
}

/** Fast Clicks **/

#fastClicks {
	position:absolute;
	width:769px;
	height:23px;
	border:1px solid #c8c8c8;
	margin-left:88px;
	margin-top:16px;
	background:#fff;
	overflow:hidden;
	z-index:1000;
}

#fastClicks div {
	padding:4px 0px 0px 8px;
}

#fastClicks div a {
	margin-right:5px;
}

#fastClicks a.std {
	font-size:12px;
}

#fastClicks a.tag {
	font-weight:bold;
	text-decoration:none;
	color:#cacaca;
}

#fastClicks a.tag:hover {
	color:#e2001a;
}

#fastClicks a.tag1 {
	font-size:12px;
}

#fastClicks a.tag2 {
	font-size:14px;
}

#fastClicks a.tag3 {
	font-size:16px;
}

#fastClicks a.tag4 {
	font-size:18px;
}

#fastClicks a.tag5 {
	font-size:20px;
}

#tagContainer {
	position:relative;
}

#fastClicks div.tags {
	position:absolute;
	padding-top:20px;
	text-align:center;
	margin:4px 12px;
	border-top:1px solid #c8c8c8;
}

/* Resizable */

.dyn_small h1 {
	font-size:19px !important;
}

.dyn_small h2 {
	font-size:12px !important;
}

.dyn_small p, .dyn_small p *, .dyn_small .checkblock {
	font-size:11px !important;
}



/*.dyn-medium h1 {
	font-size:14px !important;
}

.dyn-medium h2 {
	font-size:11px !important;
}

.dyn-medium p, .dyn-medium p * {
	font-size:10px !important;
}*/



.dyn_large h1 {
	font-size:30px !important;
}

.dyn_large h2 {
	font-size:16px !important;
}

.dyn_large p, .dyn_large p *, .dyn_large .checkblock {
	font-size:14px !important;
}

