@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);

html{
	height: 101%;
}
ul, li{
	margin: 0px;
}


table{
	border-top: 0px;
	border-bottom: 0px;
}

/* vm 090930 damit im Editmode der Hintergrund wei? ist */

body.editweiss{
	background-image: none;
	background-color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	line-height: 15px;
}

.page_margins_edit{
	background-image: none;
	min-height: 480px;
	margin-top: 18px;
	margin-left: 10px;
	background-repeat: repeat-y;
	width: 948px;
}
/*ende: weisser Hintergrund*/

body{
	background-color:#C0C0C0;
	background-image: url(/_nv_images/hintergrund/hintergrundbild-verlauf.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	line-height: 15px;
}

.page_margins{
	background-image: url(/_nv_images/hintergrund/hintergrund_page_margin.jpg);
	min-height: 593px;
	margin-top: 18px;
	background-repeat: repeat-y;
	width: 948px;
}
.page{
	padding: 0px;
}

#header_lswb{
	width: 948px;
	background-color: #f9f9f9;
	float: left;
}

#header_oben{
	background-color: transparent;
	width: 948px;
	height: 70px;
	font-size: 91%;					/*entspricht 10px */
	color: #2b4a98;
	letter-spacing: 3px;
}

#header_oben_text{
	width: 700px;
	border: 0px solid blue;
	float: left;
}

#header_oben_bild{
	float: right;
	width: 200px;
	text-align: right;
}

#header_oben_rechts{
	width: auto;
	font-size: 91%;					/*entspricht 10px */
	color: #2b4a98;
	letter-spacing: 2px;
	float: right;
}

a:focus { 
	outline: none; 
}



#nav_top{
	width: 948px;
	height: 28px;
	border-bottom: 7px solid #d8d8d9;
	background-color: #f9f9f9;
	float: left;
}

/*zum testen da Hintergrundbilder noch nicht funktionieren*/

.vm {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	
}
.vm li {
	padding-right: 5px;
	margin: 0;
	height: 28px;
	width: auto;
	border-right: 1px solid white;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
.vm li a, .vm li a:visited {
	display: block;
	text-decoration: none;
	height: 28px;
	background-repeat: no-repeat;
}

/*ende zum testen*/

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 28px;
	width: auto;
	border-right: 1px solid white;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 28px;
	background-repeat: no-repeat;
}


/* .verband*/
#nav_top a.verband, #nav_top a.verband:visited { 
background-image: url(/media/grafiken/navigation/verband.gif); 
background-repeat: no-repeat;
width: 110px;
}

#nav_top a.verband:hover { 
background-image: url(/media/grafiken/navigation/verband-aktiv.gif); 
}

#nav_top a.verband_aktiv { 
background-image: url(/media/grafiken/navigation/verband-aktiv.gif); 
background-repeat: no-repeat;
width: 110px;
}


/*.koepfe */
#nav_top a.koepfe, #nav_top a.koepfe:visited { 
background-image: url(/media/grafiken/navigation/koepfe.gif); 
background-repeat: no-repeat;
width: 110px;
}

#nav_top a.koepfe:hover { 
background-image: url(/media/grafiken/navigation/koepfe-aktiv.gif); 
}

#nav_top a.koepfe_aktiv { 
background-image: url(/media/grafiken/navigation/koepfe-aktiv.gif); 
background-repeat: no-repeat;
width: 110px;
}


/*.mitgliedschaft */
#nav_top a.mitgliedschaft, #nav_top a.mitgliedschaft:visited { 
background-image: url(/media/grafiken/navigation/mitgliedschaft.gif); 
background-repeat: no-repeat;
width: 139px;
}

#nav_top a.mitgliedschaft:hover { 
background-image: url(/media/grafiken/navigation/mitgliedschaft-aktiv.gif); 
}

#nav_top a.mitgliedschaft_aktiv { 
background-image: url(/media/grafiken/navigation/mitgliedschaft-aktiv.gif); 
background-repeat: no-repeat;
width: 139px;
}


/*.seminare */
#nav_top a.seminare, #nav_top a.seminare:visited { 
background-image: url(/media/grafiken/navigation/seminare.gif); 
background-repeat: no-repeat;
width: 97px;
}

#nav_top a.seminare:hover { 
background-image: url(/media/grafiken/navigation/seminare-aktiv.gif); 
}

