/* ------------------------------------------------------------
	Stylesheet große Schrift "Anwaltsbüro Bell & Windirsch"
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
	
option {
	padding-left: 0.4em
	}

html {
	height: 100%;
	}

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	background-image: url(navifond.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	text-align: left;
	}
	
fieldset, img {
	border: 0;
	}
	
select, textarea {
	font-size: 99%;
	}

.clearing {
	clear: both;
	}
	
#logo {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 270px;
	float: right;
	text-align: right;
	}

#huelle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
	}

/* ------------------------------------------------------------
	Styleswitcher
------------------------------------------------------------ */

#switcher {
	position: absolute;
	left: 60px;
	top: 25px;
	width: 100px;
	text-align: left;
	}

#innerswitcher {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	}

.switchbox {
	margin-right: 8px;
	float: left;
	}

a.switchre, a.switchre:link, a.switchre:visited {
	background-image: url(swgross.gif);
	background-position: 0 0;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #D2D2D2;
	text-decoration: none;
	border: none;
	}

a.switchre:hover, a.switchre:active {
	background-image: url(swgross.gif);
	background-position: 0 -18px;
	text-decoration: none;
	}
	
a.switchmi, a.switchmi:link, a.switchmi:visited {
	background-image: url(swmittel.gif);
	background-position: 0 0;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #D2D2D2;
	text-decoration: none;
	border: none;
	}

a.switchmi:hover, a.switchmi:active {
	background-image: url(swmittel.gif);
	background-position: 0 -18px;
	text-decoration: none;
	}

a.switchli, a.switchli:link {
	background-image: url(swklein.gif);
	background-position: 0 0;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #D2D2D2;
	text-decoration: none;
	border: none;
	}

a.switchli:hover, a.switchli:active {
	background-image: url(swklein.gif);
	background-position: 0 -18px;
	text-decoration: none;
	}

a.switchre span, a.switchmi span, a.switchli span {
	display: none;
	}

/* ------------------------------------------------------------
	Vertikale Navigation
------------------------------------------------------------ */

#navigation {
	margin: 0;
	padding: 0;
	width: 200px;
	}
	
#listvert {
	margin: 85px 0 20px 0;
	padding: 0;
	line-height: 100%;
	}

#listvert ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

#listvert ul li a {
	text-decoration: none;
	padding: 6px 0 6px 30px;
	}

* html #listvert ul li a { /* für IE/Windows bis v6 */
	padding: 5px 0 5px 30px;
	margin-bottom: -10px;
	}

#listvert li a:link, #listvert li a:visited {
	display: block;
	text-decoration: none;
	color: #525252;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 100%;
	}

#listvert li a:hover {
	background-color: #DCD8D3;
	color: #000;
	}
	
#listvert ul li.aktiv {
	display: block;
	color: #252E96;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 100%;
	padding: 6px 0 6px 30px;
	}

* html #listvert ul li.aktiv {  /* für IE/Windows bis v6 */
	padding: 5px 0 11px 30px;
	}

#listvert li.sub, #listvert a.sub {
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	}

* html #listvert ul.navisub {  /* für IE/Windows bis v6 */
	margin-top: 15px;
	}

#listvert li.sub a:link, #listvert li.sub a:visited {
	display: block;
	text-decoration: none;
	color: #525252;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 100%;
	}

#listvert li.subaktiv {
	display: block;
	color: #252E96;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 100%;
	padding: 6px 0 6px 40px;
	}

* html #listvert li.subaktiv {  /* für IE/Windows bis v6 */
	padding: 5px 0 11px 40px;
	}

#listvert li.sub a:hover {
	background-color: #DCD8D3;
	color: #000;
	}

/* ------------------------------------------------------------
	Typografie
------------------------------------------------------------ */

h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #252E96;
	}

h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 130%;
	color: #939393;
	}
	
h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	color: #252E96;
	}
	
h4 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #525252;
	}

p {
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #525252;
	}

/* ------------------------------------------------------------
	Stile Inhalt
------------------------------------------------------------ */
	
#inhalt {
	margin-top: 0px;
	margin-right: 30px;
	padding: 0;
	position: absolute;
	left: 220px;
	top: 90px;
	}

