/*******NAVIGATION**************/


a.navi, a.navi:link, a.navi:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.navi-active, a.navi-active:link, a.navi-active:visited {
	color:#F0AF1F;
	font-weight: bold;
	text-decoration:none;
}

a.naviGreen-active, a.naviGreen-active:link, a.naviGreen-active:visited {
	color:#A2C725;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	height:25px;
}

div.navi-active{
	color:#F0AF1F;
	font-weight: bold;
	text-decoration:none;
}

div.navi{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

div.naviLeft{
	display:inline;
	height:33px;
	width:21px;
	float:left;
}

div.naviRight{
	display:inline;
	height:33px;
	width:21px;
	float:left;
}

div.error{
	color:red;
}

div.naviCenter{	
	display:inline;
	height:33px;
	float:left;
}

div.naviLeftGreen{	
	background:url(/my-my-global/images/navigation/bevelSpacerGreenLinks.gif);
	height:33px;
	width:21px;
	float:left;
}

div.naviRightGreen{
	background:url(/my-my-global/images/navigation/end.gif);
	height:33px;
	width:21px;
	float:left;
}

div.naviCenterGreen{
	background:url(/my-my-global/images/navigation/bgGreen.gif);
	height:33px;
	float:left;
}

div.menu:hover{
	background-image:url(/my-my-global/images/item_hover.gif);
	color:#FFFFFF;
}

div.home:hover{
	background-image:url(/my-my-global/images/home_hover.gif);
}

a.menu-active, a.menu-active:visited {
	color:#EFAF1E;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:15px;
}


a.myMenu-active, a.myMenu-active:visited {
	color:#EFAF1E;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:15px;
}

a.myMenu, a.myMenu:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:15px;
}


div.myMenu {
  	background-image:url(/my-my-global/images/item.gif);
  	background-repeat:no-repeat;
	position:absolute;
	height:25px;
	width:150px;
}


div.myMenu:hover{
	background-image:url(/my-my-global/images/item_hover.gif);
}

div.myMenu-active {
	background-image:url(/my-my-global/images/item_active.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	position: absolute;
	height: 25px;
	width: 150px;
}

a.menu:hover{
	color:#FFFFFF;
}


a.home, a.home:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
  	height:25px;
	display:block;
	width:100px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:15px;
	padding-top:5px;
	text-align: center;
}



div.home-active {
	background-image:url(/my-my-global/images/home_active.gif);
	background-repeat:no-repeat;
	width:150px;
	height:25px;
	position: absolute;
}

div.home {
	width:150px;
	height:25px;
	background-image:url(/my-my-global/images/home.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	position: absolute;
}


a.home-active, a.home-active:visited {
	color: #EFAF1E;
	font-family: Arial;
	font-weight: bold;
	text-decoration :none;
	font-size: 12px;
	height: 25px;
	width: 100px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 5px;
	padding-left:0px;
	text-align: center;
}

div.menu {
	background-image:url(/my-my-global/images/item.gif);
	background-repeat:no-repeat;
	position:absolute;
	height:25px;
	width:150px;
}

div.menu-active {
	/* background-image:url(/my-my-global/images/menu-white.gif); */
	/* background-repeat:no-repeat; */
	background-image:url(/my-my-global/images/item_active.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	position: absolute;
	height: 25px;
	width: 150px;
}

a.menu:hover{
	color:#FFFFFF;
}

.headlineOrangeWide{
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/my-my-global/images/headlineOrange-bg.gif);
	background-repeat: repeat-x;
	width: 909px;
	height: 27px;
	float: left;
}

.headlineOrangeRight {
	height: 27px;
	width: 17px;
	background-image: url(/my-my-global/images/headlineOrange-right.gif);
	background-repeat: no-repeat;
}

.headlineOrangeLeft {
	height: 27px;
	width: 15px;
	background-image: url(/my-my-global/images/headlineOrange-left.gif);
	background-repeat: no-repeat;
}


/** Allgemein *******/

html {
	height: 100%;
}

a {
	color:#566574;
}

body {
	font-family: Arial;
	font-weight: normal; 
	margin: 0; 
	padding: 0;
	height: 100%;
	width: 941px;
	margin: 0 auto;
	/* background-color: #e0e0e0; */
	/* margin-top:-26px; */
}

a { text-decoration: underline; }


#nonFooter {
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
}

* html #nonFooter {
	height: 100%;
}


form { margin: 0; padding: 0; }

td, p, input, select, div,textarea {
	font-size: 12px;
	color:#566574;
}

p { 
	margin: 0px;
	padding: 0 0 15px 0;
}

p.text {
	margin: 0px;
	padding: 0 0 10px 0;	
}

