/* -------------------------------------------- 	*/
/* Styleguide RA Nikolov                        	*/
/*													*/
/* Farben											*/
/*													*/
/*	Dunkelblau	#234C6B	Balken, ï¿½berschriften,  
						Menï¿½punkt aktiv				*/
/*	Blau		#446781	HG Menï¿½						*/
/*	Grau		#D7D7D7	Balken/ HG Menï¿½punkt aktiv	*/
/*	Dunkelgrau	#464646 Fliesstext 					*/
/*													*/
/*													*/
/*													*/
/* Schriftart 	Verdana								*/
/* 													*/
/* ï¿½berschriften: 13 pt Dunkelblau					*/
/* Flieï¿½text: 11 pt Dunkelgrau						*/
/* Menï¿½: 11 pt weiï¿½									*/
/* Aktiver Menï¿½punkt: 11 pt fett dunkelbau 			*/
/*													*/
/* ------------------------------------------------ */

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em; line-height:1em;
	color:#464646;
	margin:0px;
	padding:0px;
	background-color:#E1E1E1;
}

/* ---------------- */
/* Positionierungen */

#logo {
	position:absolute; 
	left:0; top:0px; 
	width:359px; height:138px;
	z-index:100;

}

.header-wrapper {
	position:relative;
	margin:0 auto;	
	width:791px;
	height:138px;
	border-left:1px solid #717171;
	border-right:1px solid #717171;
}
#header {
	position:absolute;
	left:359px; top:0px;
	width:432px; height:138px;
	z-index:100;
	
}


#wrapper {
	position:relative; 		
	margin:0 auto;	
	width:791px;
	z-index:10;
	padding:0px;
	border-left:1px solid #717171;
	border-right:1px solid #717171;
	background:url(img/menu-background.gif) repeat-y #ffffff;
}

/* weisser Bereich, definiert Position */
#window {
	border:1px solid white;
	margin-top:0; 
	margin-left:194px;
	margin-bottom:100px;
	width:591px;
}

/* Bereich, in dem der Text steht, definiert Abstï¿½nde des beschreibbaren Bereichs.*/
#content {  
	margin:50px; 
	margin-left:82px;
	background-color:#ffffff;
}

#menu  {
	position:absolute;
	left:0;
	top:50px;
	z-index:100;
	width:194px;
	padding-bottom:80px;
	padding-top:20px;
	background-color:#3F637E;
}


/* ----------------------------------------------------------- */
/* Definitionen fï¿½r Fliesstext: ï¿½berschriften, Listen, Absï¿½tze */

p, ul , table{
	font-size:0.75em;
	line-height:1.35em;
	margin-bottom:2em;
	color:#464646;
}

.strich {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.strich li {
	padding-left: 1px;
	list-style-image: url(img/strich.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position:0;
	margin-top:0.8em;
}


strong {
	font-weight:bold;
}

h1 {
	font-size:1.1em;
	color:#234C6B;
	font-weight:bold;
	margin-bottom:1.5em;
	font-style:none;
	 line-height: 1.2;
}


h2 {
	font-size:0.9em;
	color:#464646;
	font-weight:bold;
	margin-bottom:0.6em;
}


h3 {
	font-size:0.75em;
	color:#464646;
	font-weight:bold;
	margin-bottom:0.5em;
}


a {
	text-decoration:none;
	color:#336699;
}
a:hover {
	text-decoration:underline;
	color:#336699;
}

/* ---------- */

/** Tabellenformatierung **/

table.ssc {
	width:100%;
}
  
	table.ssc tr {
		vertical-align:top;
	}
   
		table.ssc td {

			padding-bottom:8px;
		}
   
			table.ssc .td-1 {text-align:left;
			padding-right:20px;}
			table.ssc .td-2 {text-align:left;}


/* navigation */


.menu {
	display:block;
	font-size:0.7em;
	line-height:2em;

    text-decoration: none; 
    color:#ffffff; 
	background-color:#3F637E;
	padding-left:26px;
}

.menu:hover {
    display:block;
	color:white;
	font-weight: bold;
	text-decoration:none;
}

.menusel {
    display:block;
	font-size:0.7em;
	line-height:2em;
	font-weight: bold;

    text-decoration: none; 
	color:#3F637E;
	background-color:#D7D7D7;
	padding-left:26px;
}

.menusel:hover {
    display:block;
	font-weight: bold;
    text-decoration: none; 
	color:white;
	background-color:#D7D7D7;
}

/* Einrï¿½ckung */
.sub {
	padding-left:40px;
	line-height:1.4em;
}


/* Widgets */
#widgetAnwaltde {
  font-size: 0.625em !important; // 10px
}

#widgetAnwaltde select {
  font-size: 1em !important; // 10px
}

#widgetAnwaltde .logo {
	height: 20px !important;
}

.widgetFooterContent li{
	font-size: 1em !important; // 10px
}

.ui-w.anwW.widgetResponsive.t,
.ui-w.anwW.widgetResponsive.r {
	font-size: 0.714em !important;
}

#widgetAnwaltde label,
.rtxt,
.ui-w-c h3,
.sM h2 a,
.sM span.txt{
	color: #464646 !important;
}