#nav_top a.seminare_aktiv { 
background-image: url(/media/grafiken/navigation/seminare-aktiv.gif); 
background-repeat: no-repeat;
width: 97px;
}


/* .service*/
#nav_top a.service, #nav_top a.service:visited { 
background-image: url(/media/grafiken/navigation/service.gif); 
background-repeat: no-repeat;
width: 84px;
}

#nav_top a.service:hover { 
background-image: url(/media/grafiken/navigation/service-aktiv.gif); 
}

#nav_top a.service_aktiv { 
background-image: url(/media/grafiken/navigation/service-aktiv.gif); 
background-repeat: no-repeat;
width: 84px;
}

/* .news*/
#nav_top a.news, #nav_top a.news:visited { 
background-image: url(/media/grafiken/navigation/news.gif); 
background-repeat: no-repeat;
width: 123px;
}

#nav_top a.news:hover { 
background-image: url(/media/grafiken/navigation/news-aktiv.gif); 
}

#nav_top a.news_aktiv { 
background-image: url(/media/grafiken/navigation/news-aktiv.gif); 
background-repeat: no-repeat;
width: 123px;
}

/* .downloads*/
#nav_top a.downloads, #nav_top a.downloads:visited { 
background-image: url(/media/grafiken/navigation/downloads.gif); 
background-repeat: no-repeat;
width: 111px;
}

#nav_top a.downloads:hover { 
background-image: url(/media/grafiken/navigation/downloads-aktiv.gif); 
}

#nav_top a.downloads_aktiv { 
background-image: url(/media/grafiken/navigation/downloads-aktiv.gif); 
background-repeat: no-repeat;
width: 111px;
}

/* .kontakt*/
#nav_top a.kontakt, #nav_top a.kontakt:visited { 
background-image: url(/media/grafiken/navigation/kontakt.gif); 
background-repeat: no-repeat;
width: 89px;
}

#nav_top a.kontakt:hover { 
background-image: url(/media/grafiken/navigation/kontakt-aktiv.gif); 
}

#nav_top a.kontakt_aktiv { 
background-image: url(/media/grafiken/navigation/kontakt-aktiv.gif); 
background-repeat: no-repeat;
width: 89px;
}

#header_unten{
	background-repeat: no-repeat;
	width: 948px;
	float: left;
}
#header_unten_rechts{
	padding-top: 15px;
	background-repeat: no-repeat;
	width: 165px;
	padding-left: 783px;
	font-size: 91%;
	color: white;
	float: right;
}
#header_unten a{
	color: White;
	text-decoration: none;
	display:inline-block; 
	background-image: url(http://lswbv2.argserver.de/images/pfeil_weiss.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;

}
#header_unten a:hover{
	color: #c0c9e0;
	text-decoration: none;
	display:inline-block; 
	background-image: url(http://lswbv2.argserver.de/_nv_images/hintergrund/pfeil_hellblau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#header_unten li{
	list-style-type: none;
		vertical-align: middle;
		line-height: 1.2em;
}
#header_unten li a.aktiv{
	color: #c0c9e0;
	text-decoration: none;
	display:inline-block; 
	background-image: url(http://lswbv2.argserver.de/_nv_images/hintergrund/pfeil_hellblau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#header_unten ul{
	margin-bottom: 3px;
	padding: 0px;
}

.headersuche{
	border: 1px solid #2b4a98;
	background-color: #cad2e5;
	width: 110px;
	height: 14px;
	padding: 2px 0px 0px 2px;
	vertical-align: top;
	color: #2b4a98;
}
#main{
	padding-top: 30px;
	padding-bottom: 20px;
	background: transparent;
	margin:0;
}
#col1_content{
	width: 148px;
	padding:  0px 60px 0 10px;
	margin-top: -10px;
}
#col1_content li{
	list-style: none outside;
	display: block;
	line-height: 20px;
	border-bottom: 1px dotted #b2b2b3;
	padding-top: 5px;
	padding-bottom: 5px;

}
#col1_content a{
	color: #b2b2b3;
}
#col1_content a:hover{
	color: #2b4a98;
	text-decoration: none;
}
#col1_content li a.aktiv{
	color: #2b4a98;
	text-decoration: none;
}
#col1_content ul ul{
	padding-left: 16px;
	color: #989899;
	text-decoration: none;
}
#col1_content li li {
	list-style: none outside;
	display: block;
	line-height: 20px;
	border-bottom: 0px dotted #b2b2b3;
}
#col1_content li li a{
	display:inline-block; 
	background-image: url(/_nv_images/navigation/pfeil_grau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#col1_content li li a:hover{
	background-image: url(/_nv_images/navigation/pfeil_blau.gif);  
}
#col1_content li li a.aktiv{
	background-image: url(/_nv_images/navigation/pfeil_blau.gif);  
}