textarea {
	font-size: 12px;
	color:#566574;
}

.clickpath{ float: right; margin: 0;}
 
/* for mozilla: */
select, input {
	font-weight: normal;
}

ul {
	list-style-image: url(/my-my-global/images/bullet1.gif);
}


ol {
	/*
	margin: 0;
	padding: 0;
	*/
	padding-bottom: 15px;
}

li {
	margin-top: 5px;
}

hr {
	border: 1px dashed #efefef;
	height: 1px;
}


h3 {
	font-size: 14px;
	padding: 0 0 20px 0;
	margin: 0;
	/* line-height: 16px; */
}

h4 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	/* line-height: 12px; */
}

#content {
	padding-bottom: 40px;
}

.Pageframe {
	width: 712px;
	text-align: left;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background-color: #FFFFFF;
}

.PageframeWide {
	width: 941px;
	text-align: left;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

.content {
	padding: 12px 0 12px 0;
	margin: 0;
	color: #566574;
	line-height:17px;
		width:710px;

	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

.contentWide {
	padding: 12px 0 12px 0;
	margin: 0;
	color: #566574;
	line-height:17px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}

.cell{
	color:#566574;
	font-size: 12px;
	line-height:17px;
}


/* Greybox */
.pageFrame-GB {
	width: 100%;
	font-size: 12px;
	position: absolute;
	text-align: left;
}

.content-GB {
	float: left;
	margin-left: 0px;
	padding: 15px 15px 15px 15px;
	margin: 0px;
}
/* ****** */

.borderR {
	border-right: 1px solid #FFFFFF;
}

img.border {
	/* border: 1px solid #596575; */
	border: 1px solid #CCCCCC;
	/* border-style: groove; */
}

a img {
	border: 0;
}

.errorMessage {
	color: #AA0000;
	font-weight: bold;
	/* margin-left: 15px; */
}

hr {

}
/****** Hyperlinks *******/

a {
	text-decoration: underline; /* hoffentlich nie ändern */
}

a:link {
	color: #055DEF; /* möglichst nahe an Default-Farbe*/
}

a:visited {
	 /*color: #A505EF; möglichst nahe an Default-Farbe */
}

.plusLink {
	height: 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #055DEF;
	color: #055DEF;
	text-decoration: none;
	padding: 0px 2px 1px 2px;
	font-family: courier new;
}

.gbLink {
	/* background-color: #CCDDFF; */
	background-color: #E3EBEE;
}

/****** Überschriften *******/

.headline {
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/my-my-global/images/headline-bg.gif);
	background-repeat: repeat-x;
	width: 680px;
	height: 27px;
	float: left;
}

.headlineWide{
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/my-my-global/images/headline-bg.gif);
	background-repeat: repeat-x;
	width: 909px;
	height: 27px;
	float: left;
}

.headlineOrange{
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/my-my-global/images/headlineOrange-bg.gif);
	background-repeat: repeat-x;
	width: 680px;
	height: 27px;
	float: left;
	overflow: hidden;
}

.headlineRight {
	height: 27px;
	width:17px;
	background-image: url(/my-my-global/images/headline-right.gif);
	background-repeat: no-repeat;
}

.headlineLeft {
	height: 27px;
	width: 15px;
	background-image: url(/my-my-global/images/headline-left.gif);
	background-repeat: no-repeat;
}

/* Fußzeile begin */
.bottomline {
	color: #FFFFFF;
	width: 692px;
	height: 10px;
	float: left;
	background-image: url(/my-my-global/images/bottom.gif);
	background-repeat: repeat-x;
}

.bottomlineWide {
	color: #FFFFFF;
	width: 921px;
	height: 10px;
	float: left;
	background-image: url(/my-my-global/images/bottom.gif);
	background-repeat: repeat-x;
}

.bottomlineRight {
	height: 10px;
	width: 10px;
	background-image: url(/my-my-global/images/bottom-right.gif);
	background-repeat: no-repeat;
	float: left;
}

.bottomlineLeft {
	height: 10px;
	width: 10px;
	background-image: url(/my-my-global/images/bottom-left.gif);
	background-repeat: no-repeat;
	float: left;
}

.greenHeadline {
	color: #BFD527;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

/* Fußzeile end */


#subHeader {
	float: left;
	margin: 10px 10px 40px 5px;
	padding: 0 10px 0 0;
	width: 650px;
}

.smallHeader {
	margin: 25px 0px 10px 0px;
	color: #EFA605;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.verySmallHeader {
	margin: 25px 0px 10px 0px;
	color: #566574;
	font-weight: bold;
	display: block;
}

/*Vertragswechsel*/

.subHeadline{
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	background-color:#F0F5F9;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	width:714px;
}

