@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #000;
	padding: 0px;
	margin: 15px 0px 0px 20px;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
}

a {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 10px;
}

hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3e4;
	border-right-color: #e3e3e4;
	border-bottom-color: #e3e3e4;
	border-left-color: #e3e3e4;
	font-size: 1px;
	line-height: 1px;
	display: block;
}

span, span a, span a:hover {
	color: #58585a;	
}
p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
h2 {
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
dt {
	font-weight: bolder;
	float: left;
	display: block;
	width: 75px;
}
dd {
	display: block;
	float: left;
}

label, legend {
	font-size: small;
	font-weight: bold;
}

legend {
	margin-left: 5px;
}

fieldset {
	border: 1px solid #d9dadb;
	margin: 0px;
	font-size: x-small;
	padding: 10px;
}
div {
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.block {
	display: block;
}


.zeroSize {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.margin10 {
	margin-bottom: 10px;
}

.margin15 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.margin25 {
	margin-bottom: 25px;	
}
.margin55 {
	margin-top: 5px;
	margin-bottom: 5px;	
}

.margin22 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop5 {
	margin-top: 5px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginLeft20 {
	margin-left: 20px;
}
.marginRight10 {
	margin-right: 10px;
}
.padding5 {
	padding: 5px;
}
.gdWhiteBg {
	background-color: #FFF;
}
.grayFont {
	color: #9c9e9f;
}
.bigFont {
	font-size: small;
	font-weight: normal;
}

.biggerFont {
	font-size: medium;
	font-weight: bold;
}
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imagesNoFloat img {
	float: none;
	margin: 0px;
	padding: 0px;
}
.orange {
	background-color: #fef4e5;
}
.white {
	background-color: #FFF;
}
.width200 {
	width: 215px;
}

.width350 {
	width: 350px;
}
.width500 {
	width: 500px;
}

.width100Percent {
	width: 100%;
}
.alignCenter {
	text-align: center;
}
.marginAuto {
	margin-right: auto;
	margin-left: auto;
}
.baseline {
	vertical-align: baseline;
}
.noMargin {
	margin: 0px;
	padding: 0px;
}
fieldset.hidden {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#gdRoot {
	padding: 0px;
	clear: both;
	width: 970px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#gdLogo {
	float: left;
}

/* Global Navi */

ul#gdGlobalNavi {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	clear: both;
	height: 1%;
}

ul#gdGlobalNavi li {
	margin: 0px;
	float: left;
	border-right: 1px solid #b5b6b7;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
}

ul#gdGlobalNavi li a {
	color: #b5b6b7;
	text-decoration: none;
	text-transform: uppercase;
}

ul#gdGlobalNavi li a:hover {
	text-decoration: underline;
}





/* NAVIGATION */
.gdMainMenu {
	background: url(../images/MainNaviContainer.gif) repeat-x left top;
	height: 1%;
}
.gdNaviLevel1 {
	margin: 0px; padding: 0px;
	list-style-type: none;
}
.gdNaviLevel1 li {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
}
.gdNaviLevel1 a:hover, .gdNaviLevel1 .gdMainNaviHasSub:hover {
	background: url(../images/MainNaviContainerHover.gif) repeat-x left top;	
}
.gdNaviLevel1 .gdMainNaviPkt {
	border-right: 1px solid #b1b207;
	border-left: 1px solid #f4ed8e;
	cursor: default;
}

.gdNaviLevel1 .gdMainNaviPktSelected {
	border-right: 0px;
	border-left: 0px;
	cursor: default;
	background-color: #f8971d;
}
.gdNaviLevel1 .gdMainNaviPkt a, .gdNaviLevel1 .gdMainNaviPktSelected a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 12px 15px 13px 15px;
	cursor: pointer;
}
.gdNaviLevel1 .gdMainNaviPktSelected a:hover {
	background: none;
}
.gdNaviLevel1 .gdMainNaviHasSub {
	border-right: 1px solid #b1b207;
	position: relative;
}
.gdNaviLevel1 .gdMainNaviHasSub a {
	padding: 12px 5px 13px 5px;
	display: block;
	text-decoration: none;
	background: url(../images/NaviArrowSidely.gif) no-repeat 5px center;
}

