/*#####################################
## CSS für gyne.de                   ##
## (c) 2010 DG Medien GmbH           ##
#####################################*/

/*### CSS-RESET ###*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}


/*### BASIC ELEMENTS ###*/

body{
	text-align:center;
	font: normal 0.9em/1.2em Arial,sans-serif;
	font-color: #444;
	background:url(../img/background.jpg);
	height:100%;
}

a {
	text-decoration:none;
	color:#007555;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.8em;
	color:black;
	margin-top:15px;
	margin-bottom:20px;
}

h2 {
	font-size:1.4em;
	color:#003225;
	margin-bottom:5px;
	margin-top:15px;
}

h3 {
	color:#003225;
	font-weight:bold;
}

p {
	line-height:130%;
}

.green {
	color:#007555;	
}

.white {
	color:white;
}

a:hover span.white {
	color:#e2e8e7;
}

.and {
	font-size:1em;
	color:#999;
}

#center {
	margin:0pt auto;
	text-align:left;
	width:980px;
}

#shadow {
	background:url(../img/shadow_main.jpg) repeat-y center;
	text-align:left;
	width:980px;
	float:left;
}

#container {
	margin-left:10px;
	width:960px;
	float:left;
}

#wrapper_inside {
	float:left;
	display:inline-block;
	background:url(../img/background_inside.jpg) repeat-y 0px;
	width:961px;
	margin:0px;
}

/*### HEADER ELEMENTS ###*/

#header {
	float:left;
	height:110px;
	width:960px;
	background-color:#008965;
	color:#e2e8e7;
	border-bottom:2px solid #007555;
}

#header img {
	float:left;
	margin:15px 0px 0px 20px;

}

ul#metanavigation {
	margin:10px 10px 0px 0px;
	list-style-type:none;
}

ul#metanavigation li{
	float:right;
}

ul#metanavigation li a{
	color:#e2e8e7;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}

ul#metanavigation li a:hover{
	color:white;
}

#header .search {
	float:right;
	width:275px;
	height:25px;
	margin-top:48px;
	margin-right:10px;
}

#header .search input {
	width:232px;
	height:23px;
	padding:0px;
	margin:0px;
	border:1px solid #ccc;
	float:left;
	color:#666;
	padding-left:5px;
}

#header .search img {
	margin-top:-25px;
	float:right;
	cursor:pointer;
}

/*### LEFT CONTENT ###*/

#left_content {
	clear:left;
	float:left;
	margin:10px 10px 10px 10px;
	width:150px;
	font-size:1.3em;
}

#left_content li {
	line-height:150%;
	margin-bottom:10px;
}

#left_content li a{
	padding-left:10px;
	display:block;
	color:#003225;
}

#left_content li a:hover{
	background-color:#e2e8e7;
	text-decoration:none;
}

#left_content .activ_dark{
	padding-left:10px;
	background-color:#008965;
	display:block;
	color:white;
}

#left_content a.activ_dark:hover{
	padding-left:10px;
	background-color:#008965;
	display:block;
	color:white;
}

#left_content .activ_light{
	padding-left:10px;
	background-color:#e2e8e7;
	display:block;
	color:#003225;
}

#left_content .activ_light_indent{
	padding-left:10px;
	display:block;
	color:#003225;
}

#left_content .activ_light_sub{
	padding-left:20px;
	background-color:#e2e8e7;
	display:block;
	color:#003225;
}

#left_content .activ_light_sub_indent{
	padding-left:20px;
	display:block;
	color:#003225;
}

#left_content ul ul li{
	line-height:150%;
	font-size:0.8em;
	margin-bottom:0px;
	margin-top:5px;
}

#left_content ul ul ul li{
	line-height:150%;
	font-size:0.8em;
	margin-bottom:0px;
	margin-top:5px;
}

#left_content ul ul ul li a{
	padding-left:20px;
}

/*### MAIN CONTENT ###*/

#main_content {
	float:left;
	margin:10px 10px 0px 20px;
	width:580px;
}
#main_content h1{
	clear:both;
	/* float:left; */
}

#main_content .login_info {
	float:left;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:2px dotted #008965;
}