/* col2 für editmode */
#col2_edit{
	float: left;
	width: 500px;
}
/* ende: col2 editmode */

#col2{
	width: 180px;
}
#col2_content{
	padding: 0 15px;
	font-size: 91%;		/* entspricht 10px */
}
#col2_content img{
	margin-bottom:10px; 
	border: 1px solid #2b4a98;
}
#col2_content a{
	color: #2b4a98;
	text-decoration: underline;
	display:inline-block; 
	background-image: url(http://lswbv2.argserver.de/images/pfeil_blau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#col2_content a:hover{
	color: #989899;
	text-decoration: underline;
	display:inline-block; 
	background-image: url(http://lswbv2.argserver.de/images/pfeil_grau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}

/* col3 für editmode */
#col3_edit{
	float: left;
	width: 500px;
}
/* ende: col3 editmode */

#col3{
	margin: 0 180px 0 218px;
}
#col3_content{
	padding: 0 50px 10px 0;
}

#col3_content a{
	color: #2b4a98;
	text-decoration: underline;
}

#col3_content a:hover{
	color: #2b4a98;
	text-decoration: none;
}
#col3_content li.aktiv a{
	color: #2b4a98;
	text-decoration: none;
}


#col3_content a.link_zurueck
{
	margin-top: 20px;
	color: #2b4a98;
	text-decoration: underline;
	font-weight: bold;
	float: left;
}

#col3_content a.link_zurueck:hover{
	text-decoration: none;
}

/* Tabellen in der Textarea des Praxistickers. TDs oben ausrichten */
/*  Die 2. TD soll breiter sein formatiert werden */
#col3_content td+td{
        vertical-align: top;
		width: 370px;
}
#col3_content td{
        vertical-align: top;
		width: 25%;
}

/* Galerie */
#col3_content div.galerie img {
        padding-right: 7px;
        padding-bottom: 7px;
}

/* Vorlage nur_text_2_spaltig */
#wrapper_2_spalten{
	width: 500px;
	margin-top: 0px;
	float: left;
	/* font-size: 91%; */ 			/*entspricht 10px */
    /* background-image: url("/_nv_images/hintergrund/home-page-wrapper-bg.gif"); */
}

#spalte_links{
	width:220px;
	padding-right: 30px;
	float: left;
}

#spalte_rechts{
	background-color: #e9ecf4;
	width:240px;
	float: right;
}

/* Homepage */
#wrapper_index{
	width: 500px;
	margin-top: 30px;
	float: left;
	font-size: 91%; 			/*entspricht 10px */
        background-image: url("/_nv_images/hintergrund/home-page-wrapper-bg.gif");

}
#wrapper_index a{
	color: #2b2a98;
	text-decoration: underline;
	display:inline-block; 
	background-image: url(/_nv_images/navigation/pfeil_blau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#wrapper_index a:hover{
	color: #989899;
	text-decoration: underline;
	display:inline-block; 
	background-image: url(/_nv_images/navigation/pfeil_grau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}
#index_links{
	background-color: #e9ecf4;
	width:240px;
	float: left;
}

#index_rechts{
	background-color: #e9ecf4;
	width:240px;
	float: right;
}
.index_img{
	width: 37px;
	border: 1px solid #2b4a98;
	margin-top: -10px;
	margin-left: -10px;
	float: left;
	background-repeat:no-repeat; 
}
.index_ueberschrift{
	height: 21px;
	width: 183px;
	margin-left: 27px;
	padding: 20px 20px 0 10px;
}
.index_text{
	padding: 10px 20px 20px 10px;
}
.personen_einzeln{
	width: 478px;
	border: 1px dotted #2b4a98;
	margin-top: 20px;
	padding: 10px;
}
.personen{
	width: 478px;
	border: 1px dotted #2b4a98;
	margin-bottom: 10px;
	padding: 10px;
}