.gdNaviLevel1 .gdMainNaviHasSub a:hover, .gdNaviLevel1 .gdMainNaviHasSub:hover a {
	background: url(../images/NaviArrowDown.gif) no-repeat 4px center;
}
.gdNaviLevel1 .gdMainNaviLast {
	border-left: 1px solid #f4ed8e;
	padding: 12px 0px 13px 0px;
	cursor: default;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 {
	position: absolute;
	border: 0px;
	left: -75px;
	z-index: 600;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul {
	background-color: #EEE;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	width: 191px;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul li  {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cbcbcb;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul li.navpkt {
	width: 191px;
	clear: both;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul li.floatnavpkt {
	width: 175px;
	float: left;
	clear: none;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul li a {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	background-image: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	display: block;
	border-right: 1px solid #cbcbcb;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul li a:hover, .gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul .hasSub:hover {
	background-color: #e1e1e1;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul .hasSub {
	float: left;
	position: relative;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 ul .hasSub a {
	background-image: url(../images/NaviArrowSidelySub.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 .hasSub .gdNaviLevel3 {
	position: absolute;
	left: 15px;
	margin-top: -23px;
	z-index: 700;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 .hasSub .gdNaviLevel3 ul {
	background-color: #E5E5E5;
	width: 175px;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 .hasSub .gdNaviLevel3 ul li {
	background-image: none;
	width: 175px;
}
.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 .hasSub .gdNaviLevel3 ul li a {
	background-image: none;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
}

.gdNaviLevel1 .gdMainNaviHasSub .gdNaviLevel2 .hasSub .gdNaviLevel3 ul li a:hover {
	background-color: #D4D4D4;
}

.gdNaviLevel2, .gdNaviLevel3 {
	display: none;
}

.gdNaviLevel1 .gdMainNaviHasSub:hover .gdNaviLevel2, .gdNaviLevel2 .hasSub:hover .gdNaviLevel3 {
	display: block;
}




/* BREADCRUMB */

.gdBreadCrumb {
	background-color: #f8971d;
	height: 1%;
	border-bottom: 1px solid #cb7d06;
	padding-top: 3px;
	padding-bottom: -1px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.gdBreadCrumb ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
.gdBreadCrumb ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.gdBreadCrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.gdBreadCrumb ul li {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(../images/SubNaviArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}







/* Columns */

#LeftColumn, .LeftColumn {
	width: 500px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}

.LeftColumnStartpage {
	width: 500px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}



#LeftColumnBig {
	width: 705px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}
#LeftColumnBigRegional {
	width: 745px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#LeftColumnCustomer {
	width: 765px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}

#LeftColumnBigger {
	width: 970px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}

#MiddleColumn, .MiddleColumn {
	float: left;
	width: 195px;
	margin: 0px 10px 0px 0px;
	display: block;
}

.MiddleColumnStartpage {
	float: left;
	width: 225px;
	margin: 0px 10px 0px 0px;
	display: block;
}

.RightColumnStartpage {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#MiddleColumnCustomer {
	float: left;
	width: 195px;
	margin: 0px;
	display: block;
}


#RightColumn, .RightColumn {
	width: 255px;
	float: left;
	display: block;
}
.RightColumnRegional {
	width: 215px;
	float: left;
	display: block;
}


#gdBannerFullSize {
	height: 90px;
	width: 100%;
	margin-bottom: 10px;	
}
#gdBannerHeadbanner {
	display: block;
	width: 480px;
	margin-left: auto;
}

#gdBannerSide {
	background-color: #ececed;
	margin: 0px;
	background-image: url(../images/SideBannerAnzeige.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 26px;
	padding-bottom: 15px;
	padding-left: 27px;
	text-align: center;
}

#gdBannerSide img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: none;
}
.gdAdword {
	background-color: #FFF;
	width: 211px;
	padding: 5px;
	height: 60px;
}
.gdBigTeaser {
	font-size: small;
	padding-right: 10px;
	height: 1%;
}

.gdGrayBox {
	background-color: #eeeeee;
	padding: 10px;
}

.gdGrayBox li a, .linksBlack a {
	color: #000;
}

.gdGrayBox li a:hover, .linksBlack a:hover {
	color: #f39800;
}

.gdDarkGrayBox {
	background-color: #E9E9E9;
	padding: 10px;
	height: 1%;
}

.gdDarkGrayBox a {
	color: #000;
}

.gdDarkGrayBox a:hover {
	color: #f39800;
}

.gdOrangeBox, .dialogcontent {
	background-color: #fef4e5;
	padding: 10px;
	height: 1%;
}

#gdOrtsschild {
	height: 72px;
	width: 200px;
	float: left;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9dadb;
	background-image: url(../images/regionHead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gdOrtsschild td {
	padding-top: 10px;
}

#gdOrtsschild span {
	font-size: medium;
	font-weight: bold;
	color: #f8971d;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

ul.gdListWithArrows {
	padding: 0px;
	margin: 0px;
	white-space: normal;
	list-style-type: none;
}

ul.gdListWithArrows li, .GesundheitAZ ul li {
	clear: both;
	margin-bottom: 5px;
	white-space: normal;
	background-image: url(../images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 14px;
}

ul.gdListWithArrows li a {
	color: #000;
	text-decoration: none;
}

ul.gdListWithArrows li a:hover {
	color: #f39800;	
}

ul.gdListWithArrows img {
	margin-top: 3px;
	margin-bottom: 3px;	
}


ul.gdListWithArrows2 {
	padding: 0px;
	margin: 0px;
	white-space: normal;
	list-style-type: none;
}

ul.gdListWithArrows2 li, .GesundheitAZ ul li {
	clear: both;
	margin-bottom: 5px;
	white-space: normal;
	background-image: url(../images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 14px;
}

ul.gdListWithArrows2 li a {
	color: #f39800;
	text-decoration: none;
}

ul.gdListWithArrows2 li a:hover {
	color: #f39800;
	text-decoration: underline;
}

ul.gdListWithArrows2 img {
	margin-top: 3px;
	margin-bottom: 3px;	
}



ul.gdListNoArrows {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.gdListNoArrows li {
	margin-bottom: 5px;
	height: 1%;
}

ul.gdListNoArrows li a {
	color: #000;
	text-decoration: none;
	display: block;
}

ul.gdListNoArrows li a:hover {
	color: #f39800;
	text-decoration: underline;
	background-color: #f6f6f6;
	display: block;
}

.xmlInput {
	height: auto;
}

.gdInputField, .xmlInput, .xmlInputMedium {
	border: 1px solid #d9dadb;
	background-image: url(../images/fieldShadowGray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
	font-size: small;
}

.gdInputField:focus, .xmlInput:focus, .xmlInputMedium:focus {
	background-image: url(../images/fieldShadowOrange.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.gdBigTsrHd1, .dialoghead {
	padding: 0px;
	font-size: large;
	color: #9c9e9f;
	line-height: normal;
	font-weight: bold;
}

.gdBigTsrHd1 {
	margin: 0px;
}

.dialoghead {
	margin: 0px 0px 10px 0px;
}

.gdBigTsrHd2 {
	color: #f49e00;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.gdBigTsrHd2:hover {
	color: #f49e00;
	text-decoration: underline;
}

.gdBigTsrHd3 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #9c9e9f;
}

.gdBigTsrHd4, .gdBigTsrHd4 a  {
	color: #f49e00;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
	line-height: 13px;
}

.gdBigTsrHd4:hover, .gdBigTsrHd4:hover a:hover, .gdBigTsrHd5 a:hover {
	color: #f49e00;
	text-decoration: underline;
}
.gdBigTsrHd5 {
	color: #f49e00;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.gdBigTsrHd5 a {
	color: #f49e00;
	text-decoration: none;
}

.gdSmallTsrHd1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #9c9e9f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gdSmallTsrHd2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #9c9e9f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.gdMoreArtHd {
	color: #9c9e9f;
	line-height: 16px;
}

.gdArtHdln, .ArtikelHeadline {
	font-size: x-large;
	font-weight: bold;
	color: #f39800;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: normal;
}

.gdArtSbln {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;
}
.gdAddrFrmHd {
	font-size: 20px;
	font-weight: bold;
	color: #f8971d;
	margin: 0px;
	cursor: default;
	line-height: 28px;
	padding: 0px;
}
.gdAddrDocName {
	font-size: 20px;
	font-weight: bold;
	color: #f8971d;
	cursor: default;
	padding: 0px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.gdAddrDocAddon {
	font-size: 14px;
	font-weight: normal;
	color: #9c9e9f;
	padding: 0px;
	cursor: default;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
}
.gdAddrBoxHd {
	padding: 0px;
	font-size: 17px;
	color: #9c9e9f;
	font-weight: bold;
	margin: 0px;
	cursor: default;
	line-height: 20px;
}

.MoreArticleLink {
	color: #9c9e9f;
	display: block;
	text-align: right;
	text-transform: uppercase;
}

.MoreArticleLink a {
	color: #f39800;
	font-weight: bold;
	text-decoration: none;
}

.MoreArticleLink a:hover {
	color: #f39800;
	font-weight: bold;
	text-decoration: underline;
}
#gdArtText {
	font-size: 11px;
	color: #000000;
	clear: both;
	line-height: 15px;
}

#gdArtText span {
	font-size: 11px;
	color: #000000;
}

#gdArtText ol {
	list-style-position: inside;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#gdArtText ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-image: url(../images/Arrow.gif);
}

#gdArtText ul li {
	margin-bottom: 5px;	
}

#gdArtText ul li a {
	color: #000;	
}

#gdArtText ul li a:hover {
	color: #f39800;	
}

#gdArtText ul.articleIconList {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#gdArtText .gdOrangeBox ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#gdArtText ul.articleIconList li {
	background-image: url(../images/icon_article.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: x-small;
	color: #666;
}

#gdArtText .gdOrangeBox ul li {
	font-size: x-small;
	color: #666;
}

#gdArtText a {
	color: #f39800;
	font-weight: bold;
}

