@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body { 
	/* Hintergrund */
	background-color: #ffffff;
	background-image: url("../images/bg_lines-v.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* = 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #404040;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

select, input, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#headerLineWhiteLayer { position: absolute; left: 0px; top: 0px; width: 100%; height: 15px; background-color: #fff; overflow: hidden; z-index: 3; }
div#headerLineRed1Layer { position: absolute; left: 0px; top: 15px; width: 100%; height: 5px; background-color: #a80231; overflow: hidden; z-index: 3; }
div#headerLineRed2Layer { position: absolute; left: 0px; top: 198px; width: 100%; height: 2px; background-color: #a80231; overflow: hidden; z-index: 1; }
div#headerLineBlackLayer { position: absolute; left: 0px; top: 20px; width: 100%; height: 14px; background-color: #000; overflow: hidden; z-index: 3; }

div#layoutContainerLayer {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 960px;
	height: auto;
	margin-left: -480px;
	overflow: visible;
	z-index: 3;
}

div#navTopLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

div#headerLineRed22Layer { position: absolute; left: 0px; top: 198px; width: 100%; height: 2px; background-color: #a80231; overflow: hidden; z-index: 4; }
div#headerCoverWhite1Layer { position: absolute; left: 1px; top: 0px; width: 240px; height: 202px; background-color: #fff; overflow: hidden; z-index: 3; }
div#headerCoverWhite2Layer { position: absolute; left: 754px; top: 0px; width: 3px; height: 250px; background-color: #fff; overflow: hidden; z-index: 3; }
div#headerCoverWhite3Layer { position: absolute; left: 41px; top: 198px; width: 82px; height: 3px; background-color: #fff; overflow: hidden; z-index: 5; }

div#headerLogoLayer {
	position: absolute;
	left: 45px;
	top: 146px;
	width: 150px;
	height: 85px;
	z-index: 7;
}

div#headerLogoFrauengesundheitLayer {
	position: absolute;
	left: 45px;
	top: 49px;
	width: 114px;
	height: 137px;
	z-index: 7;
}

div#headerInfoboxLayer {
	position: absolute;
	left: 242px;
	top: 36px;
	width: 718px;
	height: 160px;
	overflow: hidden;
	z-index: 7;
}

div#contentLayer {
	position: absolute;
	left: 283px;
	top: 250px;
	width: 450px;
	height: auto;
	padding-bottom: 30px;
	z-index: 11;
}

div.contentMaxClass { width: 670px !important; }

div#contentExtraContainerLayer {
	position: absolute;
	left: 770px;
	top: 250px;
	width: 185px;
	height: auto;
	padding-bottom: 30px;
	z-index: 11;
}

div#contentExtraNavigationLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div#contentExtraSearchboxLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div#contentExtraContactLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div#contentExtraLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div#contentExtraDateLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div#navigationContainerLayer {
	position: absolute;
	left: 3px;
	top: 250px;
	width: 237px;
	height: auto;
	z-index: 21;
}

div#navigationLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 237px;
	height: auto;
	z-index: 21;
}

div#navigationButtonLayer {
	position: relative;
	left: -20px;
	top: 30px;
	width: 163px;
	height: 82px;
	z-index: 21;
}

div#navigationExtraLayer {
	position: absolute;
	left: 3px;
	top: 58px;
	width: 237px;
	height: auto;
	z-index: 21;
}



/*
'-------------------------------------------------
' Definition Subtemplates
'-------------------------------------------------
*/

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l { float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { float: right; margin-left: 0px; }

.c25l, .c25r { width: 24.999%; }
.c33l, .c33r { width: 33.333%; }
.c38l, .c38r { width: 38.199%; }
.c50l, .c50r { width: 49.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 74.999%; }

.subcl { padding: 0; }
.subcr { padding-left: 15px; }

* html .c50l, * html .c25l, * html .c33l, * html .c38l, * html .c66l, * html .c75l, * html .c62l,
* html .c50r, * html .c25r, * html .c33r, * html .c38r, * html .c66r, * html .c75r, * html .c62r {
	display: inline;
}

* html .subcolumns .subcl,
* html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; }



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

/*
p.bodytext { margin-top: 0; }
div#contentExtraContactLayer p.bodytext { margin: 0; }
div#contentExtraNavigationLayer p { margin: 0; }
div#contentExtraContainerLayer * div.separatorClass { width: 175px !important; }
div#contentExtraDateLayer p { margin: 0; }
*/


/*
'-------------------------------------------------
' Definition Elemente - Standardeinstellungen
'-------------------------------------------------
*/

