 /*
 * Farben
 *   Linien etc., dunkel:            # (?? 1D487B)
 *   Links, aktiv, hover:            #CE3100
 *   Farbe mittel(blau):	     #87A6B8 (suchen, more...)
 *   Hintergrund Navigation links:   #eeeeee
 *   Pfeile, Navbullet1 (dunkes rot) #9C2908
 *   hellgelb: #FFFFDD
 */


body {
	margin: 0 0 10px 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:120%;
	text-align: left;
	color: #000;
	background: #fff url(pics/back.png) repeat-x;
	/*  background-position: left top; */
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body.bodyw {
    background: #fff;
}
p, td, th, input, textarea, select, option {
	font-size: 11px;
	text-align:left;
}
table {
    border:0;
    padding:0;
    border-spacing:0;
	border-collapse:collapse;
}
td, th, tr {
	vertical-align:top;
}
td.right, th.right {
	text-align:right;
}
.small {
	font-size: 9px;
    color: #222;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
    color: #F1350F;
	font-weight:bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 11px;
	font-weight:bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
    margin-bottom: 6px;
	font-weight:bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
    margin-bottom: 6px;
	font-weight:bold;
}
.header_col {
    color:#F1350F;
	font-weight:bold;
}
button {
	font-size:12px;
	font-weight: bold;
	color: #000066;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 2px solid #a7c2f5;
}

input {
	margin-left:0px;
	padding-left:3px;
}

div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
br.clear {
	clear: both;
	background-color: transparent;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
br[clear=all] {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}

#page {
	position: relative;
	margin: 10px auto 10px auto;
	width: 790px;
    height:900px;
	min-height:900px;
	background-color: #fff;
	text-align: left;
}

#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 122px;
    background-color: #fff;
}

#left {
	position: absolute;
	width: 180px;
	top: 122px;
	left: 0px;
	padding: 0px;
    background-color: #fff;
    height:770px;
}

#right {
	position: absolute;
	width: 120px;
	top: 126px;
	right: -120px;
	padding-top: 15px;
}

#content {
	position: absolute;
	top: 126px;
	left: 180px;
	width: 609px;
	background-color: #fff;
}

#contentBody {
	width: auto;
	margin: 10px 10px 15px 15px;
	overflow:hidden;
}
#contentBody.largeContent {
	  /*width: 560px;*/
	  /* kein padding da box-model in IE fehlerhaft */
}
/*
#header {
	text-align:center;
	padding-bottom:10px;
	/* background-color: #fff;
	background-image: url(/images/header-iv.gif);
	background-position: center top;
	background-repeat: no-repeat;* /
}

#header img#img_logo { /* header in context block * /
	border: none;
	height: 165px;
} */
#footer {
	border-top: #999 1px solid;
	text-align: center;
	margin: 20px 17px 5px 30px;
}

#footer p.footer {
	border-top: #666666 1px solid;
	text-align: center;
	font-size:10px;
}

#content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#content .contentTitle {
	margin: 0px;
	margin-bottom: 10px;
}

#content span.contentSubtitle {
	display: block;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 0px;
	padding-left: 1px;
    color: #000;
}

#content div.topicText {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: auto;
}

#content div.subTopics {
	clear: both;
	margin-top: 0px;
}

#content table.subTopicLine tr {
	vertical-align: top;
}

#content td.topicSpacer {
	padding: 6px;
	border: none;
}
#content .subTopic {
	padding: 0px;
	/*border-top: 2px dotted #87A6B8;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

/* Topic Image*/
#content div.topicImageLeftBreakNone {
	float: left;
	margin-right: 10px;
	width: auto;
	height: 100%;
}
#content div.topicImageRightBreakNone {
	float: right;
	margin-left: 10px;
	width: auto;
	height: 100%;
}
#content div.topicImageLeftBreakSide {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
}
#content div.topicImageRightBreakSide {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
}
#content div.topicImageCenter {
	margin-bottom: 10px;
}

/* special links */

a {
    color: #606060;
    text-decoration: none;
}
a:hover {
    color: #606060;
    text-decoration: none;
}
a:active {
    color: #606060;
    text-decoration: none;
}
a:visited {
    color: #606060;
    text-decoration: none;
}