.gdArtSinglePic {
	background-color: #f6f6f6;
	display: block;
	float: left;
	font-size: x-small;
	margin-right: 20px;
	border: 1px solid #e7e8e8;
	padding: 5px;
	width: 200px;
	margin-bottom: 20px;
	clear: left;
}

.gdArtSinglePic img {
	margin: 0px;
	padding: 0px;
	float: none;	
}

#gdArtAuthor {
	font-size: small;
	font-style: italic;
	color: #000;
}

#gdArtAuthor a {
	color: #f39800;	
}

#themaDerWoche  {
	width: 245px;
	display: block;
	float: left;
}

#StartpageSucheUndExpertenZugang {
	width: 460px;
	float: right;
	margin-bottom: 15px;
	height: 53px;
}

#Datum {
	color: #9c9e9f;
	text-align: right;
	width: 457px;
}

#SucheUndExpertenZugang {
	float: left;
	color: #9c9e9f;
	vertical-align: middle;
}

#SucheUndExpertenZugang #SearchField {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	width: 220px;
	margin: -1px 0px 0px 0px;
	border: 1px solid #d8d9da;
}

#SucheUndExpertenZugang #SearchButton, .dialogbutton {
	background-image: url(../images/SearchButton.gif); background-repeat: repeat-x;
	border-width: 0px; border-style: none;
	color: #FFF;
	cursor: pointer;
	height: 22px;
	margin: 1px 20px 0px 0px;
}

