﻿html {
	margin: 0px;
	padding: 0px;
	}
body {
	color:#000000;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/* ohne scroll und overflow auto bleibt zwar der scrollbalken immer
	rechts stehen, das Bild springt aber nicht, wenn der scrollbalken erscheint!
	scroll: auto;
	overflow:auto;
	*/
	}
td{
	font-size: 11px;
	color: #000000;
}
h2, h3 {
	display:none;
}
.newslink  {font-size: 11px; color:#000000; font-weight:bold;text-decoration:none
}
.newslinkselected  {font-size: 11px; color:#ffffff; background:#000000;font-weight:bold;text-decoration:none;
}
.newstitle {font-size: 14px; color:#000000; font-weight:bold;text-decoration:none;padding-bottom:12px;}
td.newsdesc {
	font-style:italic;
	background-color:#CCCCCC;
	font-size: 11px;
}
td.newsdescription a {font-size: 11px; color:#000000; font-weight:bold;}
.scroll{
	/* blau: #030132 // grau: #e5e5e5 */
	scrollbar-3dlight-color:#e5e5e5;
	scrollbar-arrow-color:#e5e5e5;
	scrollbar-base-color:#e5e5e5;
	scrollbar-darkshadow-color:#e5e5e5;
	scrollbar-face-color:#030132;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#030132
}
.rand{
	background-image: url(/images/bg.gif);
}
/* Formulare */
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ULink{
	color: #000000;
}
/* -------------------- HomeLayout -------------------- */
#head {
	height: 90px;
	background-color: #E6E6E6;
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	text-align: right;
	background-image: url(/images/top_bg_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#head h1 {
	margin:0;
	padding:0;
	font-size:11px;
}

#head h1 span.pageTextTitle {
	display:none;
}

#homebanner {
	height: 254px;
	background-color: #ffffff;
	position: relative;
	width: 800px;
}
#homebanner #bannerHeadline,
#homebanner #bannerImage,
#homebanner #bannerImageBig {
	position:absolute;
	top:33px;
	left:5px;
	height:215px;
	z-index:1;
}

#homebanner #bannerImage {
	left:405px;
	width:387px;
	overflow:hidden;
}

#homebanner #bannerHeadline {
	background:#343434;
	width:398px;
}

#homebanner #bannerHeadline h2 {
	color:#FF6600;
	font-size:34px;
	font-family: Impact, Arial, sans-serif;
	margin:10px;
	display:block;
}

#homebannerDG {
	height: 232px;
	background-color: #ffffff;
	position: relative;
	width: 800px;
}
#Toc2banner {
	height: 262px;
	background-color: #ffffff;
	position: relative;
	width: 800px;
}

#fragebogenbanner {
	height: 1px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #000;
	position: relative;
	width: 800px;
}

.homecontenttable {
	margin-top: 20px;
}

.homecontentcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	width: 340px;
	vertical-align: top;
	line-height: 20px;
}
.homecontentcellDG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
	line-height: 20px;
}
.homesendungcell {
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}
.homerightcell {
	padding-left: 20px;
	vertical-align: top;
}
.vline {
	background-image: url(/images/vline.gif);
	background-repeat: repeat-y;
	width: 2px;	
}
/* -------------------- /Toc3Banner -------------------- */
#toc3banner {
	height: 210px;
	background-color: #ffffff;
	position: relative;
	width: 800px;
}
#toc3banner #bannerHeadline,
#toc3banner #bannerImage,
#toc3banner #bannerImageBig {
	position:absolute;
	top:33px;
	left:5px;
	height:170px;
	z-index:1;
}

#toc3banner #bannerImage {
	left:585px;
	width:210px;
	overflow:hidden;
}

#toc3banner #bannerHeadline {
	background:#343434;
	width:575px;
}