#main_content .login_info a{
	float:left;
	width:580px;
}

.breadcrumb {
	float:left;
	margin:0px 10px 0px 0px;
	padding-bottom:10px;
	width:580px;
	border-bottom:2px dotted #008965;
	font-size:0.9em;
	color:#007555;
}

.breadcrumb a{
	color:#007555;
}

.breadcrumb .active{
	color:#003225;
}

a.teaser_big,
a.teaser_small {
	display:inline-block;
	float:left;
	border:1px solid #e2e8e7;
	width:580px;
	height:200px;
	margin-bottom:0px;
	margin-top:20px;
}

a.teaser_small{
	width:180px;
	height:135px;
}

a.teaser_big img,
a.teaser_small img{
 display:inline-block;
 position:absolute;
 z-index:0;
}

a.teaser_big span,
a.teaser_small span{
 position:absolute;
 display:inline-block;
 height:16px;
 z-index:1;
}
a.teaser_big span{
 width:580px;
}
a.teaser_small span{
 width:180px;
}

a.teaser_big.doccheck:hover span,
a.teaser_small.doccheck:hover span{
	background:url('../img/logo_doccheck.gif') transparent no-repeat top right;
}
a.teaser_big.abo:hover span,
a.teaser_small.abo:hover span{
	background:url('../img/logo_abo.gif') transparent no-repeat top right;
}

.modul_580px {
	display:inline-block;
	float:left;
	width:580px;
	padding-bottom:5px;
	border-bottom:2px dotted #008965;
}

.modul_580px h1{
	width:340px;
	line-height:110%;
	margin-bottom:0px;
	margin-top:10px;
}

.modul_580px h2{
	width:340px;
	margin-bottom:5px;
	line-height:110%;
}

.modul_580px p {
	margin-bottom: 5px;
}

.modul_580px .modul_nav {
	float:left;
	text-align:left;
	margin-top:10px;
	font-size:0.9em;
	width:360px;
	color:#007555;
	font-weight:bold;
}

.modul_580px .modul_functions {
	float:left;
	margin-top:10px;
	text-align:right;
	font-size:0.8em;
	width:220px;
}

.modul_580px .modul_functions ul{
	float:right;
	list-style-type:none;
}

.modul_580px .modul_functions ul li{
	float:right;
	color:#007555;
}

.modul_580px .modul_functions ul li a{
	margin-left:5px;
	margin-right:5px;
}

.modul_180px {
	float:left;
	display:inline-block;
	margin-top:0px;
	margin-right:20px;
	width:180px;
	font-size:0.9em;
}

.modul_180px p {
 display:inline-block;
 margin-bottom: 5px;
 height:6em;
}

.modul_180px h3 {
 /* margin-top:170px; */
 display:inline-block;
 margin-bottom: 5px;
 height:2.5em;
}

.modul_580px .green,
.modul_180px .green{
 display:block;
 text-align:right;
}

.mod_ausgabe {
	float:left;
	width:400px;
	margin:0px;
}

ul.mod_ausgabe{
	width:400px;
	float:left;
	padding-bottom:0px;
	padding-top:15px;
}

.mod_ausgabe p{
	width:370px;
	font-size:0.9em;
	float:left;
}

.mod_ausgabe li{
	margin-bottom:15px;
	float:left;
}

.mod_ausgabe a{
	display:block;
	color:#003225;
}

.mod_ausgabe p a{
	display:block;
	color:black;
}

