/*--------------------- Beginn: allgemeine Definitionen ---------------------*/

BODY {
	margin: 10px 0px 0px;
	padding: 0px;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
	background: #606070;
}
TABLE {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
}
     /*--------------------- Ende: allgemeine Definitionen ---------------------*/


/*--------------------- Beginn: Screen Layout ---------------------*/

.master_td {
	width: 954px;
	vertical-align: top;
	background: #FFF;
}
.master_div {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
.master_content {
	height: 100%;
}
.deco_seite {
	color: #D8DCEB;
	height: 165px;
	margin-top: 29px;
	width: 100%;
	background: url(../images/header-rand.jpg) repeat-x top;
	vertical-align: top;
}
.logo_artpool {
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 29px;
}
.logo_artpool_text {
	position: absolute;
	z-index: 1;
	left: 258px;
	top: 115px;
}
.logo_artpool_sub {
	position: absolute;
	z-index: 1;
	left: 258px;
	top: 155px;
	width: 468px;
	height: 23px;
}

.tab_box_li {
	width: 198px;
}
.tab_box_haupt {
	width: 582px
}
.tab_hspace {
	width: 5px
}
.tab_box_re {
	width: 169px
}
.tab_vspace {
	height: 5px
}
.master_header {
	height: 165px;
	vertical-align: top;
	background: url(../images/Headergrafik-mit-Pfeil.jpg) repeat-x;
	text-align: right;
	padding: 15px 10px 0px 0px;
}
.main_txt {
	padding: 8px 0px 10px 8px;
	vertical-align: top
}
.main_txt A {
	color: #000;
	text-decoration: underline;
}
.main_txt H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.main_txt H2 {
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #A51605;
	margin-top: -5px;
	margin-bottom: 30px;
}
.main_txt H3 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin-top: 30px;
}
.main_txt H5 {
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #A51605;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 22px;
}

.main_txt DD {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	padding-top: 7px;
}

.main_content {
	padding-right: 10px;
}

.main_right {
	width: 169px;
	vertical-align: top;
	padding: 8px 0px 0px;
}
.main_right A {
	color: #000;
	text-decoration: underline;
}
.main_txt .tag-line {
	font: bold 15pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #043882;
	margin: 0px;
	padding: 0px 0px 3px;
}
.tab_tagline {
	margin-top: 12px;
	margin-bottom: 12px;
}

     /*--------------------- Ende: Screen Layout ---------------------*/

/*--------------------- Beginn: Navigation top ---------------------*/
.navi_oben {
	color: #FFFFFF;
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
.navi_oben A {
	color: #ffffff;
	text-decoration: none;
}
.navi_oben #home {
	color: #fecc00;
}
     /*--------------------- Ende: Navigation top ---------------------*/

/*--------------------- Beginn: Navigation left ---------------------*/
.nav_left {
	background: url(../images/bg_nav_li.png);
	vertical-align: top;
	padding: 65px 0px 10px;
}
#mainmenu {
	position: relative;
	top: 0px;
}
#navlist, #navlist_spc {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#navlist a, #navlist_spc A {
	display: block;
	border: 0px;
	padding: 8px 0px 1px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	width: 188px;
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
}
#navlist a:hover, #navlist_spc A:hover {
	width: 188px;
	color: #fecc00;
}
#navlist a:active, #navlist_spc A:active {
	color: #072354;
	width: 188px;
}
#navlist a.aktuell, #navlist_spc A.aktuell {
	background-color: #006ca3;
	font-weight: bold;
	width: 188px;
}
#navlist_2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#navlist_2 a {
	border: 0px;
	padding: 8px 0px 0px 20px;
	margin: 0px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	height: 16px;
	width: 177px;
	vertical-align: middle;
	font: bold 7pt Verdana, Arial, Helvetica, sans-serif;
}
#navlist_2 a:hover {
	font-weight: normal;
	width: 177px;
}
#navlist_2 a.aktuell {
	background-color: #006ca3;
	padding: 8px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	width: 177px;
}
.nav_left HR {
	width: 90%;
	height: 1px;
	color: #FFF;
	margin: 10px 10px 2px;
}

     /*--------------------- Ende: Navigation left ---------------------*/

/*--------------------- Beginn: Navigation head ---------------------*/
.tab_head_navi {
	z-index: 3;
	position: relative;
	top: -5px;
	left: -6px;
}
.nav_bar_left {
	width: 23px;
	height: 50px;
	background: url(../images/navi-content-li.png) no-repeat top right;
}
.nav_bar_main {
	width: 87px;
	height: 50px;
	background: url(../images/navi-content-mitte.png) repeat-x top;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
}
.nav_bar_main_active {
	width: 87px;
	height: 50px;
	background: url(../images/navi-content-mitte_active.png) repeat-x top;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
}
.nav_bar_main A, .nav_bar_main_active A {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.nav_bar_right {
	width: 23px;
	height: 50px;
	background: url(../images/navi-content-re.png) no-repeat top left;
}
.nav_border {
	width: 1px;
	height: 50px;
	background: url(../images/navi-border.png) repeat-x top;
}

     /*--------------------- Ende: Navigation head ---------------------*/

/*--------------------- Beginn: Boxen ---------------------*/
.box_li .csc-header H1 {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #072354;
	border-left-width: 15px;
	padding: 3px 15px 2px 10px;
}
.box_li .bodytext {
	line-height: 12px;
	padding: 5px 15px 5px 10px;
	font-size: 8pt;
	color: #072354;
	text-align: left;
}
.box_head_txt .csc-header .csc-firstHeader, .box_head_txt .csc-header h1{
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding: 5px 15px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}
.box_head_txt .csc-header {
	background-image: url(../images/box_header_gelb.jpg);
	background-repeat: no-repeat;
	height: 23px
}
.box_head_txt .bodytext {
	line-height: 12px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	font-size: 8pt;
	background-color: #FCF5CB;
	text-align: left;
	display: block;
}
.box_head_txt .contenttable {
	width: 169px;
	margin: 0px 0px 00px 0px;
	font-size: 8pt;
	background-color: #FCF5CB;
	text-align: left;
}
.box_head_txt .contenttable td {
	padding: 5px 14px 10px 9px;
	line-height: 12px;
}
.box_txt {
	line-height: 12px;
	margin-top: 0px;
	padding: 0px 15px 0px 10px;
	font-size: 8pt;
	background-color: #FCF5CB;
	text-align: left;
}
.box-right {
	background-color: #FCF5CB;
}

.box-right dl {
	padding-top: 10px;
}

	/*--------------------- Ende: Boxen ---------------------*/