.subHeadlineIE{
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	background-color:#F0F5F9;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	width:714px;
}

.subHeadlineCell{
	color:#566574;
	font-size: 12px;
	font-weight: normal;
}

.contentHeadline{
	background-color:#F0F5F9;
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	border:1px solid #D0D0D0;
}

.contentHeadlineWide{
	background-color: #F0F5F9;
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	border:1px solid #D0D0D0;
}

.contentHeadline2{
	background-color: #F0F5F9;
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	border: 1px solid #D0D0D0;
	height: 32px;
}

.contentHeadline3{
	background-color: #F0F5F9;
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	height: 32px;
	padding: 0;
	margin: 0;
}

.contentHeadlineWide2{
	background-color: #F0F5F9;
	font-weight: bold;
	color:#566574;
	font-size: 12px;
	border:1px solid #D0D0D0;
	height:32px;
}

.contentHeadline4{
	background-color:#F0F5F9;
	font-weight: bold;
	font-family: Arial;
	color:#566574;
	font-size: 12px;
	border-top:1px solid #D0D0D0;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	height:32px;
}

.contentHeadlineCell{
	color:#566574;
	font-size: 12px;
	font-weight: normal;
}

.headlineAbstand { margin: 0; padding: 5px 0 0 1px; font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold;	}	/* was 14px */
.contentHeadlineAbstandLinks { padding: 7px 0 0 15px; }
.contentAbstandLinksRechts1 { padding: 0 15px 0 15px; }

/****** komplexe Tabellenliste *******/

.complexTableList {
	width: 700px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	/* funktioniert nicht im IE, der braucht <table cellpadding=0> */
	border-collapse: separate;
  	border-spacing: 0px 0px;
  	float: left;
}

.complexTableList th {
	background-color: #FFFFFF;
	color: #596575;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
}

.complexTableList td {
	color: #000000;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

/****** Tabellenliste *******/

.tableList {
	width: 635px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	/* funktioniert nicht im IE, der braucht <table cellpadding=0> */
	border-collapse: separate;
    border-spacing: 0px 0px;
    /* float: left; */
}
.tableList th {
	background-color: #FFFFFF;
	color: #596575;
	padding: 0px 10px 15px 10px;
	margin: 0px;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
}

.tableList td {
	color: #566574;
	padding: 10px;
	margin: 0px;
	vertical-align:top;
}

#tableListTotal {
	height: 29px;
	float: left;
	white-space: nowrap;
	margin-left: 180px;
	font-weight: bold;
}

#tableListPages {
	height: 29px;
	float:left;
	font-weight: bold;
	white-space: nowrap;
	margin-left: 200px;
}

#tableListPagesNav {
	height: 29px;
	width: 100px;
	float:right;
	padding-right: 29px;
	text-align: right;
	font-weight: bold;
}

/****** Farbe, Schrift, etc. *******/
.coloredBold {
	background-color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
	height: 25px;
}

.button{
	background-image: url(/my-my-global/images/button.gif);
	background-repeat: no-repeat;
	height:16px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	cursor:pointer;
	text-align: center;
	width: 118px;
	font-weight: bold;
	white-space: nowrap;
}

.buttonSmall{
	background-image: url(/my-my-global/images/button-small.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	height:16px;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
	text-align: center;
	width: 63px;
	font-weight: bold;
	white-space: nowrap;
}

.buttonLarge{
	background-image: url(/my-my-global/images/button-large.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	height: 16px;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	text-align: center;
	width: 150px;
	font-weight: bold;
	white-space: nowrap;
}

/****** Teaser *******/
#teaser {
	float: left;
	width: 228px;
	/* margin: 0 17px 0 0; */ 	
}

#teaserRight {
	float: right;
	width: 228px;
	/* margin-left: 17px; */	
}

/****** Footer *******/
#footer {
	clear: left;
	position: relative;
	width: 941px;
	margin-top: -20px;
	text-align: center;
	height: 30px;
	
}

#footer p {
	margin: 2px 0 2px 0;
	font-weight: normal;
	font-size: 11px;	
}

.footer {
	clear: left;
	font-weight: normal;
	font-size: 11px;
}

#footer a.fL, a.fL:link, a.fL:visited, a.fL:active, a.fL:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}

/* Popup Menüleiste*/
a.menu, a.menu:visited {
	color:#FFFFFF;
	font-family:Arial;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:15px;
}


div.menu:hover{
	background-image:url(/my-my-global/images/item_hover.gif);
	color:#FFFFFF;
}

div.home:hover{
background-image:url(/my-my-global/images/home_hover.gif);
}

a.menu-active, a.menu-active:visited {
	color:#EFAF1E;
	font-family:Arial;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:15px;
}