.mod_ausgabe h1 {
	color:#003225;
	font-weight:normal;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

.mod_ausgabe h2 {
	color:black;
	font-weight:normal;
	font-size:1em;
	padding:0px;
	margin:0px;
}

.mod_ausgabe img{
	float:right;
}

.mod_ausgabe_bild{
	margin-top:15px;
	float:right;
	width:150px;
	height:205px;
	background:url(../img/ausgabe_schatten.gif) repeat-y 0px;
}

.mod_ausgabe_bild img {
	float:right;
}

li.ausgaben {
	float:left;
	margin:30px 20px 20px 20px;
	width:150px;
	list-style-type:none;
}

li.ausgaben a{
	float:left;
	margin:0px;
	width:150px;
	background:url(../img/ausgabe_schatten.gif) no-repeat 0px 0px;
}

li.ausgaben a img {
	float:right;
	width:140px;
	height:195px;
}

li.ausgaben span {
	display:block;
	float:left;
	width:150px;
	text-align:center;
	display:block;
	font-size:1.3em;
	margin-top:12px;
	padding-bottom:2px;
}

li.ausgaben a.sub{
	float:left;
	width:150px;
	background:none;
	margin-top:5px;
	color:black;
	text-align:center;
	font-size:0.9em;
}

.modul_580px .modul_suche {
	width:580px;
	float:left;
}

.modul_580px .modul_suche h1{
	width:580px;
	float:left;
	margin-bottom:10px;
	font-size:1.4em;
	margin-top:5px;
}

.modul_580px .modul_suche h2 {
	width:580px;
	float:left;
	font-size:1.2em;
}

.modul_580px .modul_suche .mod_ausgabe{
	width:580px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.modul_580px .modul_suche li .mod_ausgabe{
	border-top:1px dotted #ccc;
	padding-top:10px;
	margin-bottom:0px;
}

.modul_580px .modul_suche li {
	margin:5px 0px 5px 0px;
}

.modul_580px .modul_suche li .mod_ausgabe a {
	float:left;
	width:480px;
}

.modul_580px .modul_suche li .mod_ausgabe a h1{
	margin:0px;
	padding:0px;
	font-size:1.1em;
}

.modul_580px .modul_suche li .mod_ausgabe a h2{
	margin:0px;
	padding:0px;
	font-size:1em;
}

.cms_input {
	width:580px;
	float:left;
	border-bottom:2px dotted #008965;
	margin-top:10px;
	padding-bottom:15px;
}

.modul_date p{
	margin-top:15px;
	width:140px;
	float:right;
	text-align:right;
	margin-bottom:-20px;
	font-size:0.9em;
	color:#666;
	display:block;
}

.cms_input h1{
	font-size:1.4em;
	line-height:120%;
	font-weight:bold;
	width:580px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:15px;
}

.cms_input h2{
	font-size:1.2em;
	font-weight:normal;
	width:430px;
	color:black;
	padding-bottom:5px;
	margin-top:0px;
	line-height:110%;
}

.cms_input h3{
	font-size:1.2em;
	width:580px;
	color:black;
	margin-top:20px;
	font-weight:normal;
}

.cms_input p{
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
}

.cms_input p strong{
	font-weight:bold;
}

.cms_input p em{
	font-style:italic;
}

.cms_input ul {
	list-style-type:disc;
	margin-left:15px;
}

.mod_news .image,
.mod_news .image img{
	width:150px;
	/* max-height:135px; */
	float:left;
}

.mod_news .image span{
/*
 position:absolute;
 display:inline-block;
 width:180px;
 height:16px;
 z-index:1; */

 float:left;
 margin:0px 0px -16px 0px;
 position:relative;
 width:25px;
 height:16px;
}

.mod_news .image.doccheck:hover span{
	background:url('../img/logo_doccheck.gif') transparent no-repeat top right;
}
.mod_news .image.abo:hover span{
	background:url('../img/logo_abo.gif') transparent no-repeat top right;
}

.mod_news .date{
	width:580px;
	float:left;
	margin-bottom:0px;
	text-align:right;
	font-size:0.9em;
}

.mod_news .text{
	width:370px;
	float:right;
}

.mod_news .text h2{
	margin-top:0px;
	margin-bottom:5px;
	color:#666;
	font-size:1.1em;
}
.mod_news .text h1{
	margin-top:0px;
	margin-bottom:5px;
	line-height:130%;
	color:#003225;
	font-size:1.3em;
}

.mod_news .footer{
	margin-top:0px;
	width:580px;
	float:left;
	text-align:right;
}

.mod_news{
 /* float:left; */
 display:inline-block;
 clear:both;
 margin-top:10px;
 border-top:1px dotted #ccc;
 padding:10px 0px;
}


#top {
	margin-top:10px;
	float:right;
	margin-bottom:20px;
	width:200px;
	text-align:right;
}

#top a {
	font-size:0.8em;
	color:#666;
}