.dialogbutton {
	margin: 0px;
	font-weight: bold;
}

#SucheUndExpertenZugang #ExpertenZugang {
	font-weight: bold;
	color: #f8971d;
	font-size: small;
}

#gdChangeRegion {
	background-image: url(../images/regionWechselnBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

.gdChangeRegionLink {
	font-weight: bold;
	color: #000;
	background-image: url(../images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 14px;
	margin-bottom: 5px;
}

.gdChangeRegionLink:hover {
	font-weight: bold;
	color: #f8971d;	
}

.gdChangeRegionSubRegion {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9dadb;
	border-right-color: #d9dadb;
	border-bottom-color: #d9dadb;
	border-left-color: #d9dadb;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	left: 25%;
	top: 25%;
	margin: auto;
	height: 565px !important;
	height: 545px;
}

.GesundheitAZ {
	background-color: #eeeeee;
	height: 1%;
	padding: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9dadb;
}

.GesundheitAZ ul {
	display: block;
	float: left;
	width: 228px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.GesundheitAZ ul li {
	background-position: left 4px;
	position: relative;
}

.gesundheitAZSub {
	position: absolute;
	height: 1%;
	z-index: 2500;
	left: 15%;
	display: none;
}

.gesundheitAZSub ul {
	background-color: #E5E5E5;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.gesundheitAZSub ul li {
	background-image: none;
	list-style-image: none;
	border-bottom: 1px solid #BEBEBE;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.gesundheitAZSub ul li a {
	display: block;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
}

.GesundheitAZ ul li:hover .gesundheitAZSub {
	display: block;	
}

#gdFooter {
	text-align: center;
	padding-bottom: 25px;
}

#gdFooter a {
	font-weight: bold;
	color: #f39800;
	text-decoration: none;	
}

#gdFooter a:hover {
	color: #f39800;
	text-decoration: underline;	
}
.gdMagCover {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 20px;
}

#gdWhatIsGD {
	background-image: url(../images/WhatIsInitiativeBG.jpg); background-repeat: no-repeat;
	display: block;
	padding: 160px 12px 10px 12px;
}

#gdWhatIsGD a {
	font-weight: bold; color: #000; text-decoration: none;
}