#keyvisual {
	border: none;
	float: left;
	width: 380px;
	margin: 4px 20px 8px 0;
	}

a, a:link {
	color: #252E96;
	border-bottom: 1px dotted #252E96;
	text-decoration: none;
	}

a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	border-bottom: 1px solid #000;
	}

a.ohne {
	text-decoration: none;
	border: none;
	}

a.blanco {
	text-decoration: none;
	border: none;
	}

ul.liste {
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #525252;
	text-indent: 0px;
	list-style-type: disc;
	margin-left: 40px;
	}
		
ol  {
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #525252;
	text-indent: 0px;
	margin-left: 40px;
	}
	
.einzug {
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #525252;
	text-indent: 0px;
	list-style-type: none;
	margin-left: 30px;
	}

ul.unterpunkt {
	margin-left: 30px;
	list-style-type: circle;
	}
	
#portrait {
	border: none;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	}

.miniportrait {
	border: none;
	float: left;
	margin: 0 20px 10px 0;
	}

#lageplan {
	border: none;
	float: left;
	width: 250px;
	margin: 4px 20px 20px 0;
	}
	
#copy { 
	margin-top: 30px;
	margin-right: 30px;
	background-color: #FFF;
	}
	
#abo {
	clear: both;
	font-family: Arial, sans-serif;
	color: #525252;
	margin-top: 0px;
	padding-top: 20px;
	background-color: #FFF;
	}

#abo h2 {
	font-size: 100%;
	}

#person_oben {
	width: 500px;
	margin: 4px 0 0 0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #525252;
	background-color: #FFF;
	}
	
#person_ff {
	width: 500px;
	margin-top: 10px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #525252;
	background-color: #FFF;
	}

#legende {
	padding-top: 25px;
	}

#copy_plan { 
	margin: 0 0 20px 0;
	}

#impressum {
	margin: 20px 0;
	}
	
#impressum_zwei {
	margin: 20px 0;
	padding-top: 6px;
	}
	
.trennlinie {
	width: 360px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px dotted #898989;
	}

.links {
	margin: 12px 8px 0 0;
	width: 200px;
	float: left;
	}

.rechts {
	margin-top: 12px;
	width: 200px;
	float: left;
	}

.unsichtbar {
	font-size: 1px;
	display: none;
	}
	
.paragraf {
	margin-top: -20px;
	padding-left: 100px;
	}

td, th {
	vertical-align: top;
	font-family: Arial, sans-serif; 
	color: #525252; 
	margin-top: 10px;
	font-size: 100%;
	}

.rand {
	border: 0px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #EEECE9;
	}
	
.titel {
	font-size: 100%;
	padding-right: 5px;
	}

.validelogo {
	float: left;
	width: 88px;
	margin-right: 10px;
	margin-bottom: 30px;
	}

.validetext {
	text-align: left;
	}

acronym {
	text-transform: none;  /* erforderlich für Opera Browser */
	}

/* ------------------------------------------------------------
	Stile Druckansicht Lageplan/Kontakt
------------------------------------------------------------ */

#logo_print {
	position:absolute;
	top: 0px;
	left: 430px;
	}
	
#druckansicht {
	position: absolute;
	left: 220px;
	top: 60px;
	}
	
#druckansicht a {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
	}

#druckansicht a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}

#kontaktbox {
	position: absolute;
	left: 60px;
	top: 90px;
	width: 620px;
	}

#lageplan_print {
	border: none;
	float: left;
	width: 300px;
	margin: 4px 20px 20px 0;
	}

#copy_plan_print { 
	margin: 0 0 20px 0;
	float: left;
	width: 290px;
	}

ul.namen {
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #525252;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	}

#schliessen {
	position: absolute;
	left: 60px;
	top: 30px;
	}
	
#schliessen a {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
	}

#schliessen a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}
	
#register {
 	 margin-top: 40px;
	 font-size: 125%;
	 font-family: Georgia, "Times New Roman", Times, serif;
  	}
  
.top {
  	margin: -30px 20px 20px 0;
  	float: right;
	}
  
.top a {
  	border-bottom: 1px dotted #252E96;
	}
	
	
#register li {
	display: inline;
	padding: 0 5px;
	}