.pager{
	float:left;
	width:380px;
	margin-top:10px;
	margin-bottom:20px;
	color:#666;
}

.pager a{
	font-size:0.9em;
	color:#666;
}

.pager a b{
	color:#008965;
}

/*### RIGHT CONTENT ###*/

#right_content {
	float:right;
	width:170px;
	margin:0px;
	background-color:#e2e8e7;
	margin-bottom:22px;
}

#right_content .mod_doccheck{
	float:left;
	margin:5px 5px -5px 5px;
	width:159px;
	font-size:0.9em;
	background-color:white;
	border:1px solid #ccc;
}

#right_content .mod_doccheck iframe{
	float:left;
	width:155px;
	margin:2px;
	padding:0px;
	margin-bottom:1px;
}

#right_content .mod_doccheck form .passwort{
	font-size:10px;
	width:148px;
}
#right_content .mod_doccheck form .passwort a{
	display:inline;
}

#right_content .mod_doccheck form input{
	width:118px;
	border:1px solid #AAA;
	margin-bottom:5px;
	padding:1px;
	color:#666;
}

#right_content .mod_doccheck .button1{
	display:block;
	float:left;
	margin:10px 0px 0px 0px;
	padding:1px;
	width:118px;
	text-align:center;
	border:1px solid #aaa;
	color:black;
	cursor:pointer;
}
#right_content .mod_doccheck input.button1{
	padding:1px;
	width:122px;
}
#right_content .mod_doccheck .button2{
	display:block;
	width:148px;
	margin-top:5px;
	border:1px solid #AAA;
	color:black;
}

#right_content .mod_doccheck ul{
	float:left;
	list-style-type:none;
}

#right_content .mod_doccheck ul li.doc{
	float:left;
	width:82px;
}

#right_content .mod_doccheck ul li a{
	margin-left:5px;
	display:block;
	height:22px;
	font-weight:bold;
	text-decoration:none;	
}

#right_content .mod_doccheck ul li.doc a{
	color:black;
	margin-top:0px;
}

#right_content .mod_doccheck ul li.abo{
	float:left;
	width:76px;
	border-right:1px solid #ccc;
	background-color:#ccd1d0;
}

#right_content .mod_doccheck ul li.abo a{
	color:#003225;
	margin-top:0px;
	padding-top:2px;
}

#right_content .mod {
	float:left;
	margin:0px;
	border-bottom:1px dotted #008965;
	padding-bottom:5px;
}

#right_content .mod h1{
	display:block;
	width:160px;
	color:white;
	font-size:1.1em;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 10px;
	background-color:#008965;
	height:18px;
}

#right_content .mod p{
	margin:5px 10px 5px 10px;
	width:150px;
	font-size:0.9em;
	line-height:120%;
}

#right_content .mod p a{
	font-weight:bold;
}

#right_content .banner{
	float:left;
	/* width:125px; */
	/* height:125px; */
	/* border:1px solid #ccc; */
	background-color:#e2e8e7;
	margin:15px 0px 0px 5px;
}

#right_content .banner .advert{
	width:165px;
	text-align:center;
	margin-top:5px;
}

#layer1{
	float:left;
}

#layer1 p{
	padding-bottom:5px;
}

#layer2{
	float:left;
	background-color:#ccd1d0;
	width:119px;
	padding:10px 24px 10px 16px;
	font-size:10px !important;
	line-height:14px;
	font-family:Verdana,Arial,sans-serif;
}

#layer2 div.passwort{
 line-height:10px;
}
#layer2 div.passwort img{
 height:3px;
 margin:0 5px 2px 2px;
 position:relative;
 width:3px;
}

/*### FOOTER ELEMENTS ###*/

#footer {
	clear:both;
	float:left;
	width:960px;
	height:30px;
	background-color:#008965;
	border-top:3px solid #007555;
}

#footer p {
	color:white;
	width:950px;
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
	margin-top:5px;
}

.shadow_footer {
	float:left;
	background:url(../img/shadow_footer.jpg) no-repeat center 0px;
	width:980px;
	height:10px;
	margin-bottom:10px;
}

