* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	/*color: #484848;*/
	color: #333333;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-weight: normal; 
}

p {
	font-size: 12px;
}

a {
	color: #792A2D;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

a.linkInt img , a.linkExt img {
	margin-right: 3px;
}

a.linkMailto img {
	margin-right: 5px;
}


/* logo */
#logo {
	height: 40px;
	position: relative;
	text-align: center;
}

#logo-img {
	position: relative;
	z-index: 100;
}
	
#gray {
	background: #E2E3E5;
	height: 40px;
	width: 50%;
	position: absolute;
	left: 0;
}

#brown {
	background: #792A2D;
	height: 40px;
	width: 50%;
	position: absolute;
	right: 0;
}
/* // logo */

#header {
	width: 1002px;
	margin: 1px auto 0 auto;
	/*background-color: #ff6600;*/
}

#topimg {
	height: 179px;
	position:relative;
}

#content {
	width: 1000px;
	margin: 26px auto 0 auto;
}

#left {
	float: left;
	width: 200px;
	position: relative;
	left: -560px;
}

#middle {
	float: left;
	width: 560px;
	position: relative;
	left: 200px;
}

#right {
	float: right;
	width: 240px;
}

#footer {
	border-top: 1px solid #e2e3e5;
	color: #5d5e5f;
	width: 1000px;
	font-size: 9px;
	padding: 4px;
	letter-spacing: 1px;
	margin: 30px auto 15px auto;
}

.clearer {
	clear: both;
}

/* NAVIGATION */
/* mainnavigation */
#mainnavigation {
	height: 24px;
	background-color: #E2E3E5;
	position: relative;
	z-index: 100;
	margin-top: 1px;
}
/* // mainnavigation */

/* subnavigation */
#subnavigation {
	margin-top: 20px;
}

#subnavigation ul {
	list-style-type: none;
}

#subnavigation li a {
	display: block;
	padding: 5px 0 5px 18px;
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #e2e3e5;
}

* html #subnavigation li a { 
	height: 1px; /* trigger IE6 hasLayout - Whitespace-Bug */
}

#subnavigation li li a {
	padding-left: 32px;	
}

#subnavigation li a:hover {
	background-image: url(img/dotted_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #792A2D;
}

#subnavigation li li a:hover {
	background-position: 20px center;
}

#subnavigation li.active a {
	background-image: url(img/dotted_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#subnavigation li li.active a {
	background-position: 20px center;
}

#subnavigation li li.last.active a {
	background-position: 20px center;
}

#subnavigation li.active-sub {
	background-image: url(img/dotted_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
/* // subnavigation */


/* servicenavigation */
#servicenavigation {
	width: 1000px;
	height: 30px;
	margin: auto;
}

#servicenavigation ul {
	list-style-type: none;
	float: right;
	margin-top: 5px;
}

#servicenavigation li {
	background-image: url(img/red_bar.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	color: #792A2D;
	float: left;
	font-size: 10px;
	padding: 4px;
	text-transform:uppercase;
}

#servicenavigation li a {
	color: #792A2D;
	text-decoration: none;
}
/* // servicenavigation */


/* functionnavigation */
#functionnavigation {
}
/* // functionnavigation */


/* languagenavigation */
#languagenavigation {
	padding-top: 6px;
	position: absolute;
	right: 10px;
	font-size: 10px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

#languagenavigation div.tx-srlanguagemenu-pi1 div {
	height: 18px;
}

#languagenavigation .NO, #languagenavigation .CUR, #languagenavigation .SPC, #languagenavigation .INACT {
	font-size: 10px;
	font-weight: normal;
}

#languagenavigation .NO a, #languagenavigation .CUR a, #languagenavigation .SPC a {
	font-size: 10px;
	font-weight: normal;
}

#languagenavigation .NO a {
	color: #792A2D;
}

#languagenavigation .NO a:hover {
	color: #999999;
}

#languagenavigation .CUR {
	background: url(img/arrow-language.gif) no-repeat center 14px;
	color: #999999;
}

#languagenavigation .SPC {
	color: #FFFFFF;
	margin: 0px 2px 0px 2px;
}

#languagenavigation .INACT {
	/*color: #bdbdbd;*/
	color: #999999;
	text-decoration: line-through;
}
/* // languagenavigation */


/* rootline */
#rootline {
	margin-top: 10px;
}

#rootline a {
	color: #999999;
	text-decoration: none;
}

#rootline ul {
	list-style-type: none;
}

#rootline li {
	color: #999999;
	display: inline;
	font-size: 11px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 7px 0 10px;
}

#rootline li.first {
	background-image: none;
	padding-left: 15px;
}
/* //rootline */
/* // NAVIGATION */

/* leftcontent */
#leftcontent h5 {
	color: #999999;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(img/ausrufezeichen.gif) no-repeat left 1px;
	text-transform: uppercase;
}

#leftcontent .csc-header {
	margin-top: 25px;
}

#leftcontent .csc-header-n1 {
	margin-top: 0;
}

#leftcontent p {
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
}

#leftcontent .csc-textpic p {
	margin-left: 0;
	width: 182px;
}
/* // leftcontent */

/* maincontent */
#maincontent {
	padding:0 50px 0 80px;
}

#maincontent h1#title {
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	/*letter-spacing: 0.5px;*/
}

#maincontent h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#maincontent h2 a {
	color: #333333;
}

/* tbd */
#maincontent h2 span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