a.more {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 14px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.search {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 10px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.back {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 10px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Erweiterungen für IV */
.teaserBoxTopicTeaser {
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 11px;
}

/* spezielle Klassen für Argetra */

.redheads {
	font-weight:bold;
	font-size:18px;
	color:#F1350F;
	padding-top: 13px;
	font-family:arial,helvetica,sans-serif;
}

.arg-rot {
    color:#F1350F;
}
.arg-rot-bo {
    color:#F1350F;
    font-weight: bold;
}
.arg-rot-b {
    background-color:#F1350F;
}
.arg-grau {
    color:#808080;
}
.arg-hgrau-b {
    background-color: #EEF4F6;
    padding-bottom: 3px;
    border:1px solid #808080;
}
div.ar_col1 {
    width:188px;
}
div.ar_col2 {
    width:386px;
}
div.ar_col3 {
    width:584px;
}
div.ar_box {
    background-color:#EEF4F6;
    padding-bottom:5px;
    border:1px solid #808080;
}
div.ar_textcol {
    margin:5px 5px 5px 5px;
}
.ar_ads { /* wird ersetzt durch ar_hint */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: none;
    color: #808080;
}
.ar_hint {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: none;
    color: #808080;
}

#ar_pagefoto {
    z-index:47;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
}
#ar_box {
	z-index:20;
	position:absolute;
	top:205px;
	right:0px;
	width:240px;
	height:auto;
}
#ar_zitat {
	z-index:20;
	margin-top:10px;
	width:240px;
	background-color: #c8cbc2; /*#C5DCCC;*/
}
#ar_box p {
	padding:3px;
}
#ar_textblock {
	width:400px;
	left:0px;
}
#ar_triggerblock {
	width:182px;
	left:0px;
	background-color:#D7E9FF;
	padding-left:4px;
	padding-right:4px;
}
#map_canvas {
	margin-top:10px;
}
table.tab-dat {
    overflow:hidden;
}
table.tab-cms {
    background-color:#EEF4F6;
    padding-bottom:5px;
    border:1px solid #808080;
}
table.tab-zvlist {
    margin:0px;
}
table.tab-zvlist tr {
    margin:0;
}
table.tab-zvlist th {
    text-align:left;
    background-color:#EEF4F6;
    padding:6px 3px 6px 3px;
    border-top:1px solid #808080;
    border-bottom:1px solid #808080;
    margin:0px;
}
table.tab-zvlist td {
    padding:3px;
    border-bottom:1px solid #808080;
}
.listtit { /* wie H2 */
	font-size:16px;
	font-weight:bold;
	margin-top:14px;
	margin-bottom:11px;
	color:#000066;
}
.listelf {
    background-color:#EEF4F6;
}
.lister {
	text-align:right;
}
.listerf {
    background-color:#EEF4F6;
	text-align:right;
}
*.listbo, .textbetont {
	font-weight:bold;
}
.listek {
	font-weight:bold;
	text-align:center;
}

a.linkrot {
	color:#F1350F;
	font-weight:bold;
    text-decoration: none;
}
a.linkgr {
    /*text-decoration: none;*/
	color:#222;
}
a.footertext, p.footertext {
	color: #222;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}
a.footertext:hover, a.linkgr:hover   {color: #222;}
a.footertext:active, a.linkgr:active {text-decoration:none; color: #222;}
a.footertext:link, a.linkgr:link     {text-decoration:none; color: #222;}
a.footertext:visited, a.linkgr:visited {text-decoration:none; color: #222;}

.button {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
    background-color:#EEF4F6;
    border:solid 1px #808080;
}
a.link_bold {
	font-size:11px;
	padding:1px 4px 2px 4px;
	font-weight:bold;
    background-color:#EEF4F6;
    border:solid 1px #808080;
	text-decoration:none;
	line-height:18px;
}
a.button, a.button:link, a.button:visited, a.button:hover, a.button:active,
a.link_bold, a.link_bold:link, a.link_bold:visited, a.link_bold:hover, a.link_bold:active {
    color: #222;
	text-decoration:none;
}

div.cli li {
    line-height:14px;
}
div.cli a {
    font-weight:bold;
}

/* Klasse für Tooltips  */
.dTip_cl {
    padding:5px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    max-width:300px;
    border: 1px solid #000;
    background-color:#EEEEEE;
    color: #000;
}