.personen:hover{
	background-color: #edf0f8;
}
.personen_name{
	width:362px;
	float: left;
}

.personen_daten{
	margin-top: 10px;
}

#col3_content .personen_name a{
	text-decoration: none;
}
.personen_bild{
	width: 116px;
	text-align: right;
	float: right;
}

.person_beruf {
	color:#2B4A98;
	font-family:"Lucida Sans Unicode","Lucida Grande";
	font-size:100%;
	font-weight:bold;
}


#adresse{
	width:200px;
	margin-right:20px;
	float: left;
}
#telefonzeiten{
	width: 258px;
	border: 1px dotted #2b4a98;
	padding: 10px;
	float: left;
}
#tage{
	float: left;
}
#zeiten{
	float: right;
}

.seminar{
	padding:20px 0;
	border-top: 1px dotted #2b4a98;
}

.seminar_first{
	border-top: none;
	padding-bottom:20px;
}

.tdseminar{
	vertical-align: top;
	padding-right: 10px;
}

#col2_karten{
	width: 275px;
	float: right;
}

#ie_dummy{height: 1px;}

#col3_karten{
	margin:0 275px 0 218px;
}
#col3_content_karten{
	padding: 0 0 10px 0;
}

.karten_person{
	background-color: white;
	border: 1px dotted #2b4a98;
	padding: 10px;
	margin-bottom: 10px;
}

.karten_person img{
	float:right;
	margin-left: 5px;
}

#col2_content .karten_person a {
	padding-left:0px;
}
.karten_col2{
	background-color: transparent;
	padding-left: 95px;
}

/* 2-spalten */

#linke_spalte{
	width: 229px;
	margin-right:20px;
	float: left;
}
#rechte_spalte{
	width: 229px;
	padding: 0px 10px;
	float: left;
}

/* 2-spalten Text und Bild */

#spalte_text{
	width: 348px;
	margin-left:10px;
padding-right: 10px;
	float: left;
}

#spalte_bild{
	width: 130px;
	padding-right: 0px;
	float: left;
}

/* 2-spalten Text und Bild im Block */
.wrapper_block{
	padding-bottom: 20px;
	overflow:hidden;
}
.wrapper_liste{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B2B2B3;
	overflow:hidden;
}
.wrapper_liste td{
	vertical-align:top;

}
#spalte_text_block{
	width: 388px;
	margin-right:20px;
	float: left;
}

#spalte_bild_block{
	width: 90px;
	padding-right: 0px;
	float: left;
}

.grau_gepunktet {
    border:dotted #ccc;
    border-width:0 0 1px 0;
    margin:0px;
    padding:0px;
}

/* Akkordeons und -elemente */

#akkordeon a.akkMehrLink {
	text-decoration: none;	
}
#akkordeon a.akkMehrLink:hover {
	text-decoration: underline;	
}

#akkordeon h2.h2-akkordeontext {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #2b4a98;
}

#akkordeon h2.h2-akkordeontext-first {
	padding-top: 10px;
	margin-top: 10px;
	border-top: none;
}

#akkordeon h3.h3-akkordeontext {
margin-bottom: 0px;
}

/* Kontakttabellen */
#kontakt_tabelle
{
}

#kontakt_tabelle table 
{
	padding: 0px;
	border: 0px;
	width: 460px; 
	height: 150px;
}

#kontakt_tabelle td
{
	width: 50%;
	padding-top: 10px; 
	padding-bottom: 10px;
}

#kontakt_tabelle td.trennspalte
{
	width: 20px;
}


div.box_rechts h3 
{
	font-weight: bold;
	color: #2b4a98;
	border-bottom: 1px dotted #2b4a98;
}

#col2_content div.box_rechts_artikel a{
	color: #2b2a98;
	text-decoration: underline;
	background-image: url(/_nv_images/navigation/pfeil_blau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
	margin-left: 0px;
}
#col2_content div.box_rechts_artikel a:hover{
	color: #989899;
	text-decoration: underline;
	background-image: url(/_nv_images/navigation/pfeil_grau.gif);  
	padding-left:8px;
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
	margin-left: 0px;
}