#maincontent h3, #maincontent h4, #maincontent h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#maincontent h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* // tbd */

#maincontent p, span {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 16px;
}

#maincontent ul {
	list-style-type: none;
	margin-bottom: 16px;
}

#maincontent ul ul {
	margin-left: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#maincontent li {
	line-height: 18px;
	margin-bottom: 5px;
	background: url(img/bullet.gif) no-repeat left 3px;
	padding-left: 14px;
}
/* // maincontent */


/* form */
#mailform fieldset {
	border: 0;
	margin: 0 0 16px 0px;
}

#mailform label {
	float: left;
	width: 70px;
	color: #999999;
	margin-top: 1px;
}

#mailform input {
	border: 1px solid #E2E3E5;
	color: #792A2D;
	width: 250px;
}

#mailform input#mailformformtype_mail {
	width: 150px;
	margin-left: 70px;
}

#mailform textarea {
	border: 1px solid #E2E3E5;
	color: #792A2D;
	width: 250px;
}


#mailform input.csc-mailform-check {
	width: 20px;
	border: 0;
}

#mailform .csc-mailform-field {
	padding: 7px 0 7px 0;
}
/* // form */


/* Tabellen */
.tx-thexttable-pi1 a {
	text-decoration: underline;
}

.tx-thexttable-pi1 table {
	border-collapse: separate;
	border-spacing: 1px;
	margin-top: 5px;
}

.tx-thexttable-pi1 table tr th {
	background-color: #dbdcdf;
	color: #000000;
	font-size: 12px;
	padding: 3px 7px;
	vertical-align: top;
	text-align: left;
}

.tx-thexttable-pi1 table tr th.width1 {
	width: 55%;
}

.tx-thexttable-pi1 table tr th.width2 {
	width: 25%;
}

.tx-thexttable-pi1 table tr th.width3 {
	width: 20%;
}

.tx-thexttable-pi1 table tr td {
	background-color: #f7f7f7; /* hell grau */
	color: #000000;
	font-size: 12px;
	padding: 3px 7px;
	vertical-align: top;
}

.tx-thexttable-pi1 table tr.odd td {
	background-color: #f0f1f3; /* dunkel grau */
}

.tx-thexttable-pi1 table.standard td {
	background-color: #ffffff !important;
}

/* // Tabellen */


/* sg */
#sg #promotionbox {
	width: 1000px;
	height: 275px;
	margin: auto;
	border-bottom: 1px solid #E2E3E5;
	position: relative;
}

#sg #promotionbox h1, #sg #promotionbox h1 a {
	background-color:#FFFFFF;
	color: #333333;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height:35px;
	margin-bottom: 5px;
	padding:8px 0 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#sg #promotionbox p {
	font-size:12px;
	line-height:18px;
	margin-bottom:16px;
}

#sg #promotionbox .csc-textpic-text {
	padding-left: 80px;
	padding-top: 10px;
}

#sg #content {
	margin: 25px auto 0 auto;
	position: relative;
}

#sg #left {
	width: 300px;
	left: 0;
}

#sg #middle {
	width: 400px;
	left: 0;
}

#sg #maincontent {
	padding:0 45px 0 45px;
}

#sg #right {
	width: 300px;
}

#sg #footer {
	margin-top: 35px;
}

#sg #content h1, #sg #content h1 a {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333333;
}

#sg #content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 16px;
	margin-left: 0;
}

#sg .csc-header-n2 {
	border-top: 1px solid #E2E3E5;
	padding-top:20px;
}

#sg #leftcontent .csc-header {
	margin-top:0;
}
/* // sg */


/* Sitemap */
p.sitemap-level1 {
	font-size: 12px;
	margin: 1px 0px 5px 0px !important;
	padding: 2px 2px 2px 0px;
}

p.sitemap-level2 {
	font-size: 10px;
	margin: 1px 0px 5px 0px !important;
	padding: 2px 2px 2px 5px;

}

p.sitemap-level1 a , p.sitemap-level2 a, p.sitemap-level1 a:hover, p.sitemap-level2 a:hover {
	background: none;
}
/* // Sitemap */


/* news */
#maincontent p.csc-header-date {
	border-top: 1px solid #E2E3E5;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:35px;
	padding-top: 10px;
}

#maincontent .csc-header-n1 p.csc-header-date {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
/* // news */


/* Ruler After */
div.csc-frame.csc-frame-rulerAfter {
	border-top: 1px solid #E2E3E5;
	margin: 35px 0 10px 0;
}
/* // Ruler After */


#sg .csc-textpic-above {
	position: absolute;
	right: 0;
	top: -61px;
	z-index: 10;
}

#sg #promotionbox div.csc-textpicHeader {
	margin-left: -450px;
	position: absolute;
	top: 30px;
	width: 360px;
}

ul.vita-years li ul {
	display: block;
	margin-left: 75px !important;
	margin-top: -18px !important;
	width: 340px;
}

ul.vita-years li ul li {
	background: none !important;
}

ul.vita-years-spezial li ul {
	display: block;
	margin-left: 75px !important;
	margin-top: -18px !important;
	width: 340px;
}

/* search */
.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-percent {
	font-size: 10px;
}

.browsebox li {
	float:left;
	background: none !important;
}

.tx-indexedsearch-res {
	clear: both;
	margin-top:55px;
}

.tx-indexedsearch-res div {
	margin-top:0;
}
/* // search */