div.clearClass { clear: both; height: 1px; font-size: 1px; line-height: 0; }
div.ghostClass { position: absolute; display: none; z-index: 0; }

div.separatorClass {
	position: relative;
	width: 96%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-style: solid;
	border-color: #d5ccc6;
	border-width: 1px 0 0 0;
	margin: 24px 0 20px 0;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.alertClass { font-weight: bold; color: #cc0000; }

.topZeroClass { margin-top: 0; }
.topDoubleClass { margin-top: 2.4em; }
.bottomZeroClass { margin-bottom: 0; }
.bottomDoubleClass { margin-bottom: 2.4em; }

.w25Class { width: 24.999%; }
.w33Class { width: 33.333%; }
.w50Class { width: 49.999%; }
.w66Class { width: 66.666%; }
.w75Class { width: 74.999%; }

p {
	margin: 0 0 1.4em 0;
}
div.pClass { margin: 0 0 1.4em 0; }
p.firstClass { margin-top: 0em; }

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

th, td { background-color: transparent; }

img { border: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.4em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #000 solid;
}

h1 { font-size: 163.63%; color: #404040; font-weight: normal; margin: 1.4em 0 1.4em 0; line-height: 1.1em; }
h2 { font-size: 127.27%; color: #404040; font-weight: bold; margin: 1.4em 0 1.4em 0; }
h3, h4, h5, h6 { font-size: 1.0em; color: #000; margin: 2.4em 0 1.4em 0; font-weight: bold; }
h1.firstClass, h2.firstClass, h3.firstClass, h4.firstClass, h5.firstClass, h6.firstClass { margin-top: 0em; }



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

div#contentLayer a,
div#contentLayer a:link,
div#contentLayer a:visited { color: #404040; font-weight: normal; text-decoration: underline; }
div#contentLayer a:hover,
div#contentLayer a:active,
div#contentLayer a:visited:hover,
div#contentLayer a:visited:active { color: #ec7404; }

div#contentExtraLayer a,
div#contentExtraLayer a:link,
div#contentExtraLayer a:visited { color: #404040; font-weight: normal; text-decoration: underline; }
div#contentExtraLayer a:hover,
div#contentExtraLayer a:active,
div#contentExtraLayer a:visited:hover,
div#contentExtraLayer a:visited:active { color: #ec7404; }

div#contentExtraSearchboxLayer a,
div#contentExtraSearchboxLayer a:link,
div#contentExtraSearchboxLayer a:visited { color: #404040; font-weight: normal; text-decoration: underline; }
div#contentExtraSearchboxLayer a:hover,
div#contentExtraSearchboxLayer a:active,
div#contentExtraSearchboxLayer a:visited:hover,
div#contentExtraSearchboxLayer a:visited:active { color: #ec7404; }

div#contentExtraContactLayer a,
div#contentExtraContactLayer a:link,
div#contentExtraContactLayer a:visited { color: #404040; font-weight: normal; text-decoration: underline; }
div#contentExtraContactLayer a:hover,
div#contentExtraContactLayer a:active,
div#contentExtraContactLayer a:visited:hover,
div#contentExtraContactLayer a:visited:active { color: #ec7404; }

div#navigationLayer ul li a,
div#navigationLayer ul li a:link {
	color: #383838;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	display: block;
	width: 195px;
	background-color: #eae1d9;
	padding: 1px 0px 1px 42px;
}
div#navigationLayer ul li a:hover { color: #ffffff; background-color: #a80231; }
div#navigationLayer ul li a:active { color: #ffffff; background-color: #a80231; }
div#navigationLayer ul li a:visited { color: #383838; background-color: #eae1d9; }
div#navigationLayer ul li a:visited:hover { color: #ffffff; background-color: #a80231; }
div#navigationLayer ul li a:visited:active { color: #ffffff; background-color: #a80231; }

div#navigationLayer ul li a.actClass,
div#navigationLayer ul li a.actClass:link { color: #fff; background-color: #a80231; }
div#navigationLayer ul li a.actClass:hover { color: #fff; background-color: #a80231; }
div#navigationLayer ul li a.actClass:active { color: #fff; background-color: #a80231; }
div#navigationLayer ul li a.actClass:visited { color: #fff; background-color: #a80231; }
div#navigationLayer ul li a.actClass:visited:hover { color: #fff; background-color: #a80231; }
div#navigationLayer ul li a.actClass:visited:active { color: #fff; background-color: #a80231; }

div#navigationLayer ul li ul li a,
div#navigationLayer ul li ul li a:link {
	color: #383838;
	font-weight: normal;
	width: 195px;
	background-color: #ded5ce;
	padding-left: 42px;
}

div#navigationLayer ul li ul li a:hover { color: #000; background-color: #ded5ce; }
div#navigationLayer ul li ul li a:active { color: #000; background-color: #ded5ce; }
div#navigationLayer ul li ul li a:visited { color: #383838; background-color: #ded5ce; }
div#navigationLayer ul li ul li a:visited:hover { color: #000; background-color: #ded5ce; }
div#navigationLayer ul li ul li a:visited:active { color: #000; background-color: #ded5ce; }

div#navigationLayer ul li ul li a.actClass,
div#navigationLayer ul li ul li a.actClass:link { color: #a80231; background-color: #ded5ce; }
div#navigationLayer ul li ul li a.actClass:hover { color: #a80231; background-color: #ded5ce; }
div#navigationLayer ul li ul li a.actClass:active { color: #a80231; background-color: #ded5ce; }
div#navigationLayer ul li ul li a.actClass:visited { color: #a80231; background-color: #ded5ce; }
div#navigationLayer ul li ul li a.actClass:visited:hover { color: #a80231; background-color: #ded5ce; }
div#navigationLayer ul li ul li a.actClass:visited:active { color: #a80231; background-color: #ded5ce; }

div#navigationExtraLayer ul li a,
div#navigationExtraLayer ul li a:link {
	color: #383838;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
	width: 195px;
	background-color: transparent;
	padding: 1px 0px 1px 42px;
}
div#navigationExtraLayer ul li a:hover { color: #ec7404; }
div#navigationExtraLayer ul li a:active { color: #ec7404; }
div#navigationExtraLayer ul li a:visited { color: #383838; }
div#navigationExtraLayer ul li a:visited:hover { color: #ec7404; }
div#navigationExtraLayer ul li a:visited:active { color: #ec7404; }

div#navigationExtraLayer ul li a.actClass,
div#navigationExtraLayer ul li a.actClass:link { color: #ec7404; }
div#navigationExtraLayer ul li a.actClass:hover { color: #ec7404; }
div#navigationExtraLayer ul li a.actClass:active { color: #ec7404; }
div#navigationExtraLayer ul li a.actClass:visited { color: #ec7404; }
div#navigationExtraLayer ul li a.actClass:visited:hover { color: #ec7404; }
div#navigationExtraLayer ul li a.actClass:visited:active { color: #ec7404; }

div#contentExtraNavigationLayer ul li a,
div#contentExtraNavigationLayer ul li a:link {
	color: #383838;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	display: block;
	width: 170px;
	padding: 1px 0px 1px 0px;
}
div#contentExtraNavigationLayer ul li a:hover { color: #ec7404; }
div#contentExtraNavigationLayer ul li a:active { color: #ec7404; }
div#contentExtraNavigationLayer ul li a:visited { color: #383838; }
div#contentExtraNavigationLayer ul li a:visited:hover { color: #ec7404; }
div#contentExtraNavigationLayer ul li a:visited:active { color: #ec7404; }

div#contentExtraNavigationLayer ul li a.actClass,
div#contentExtraNavigationLayer ul li a.actClass:link { color: #a80231; }
div#contentExtraNavigationLayer ul li a.actClass:hover { color: #a80231; }
div#contentExtraNavigationLayer ul li a.actClass:active { color: #a80231; }
div#contentExtraNavigationLayer ul li a.actClass:visited { color: #a80231; }
div#contentExtraNavigationLayer ul li a.actClass:visited:hover { color: #a80231; }
div#contentExtraNavigationLayer ul li a.actClass:visited:active { color: #a80231; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

ul, ol, dl {
	position: relative;
}

div#contentLayer ol,
div#contentExtraLayer ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin-left: 27px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

div#contentLayer ul,
div#contentExtraLayer ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

div#contentLayer ul li ul li,
div#contentExtraLayer ul li ul li {
	margin-left: 0;
}

/* Liste Navigation - vertikal */

div#navigationLayer ul,
div#navigationExtraLayer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

div#contentExtraNavigationLayer ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

div#navigationLayer ul li ul {
	/*
	border: 1px solid #a80231;
	border-width: 0 0 1px 0;
	*/
	background-color: #ded5ce;
	padding-top: 6px;
	padding-bottom: 9px;
}

div#navigationLayer ul li,
div#contentExtraNavigationLayer ul li,
div#navigationExtraLayer ul li {
	width: 100%;
}

div#navigationLayer ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

div#navigationLayer ul li.actClass {
	padding-bottom: 0px;
}

div#navigationLayer ul li ul li.actClass {
	padding-bottom: 0px;
}



/************************************************/
}