#gdWhatIsGD a:hover {
	color: #f39800;
}

.gdAdressBoxes {
	width: 475px;
	display: block;
	font-size: 11px;
	line-height: 16px;
	height: 1%;
}

.gdAdressBoxes a, .gdAdressSmallBoxes a, .gdAdress a {
	color: #f8971d;
	text-decoration: none;
	font-weight: bold;
}

.gdAdressBoxes a:hover, .gdAdressSmallBoxes a:hover, .gdAdress a:hover {
	color: #f8971d;
	text-decoration: underline;
	font-weight: bold;
}

.gdAdressBoxes2 {
	width: 465px;
	display: block;
}

.gdAdressSmallBoxes {
	width: 227px;
	display: block;
	font-size: 11px;
	line-height: 16px;
}

.gdAdressBixBoxes {
	width: 303px;
	display: block;
	font-size: 11px;
	line-height: 16px;
}

.gdAdressSmallBoxesSmaller {
	width: 207px;
	display: block;
}

.gdAddrTsrTxtBox {
	display: block;
	width: 425px;
	white-space: normal;
}

.dialogcontent {
	margin-bottom: 10px;	
}

.dialogbuttons {
	margin-bottom: 10px;
	text-align: center;
}

.gdTable, .xmlTable {
	margin: 0px;
	padding: 0px;
}

.xmlTable {
	font-size: 11px;
	line-height: 16px;
}

.gdTable td, .xmlTable td {
	vertical-align: top;	
}

.xmlTable td {
	padding: 3px;	
}

.xmlTable td div table {
	margin: 0px;
	padding: 0px;
	width: 0%;
}

.xmlTable .maxwidth, .xmlTable .textInput, #title-0.textInput  {
	width: 630px;
}

.xmlTable td div table th {
	text-align: left;	
}

.xmlTable td div table td {
	margin: 0px;
	padding: 0px;	
}

.gdTable .define {
	font-weight: bold;
	padding-right: 5px;	
}

.xmlLabel {
	width: 215px;
	text-align: right;
}

.xmlTd {
	width: 600px;	
}

.xmlTd img {
	float: none;
}

.xmlTable .xmlTd .ArtikelText {
	background-color: #FFF;
	padding: 10px;
	height: 300px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eceded;
}

.xmlTdErrorHeader {
	background-color: #ed1c24;
	font-weight: bold;
	color: #FFF;
	font-size: small;
	padding: 10px;
}

.xmlTdError {
	background-color: #f2a1a4;
	font-size: small;
	padding: 10px;
}

.linksOrange a {
	color: #f39800;
}
#gdPraxisPortrait {
	height: 250px;
	overflow: auto;
	padding: 10px;
}

#gdPraxisPortrait img[align="right"] {
	float: right;
	margin-left: 10px;
}

#gdPraxisPortrait img[align="left"] {
	float: left;
	margin-right: 10px;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #e3e3e4;
	border-right-color: #e3e3e4;
	border-bottom-color: #e3e3e4;
	border-left-color: #e3e3e4;
}
#FLVPlayerProduktVideo, #gdProduktVideo {
	width: 460px;
}

.Accordion {
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #f6f6f6;
	margin: 0px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9dadb;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
	background-color: #FFF;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #f39800;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #f2b95a;
}
.gdBookmarks {
	vertical-align: top;
}
#printPage {
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.gdRssLink {
	background-image: url(../images/rss_icon_3d.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#SkyScraper {
	position: absolute;
	left: 1000px;
}
.yahooMap {
	height: 200px;
	display: block;
}
.EvOFont , .EvOFont a{
	color: #58585a;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	cursor: pointer;
}
.EvOFont strong {
	color: #000;
}
.EvOFont a:hover {
	color: #f39800;
}



.EvOTable {
	width: 367px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f39800;
	padding-bottom: 3px;
}
.EvOTableHead  {
	text-transform: uppercase;
	color: #FFF;
	background-color: #f8971d;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.EvOPremium {
	background-image: url(../images/evoPremium.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #d2de26;
	display: block;
	margin-bottom: 3px;
	width: 187px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.EvOStandard {
	display: block;
	background-color: #fbfcee;
	border: 1px solid #eff3b3;
	margin-bottom: 3px;
	width: 187px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.EvOArticle {
	width: 152px;
	cursor: default;
}
.EvOArticle a {
	color: #f39800;
	text-decoration: none;
}
.EvOArticle a:hover {
	text-decoration: underline;
}