#header .search #searchform {
	display:block;
	width:210px;
	height:22px;
	padding-left:25px;
	background:url(../img/bg_suchmaske.jpg) repeat-x;
}

#player {
	display:block;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.gyne_formular {
	float:left;
	margin-top:10px;
}

form.gyne_formular {
	width:580px;
}

form.gyne_formular h2{
	display:block;
	clear:both;
	float:left;
	margin-top:15px;
	padding-top:15px;
	margin-bottom:0px;
	border-top:1px dotted #ccc;
	width:580px;
	color:#007555;
}

form.gyne_formular label{
	clear:both;
	display:block;
	float:left;
	width:120px;
	margin-top:10px;
	padding:2px;
}

form.gyne_formular input{
	float:left;
	width:300px;
	margin-top:10px;
	border:1px solid #ccc;
	padding:2px;
}

form.gyne_formular textarea{
	float:left;
	width:300px;
	margin-top:10px;
	border:1px solid #ccc;
}

form.gyne_formular .submit{
	clear:both;
	float:left;
	width:150px;
	margin-top:20px;
	margin-left:124px;
	cursor:pointer;
}

form.gyne_formular input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active{
background-color:#e2e8e7;
}

.error {
	float:left;
	width:380px;
	color:darkred;
	margin:0px;
	padding:2px;
}

.mandatory  {
	float:left;
}

/* We don't want that email graphic! */
#main_content .modul_functions .at300bs{
 display:none;
}

.formbody{
 clear:both;
 float:left;
}
.formbody .captcha_text,
.formbody input,
.formbody select,
.formbody textarea{
 float:right;
 width:14em;
}
.formbody .error{
 display:block;
 width:100%;
 float:left;
}
.formbody tr td{
 width:49%;
 display:inline-block;
}

.formbody tr{
 width:100%;
 clear:both;
 float:left;
 border-top:1px solid #ccc;
 padding:10px 0px;
}
.ce_text strong{
 /* line-height:3em; */
}
.ce_text{
 /* text-align:justify; */
}


#wrapper_inside .image_container{
 text-align:center;
 margin:0px;
 margin-top:4px;
 width:180px;
}
#wrapper_inside .image_container .caption{
 font-size:0.8em;
 color:#007555;
 margin-top:5px;
 padding:0px;
}

#wrapper_inside .gross .image_container{
 width:90%;
 margin:0 auto;
 text-align:center;
}

.gruen, .hellgruen, .gruenweiss,
.rot, .hellrot, .rotweiss{
 display:block;
 padding:0px 2%;
 padding-bottom:10px;
 width:80%;
 margin:20px auto;
 border:1px solid #008965;
 background:#ddede6;
}
.rot, .hellrot, .rotweiss{
 border:1px solid #f8c4ad;
 background:#fdece3;
}
.gruenweiss, .rotweiss{
 background:#fff;
}

.gruen p, .gruenweiss p,
.rot p, .rotweiss p{
 margin-top:0px;
}

.gruen strong, .gruenweiss strong,
.rot strong, .rotweiss strong{
 display:block;
 padding:0;
 width:105%;
 margin-left:-2.5%;
 color:#000;
 background:#a3d3c4;
 text-align:center;
}
.rot strong, .rotweiss strong{
 background:#f8c4ad;
}

.gruen ul, .hellgruen ul,
.rot ul, .hellrot ul{
 padding:0px 10px;
}

#wrapper_inside .autor{
 display:inline-block;
 width:98%;
 border-top:1px solid #ccc;
 padding-top:10px;
}
#wrapper_inside .autor .image_container{
 width:auto;
 clear:both;
}
.autor img{
 border:1px solid #ccc;
}
.autor p{
 margin:0px;
 margin-top:0.5em;
 padding:0px;
 font-size:0.8em;
}

.verweis{
 font-size:0.8em;
}

.autor p{
 float:left;
 width:60%;
}
.verweis p{
 clear:both;
}

.kongress h2{
 clear:both;
 width:100%;
 margin-top:1em;
 padding-top:1em;
 border-top:2px dotted #008965;
}