a.myMenu-active, a.myMenu-active:visited {
	color:#A2C725;
	color:#EFAF1E;
	font-family:Arial;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:15px;
}

a.myMenu, a.myMenu:visited {
	color:#FFFFFF;
	font-family:Arial;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	height:25px;
	width:100px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:15px;
}


div.myMenu {
  	background-image:url(/my-my-global/images/item.gif);
	background-repeat:no-repeat;
	position:absolute;
	height:25px;
	width:150px;
}


div.myMenu:hover{
	background-image:url(/my-my-global/images/item_hover.gif);
}

div.myMenu-active {
	background-image:url(/my-my-global/images/item_active.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	position: absolute;
	height: 25px;
	width: 150px;
}

a.menu:hover{
	color:#FFFFFF;
}

a.home, a.home:visited {
	color:#FFFFFF;
	font-family:Arial;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	height:25px;
	display:block;
	width:100px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:15px;
	padding-top:5px;
	text-align: center;
}

div.home-active {
	background-image:url(/my-my-global/images/home_active.gif);
	background-repeat:no-repeat;
	width:150px;
	height:25px;
	position: absolute;
}

div.home {
	width:150px;
	height:25px;
	background-image:url(/my-my-global/images/home.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	position: absolute;
}


a.home-active, a.home-active:visited {
	color: #EFAF1E;
	font-weight: bold;
	text-decoration :none;
	font-size: 12px;
	height: 25px;
	width: 100px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 5px;
	padding-left:0px;
	text-align: center;
}

div.menu {
	background-image:url(/my-my-global/images/item.gif);
	background-repeat:no-repeat;
	position:absolute;
	height:25px;
	width:150px;
}

div.menu-active {
	background-image:url(/my-my-global/images/item_active.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	position: absolute;
	height: 25px;
	width: 150px;
}

a.menu:hover{
	color:#FFFFFF;
}

.small {
	font-size: 11px;
	font-style: italic;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	height:25px;
	float: left;
}

div.languageSelect {
	padding: 0px 0px 0px 0px;
	position:absolute;
}

div.languageSelect img {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}

div.subnavi-container {
	background-image: url(/my-my-global/images/subnav-bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 50px;
	margin-top: 0px;
	width: 941px;
}

div.subnavi {
  	background-repeat: repeat-x;
	padding: 5px 0px 10px 0px;
	float: left;
}

div.subnavi-active {
  	background-repeat: repeat-x;
	padding: 5px 0px 10px 0px;
	float: left;
}

a.subnavi, a.subnavi:visited {
	font-size: 11px;
	color: #566574;
	text-decoration:none;
	/* nowrap:whitespaces; */
	text-align:center;
}

a.subnavi-active, a.subnavi-active:visited {
	color: #EFAF1E;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	/* nowrap:whitespaces; */
}

div.subnavi-active-green {
  	background-repeat: repeat-x;
	padding: 5px 0px 10px 0px;
	float: left;
}

a.subnavi-active-green, a.subnavi-active-green:visited {
	color: #A2C725;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	/* nowrap:whitespaces; */
}

.kalender {
	font-size: 10px;	
}

.selectBox1 {
	font-size: 14px; 
	border: 2px solid #F0AE1C;
	margin-right: 15px;
	/* background-color: #efefef; */
}


/* ----------- pagebar2 -------------------------- */
	
.pagebar2 
	{ 
		font: 12px Arial; 
		padding: 3px 0 5px 0; 
		margin: 0;
		text-align: center;
	}

.pagebar2 a, .pageList .this-page 
	{
		color: #999;
		padding: 2px 6px; 
		border: solid 1px #ECF1F4; 
		text-decoration: none;
	}

.pagebar2 a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ECF1F4; 
		text-decoration: none;
	}

.pagebar2 .break 
	{
		padding: 2px 6px; 
		border: none; 
		text-decoration: none;
	}

.pagebar2 .this-page 
	{
		color: #999;
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 12px; 
	}

.pagebar2 a:hover 
	{
		
		color: #E5AB2B; 
		background: #979797; 
		border-color: #ECF1F4; 
		text-decoration: none;
	}	
	
.required {
	color: #FF0000;
}

.normalTextbox {
	font-size: 12px;
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC;
}

.requiredTextbox {
	font-size: 12px;
	background-color: #FEE4C3; 
	border: 1px solid #FF8A00;
	/* font-weight: bold; */
}


.pseudobutton{
	text-decoration:none;
	color:#566574;
}

.map {
	font-size: 11px;
}

a.map {
	text-decoration:none;
	color: #666666;
	font-size: 11px;
}

a.map:hover {
	text-decoration:none;
	color: #566574;
	font-size: 11px;
}