#toc3banner #bannerHeadline h2 {
	color:#FF6600;
	font-size:34px;
	font-family: Impact, Arial, sans-serif;
	margin:10px;
	display:block;
}
/* -------------------- /HomeLayout -------------------- */
table.tablefull {
	height: 100%;
}
td.homecontent {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #8d8d8d;
}
td.subcontent {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	/*background-color: #8d8d8d;*/
	background-image: url(/images/contentbg.gif);
	background-repeat: repeat-y;
}
/*bei Fragebogen/LayoutFormular verwendet */
td.subcontent2 {
	background-image: url(/images/contentbg.gif);
	background-repeat: repeat-y;
}
td.bottomline {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	height: 20px
}
.logo {
	margin-top: 30px;
	margin-right: 10px;
}
#contenthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index:1;
	margin: 20px 20px 20px 20px;
	color: #CCCCCC;
}
#leftmenuDG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index:1;
	margin: 10px;
	margin-top: 25px;
	text-align:right;
	line-height:3em;
	color:#FF6600;
	font-weight:bold;
}
#leftmenuDGTof {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	z-index:1;
	margin: 10px;
	margin-top: 100px;
	text-align:right;
	color:#FF6600;
	font-weight:bold;
}
#leftmenuDG a,  #leftmenuDGTof a{
	text-align:right;
	line-height:3em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#leftmenuDG a:hover,  #leftmenuDGTof a:hover{
	color:#666666;
}
#contentsub,
.contentsub {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#contentfragebogen {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#contentfragebogen table.surveytableouter {
	width: 630px;
}

p.contenttitlesubl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 5px;
	text-align: right;
	letter-spacing: -1px;
}
td.tdcontentsub{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.tdcontentsubr{
	/* background-color: #8D8D8D; */
}
#topmenue {
	height: 27px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(/images/topmenu_bg_p.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index:99;
	vertical-align: top;
}
a.MetaMenuePassive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 5px;
}
a.MetaMenueActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 5px;
	font-weight: bold;
}
/* Levelmenue */
table.Level{
	border: 1px solid #FFFFFF;
}

td.Level3Active{

	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
td.Level3Passive{
	border: 1px solid #FFFFFF;
}
td.Level4Leer{
}

td.Level4Active{
	background-color: #FFFFFF;
}
td.Level4Passive{
}
a.LevelActive{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.LevelPassive{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* /Levelmenue */
/*topmenue*/
table.topmenu {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.topmenu
{
    background-color: #f0f0f0;
	border-right: 1px solid #000000;
	vertical-align:middle;
	padding:4px;
}
td.topmenunb
{
    background-color: #f0f0f0;
	vertical-align:middle;
	padding:4px;
}
td.topmenusel
{
    background-color: #ccc;
	border-right: 1px solid #000000;
	vertical-align:middle;
	padding:4px;
}
td.topmenu a
{
    color:#000;
    padding:4px;
    text-decoration:none;
}
.inputs
{
	font-size:11px;
	border: 1px solid #000000;
}
td.topmenusel a
{
    color:#000;
    padding:4px;
    text-decoration:none;
}
td.topmenu a:hover
{
    color:#666666;
}
td.headline {
	background-color: #343434;
	color:#FF6600;
	padding: 10px;
	font-size:34px;
	font-family: Impact, Arial, sans-serif;
}
td.headline2 {
	background-color: #343434;
	color:#FF6600;
	padding: 40px;
	font-size:18px;
	font-family: Impact, Arial, sans-serif;
}

span.headline3 {
	color:#FFFFFF;
	font-size:24px;
	font-family: Impact, Arial, sans-serif;
}
.noflashmsg {
 color:#666666;
 font-size:9px;
}
.noflashmsg a {
 color:#343434;
 font-size:9px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
}

div#searchcontent {
	margin-left:130px;
}

/* -------------------- /Popup -------------------- */

.popup {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.popup_content,
.popup_content td {
	color:#000;
	margin:10px;
	line-height:1.2;
}

.popup_content a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.popup_content a:hover {
	text-decoration:underline;
}

/* -------------------- /IntegrationVopDds -------------------- */

td.subcontentIntegration {
	background:#fff !important;
}

td.tdcontentIntegrationQuestionForm {
	background:#e5e5e5;
}