/* Links ohne Pfeil, z.B. auf Bildern */
#col2_content div.box_rechts_artikel a.link-keinpfeil{
	color: #2b2a98;
	text-decoration: underline;
	background-image: none;  
	padding-left:0px;
	text-decoration: none;
	display: inline;
 
}
#col2_content div.box_rechts_artikel a.link-keinpfeil:hover{
	color: #989899;
	text-decoration: underline;
	background-image: none;  
	padding-left:0px;
	text-decoration: none;
	display: inline;
}

/*  Bilder in der Box ohne Rahmen */
#col2_content div.box_rechts_artikel img{
	border: 0px;
}


#col2_content div.box_rechts_artikel img.bild-links{
       float: left;
       padding: 5px 15px 0 0;
}



#col2_content div.box_rechts_artikel
{
	margin-bottom: 10px;
}


#col3_content a.schnellsuche_h2link 
{
	text-decoration: none;
}
#col3_content a.schnellsuche_h2link:hover
{
	text-decoration: underline;
}


#contentsitemap ul li
{
	list-style: none;
	list-style-type: none;
	text-decoration: none;
}

#contentsitemap ul ul li
{
	list-style: disc;
	margin-left: 10px;
}

#contentsitemap a
{
	text-decoration: none;
}

#contentsitemap a:hover
{
	text-decoration: underline;
	color: #989899;
}

/* Definitionen für Formular */

td.formlabel{
width: 60px;
padding-right: 10px;
color: black;
font-weight: bold;
}

.form{
background-color: #ececec;
border: 0px;
}

.radioform{
background-color: #ececec; 
vertical-align:-3px
}


/* 110608 Überschriften des Akkordeons */
div.akk_links {

}
div.akk_rechts {

}


/* Login Formular hm, 110621 */
#loginform {
    border: 1px solid #2B4A98;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
}

#loginform div.message_header {
font-weight: bold;
margin-bottom: 10px;
}


/* Formular Fehler, hm 110710 */
label.error {
     color: red;
     display: block;
}



/* Schriftdefinitionen */
h1{ font-family: "Lucida Sans Unicode", "Lucida Grande";font-size: 181%; font-weight: bold;line-height: 120%;color: #2b4a98;padding-bottom: 20px;}			/* entspricht 20px */
h2{ padding-bottom: 15px; font-family: "Lucida Sans Unicode", "Lucida Grande";font-size: 118%; color: #2b4a98;font-weight:bold;}			/* entspricht 13px */
h3{ font-family: "Lucida Sans Unicode", "Lucida Grande";font-size:100%; color: #2b4a98; font-weight: bold; }			
h4{ font-family: "Lucida Sans Unicode", "Lucida Grande";font-size: 91%; color: #2b4a98; display:block; border-bottom: 1px dotted #2b2a98;padding-bottom:5px;}			/* entspricht 10px */

h2.startseite{ font-weight: normal; font-family: "Lucida Sans Unicode", "Lucida Grande";font-size: 91%; color: #2b4a98; display:block; border-bottom: 1px dotted #2b2a98;padding-bottom:5px;}			/* entspricht 10px */
h2.schnellsuche {margin-top: 15px; font-family: "Lucida Sans Unicode", "Lucida Grande";font-size:100%; color: #2b4a98; font-weight: bold; }			
h2.sitemap {margin-top: 15px;}
h3.sitemap {font-weight: normal;}
h4.sitemap {font-weight: normal; border-bottom: 0px; padding: 0px;}




.txt11blau{font-family: "Lucida Sans Unicode", "Lucida Grande"; font-size: 100%; color: #2b4a98;}
.txt11blaubold{font-family: "Lucida Sans Unicode", "Lucida Grande"; font-size: 100%; font-weight: bold; color: #2b4a98;}
.txt11graubold{font-family: "Lucida Sans Unicode", "Lucida Grande"; font-size: 100%; font-weight: bold; color: #b2b2b3;}
.txt11schwarzbold{font-family: "Lucida Sans Unicode", "Lucida Grande"; font-size: 100%; font-weight: bold; color: black;}

.wem_dunkel{font-family: "Lucida Sans Unicode", "Lucida Grande"; font-size: 100%; color: #2b4a98;}
.wem_border{border: 1px solid grey; padding: 10px;}


