﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html
{
	width:100%;
	height:100%;
	min-height:100%;
}

body
{
	width:100%;
	height:100%;
	min-height:100%;
}


#wrapper
{
	position:relative;

	width:740px;
	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px 0px 0px 0px;
}

#header
{
	padding:30px 0px 0px 0px;
}

#content
{	
	clear:both;
}

#navigation
{
	width:740px;
	
	overflow:hidden;
	
	margin:5px 0px 20px 0px;
	
	padding:0px 0px 5px 0px;
	
	line-height:15px;
	
	border-top:solid 1px #C0C0C0;
}

#headernavigation
{
	position:absolute;
	
	top:10px;
	left:240px;
}

#languages
{
	position:absolute;
	
	top:10px;
	right:0px;
}

#left
{
	float:left;

	display:inline;
	
	width:220px;
	
	height:auto !important;
	
	padding:0px 0px 0px 0px;
	
	margin:0px 0px 0px 0px;
}

#right
{
	position:relative;
	
	width:495px;
	
	height:auto !important;	

	margin:0px 0px 0px 240px;

	padding:0px 0px 0px 0px;
}

.clear
{
	clear:both;
}

#right img
{
	border:1px solid #C0C0C0;	
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Navigation */
#navigation ul
{
	margin:0px 0px 0px 240px;
	padding:0px 0px 0px 0px;
}

#navigation ul li
{
	display:inline;
}

#navigation ul li a
{	
	float:left;

	padding:8px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	
	color:#454545;
	
	font-size:7pt;
	
	text-decoration:none;
}

#navigation ul li a:hover
{	
	padding:5px 0px 0px 0px;
	
	border-top:solid 3px #C0C0C0;	
}

#subnavigation ul
{
	margin:20px 0px 0px 20px;	
	padding:0px 0px 0px 0px;

	list-style-type:none;
}

#subnavigation ul li a
{	
	text-decoration:none;
}

#subnavigation ul li a:hover
{	
	text-decoration:underline;
}

#subnavigation ul li a.active
{	
	font-weight:bold;
}

#headernavigation ul, #languages ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#headernavigation ul li, #languages ul li
{
	display:inline;
}

#headernavigation ul li a
{	
	float:left;

	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	
	color:#000000;
	
	font-size:8pt;	

	text-decoration:none;
	
	border-right:solid 1px #000000;	
}

#languages ul li a
{
	float:left;

	padding:0px 5px 0px 0px;
	margin:0px 5px 0px 0px;
	
	color:#000000;
	
	font-size:8pt;	

	text-decoration:none;
	
	border:0px;
}

#headernavigation ul li a:hover, #languages ul li a:hover
{	
	text-decoration:underline;
}

#headernavigation ul li a.last, #languages ul li a.last
{	
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}

.taetigkeiten #taetigkeiten, .profil #profil, .taetigkeiten #taetigkeiten, .notariat #notariat,
.anwaelte #anwaelte, .consultants #consultants, .netzwerke #netzwerke, .publikationen #publikationen, .adressen #adressen
{
	padding:5px 0px 0px 0px;
	
	border-top:solid 3px #C0C0C0;
}
/* End Navigation */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font-family:Verdana;
	
	color:#434547;
}

#content
{
	font-size:8pt;
	
	line-height:14px;
}

h1
{
	margin:0px 0px 20px 0px;
	
	color:#A7ADA1;
	
	font-size:12pt;
	font-weight:bold;
	
	line-height:14px;
}

h2
{
	margin:0px 0px 10px 0px;

	color:#434547;

	font-size:8pt;	
	font-weight:bold;

	line-height:14px;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#434547;
	text-decoration:underline;
}

a.none
{
	color:#434547;
	text-decoration:none;
}

.download
{
	float:right;
}

ul
{
	list-style-type:square;
	margin-left: 0;
	padding-left: 15px;
}

ol
{
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 20px;
}

hr
{
	border: 0px;
	border-top: solid 1px #434547;
	border-bottom: transparent;
}

hr.dotted
{
	border: 0px;
	border-top: solid 1px #434547;
	border-bottom: transparent;
	border-style:dotted;
	margin:10px 0px 10px 0px;	
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Forms */
form
{
	margin:0px;
	padding:0px;
}

.textbox, .textarea, .button
{
	font-family:Verdana;
	font-size:8pt;
	
	color:#434547;
}

.textbox, .button
{
	width:140px;
	
	margin:5px 0px 0px 0px;
}

.button
{
	background-color:#FFFFFF;
}

.textarea
{
	width:460px;
	
	margin:5px 0px 0px 0px;
}


fieldset
{
	margin:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

	border:0px;
}

legend
{
	display:inline-block;
	margin:0px 0px 0px -6px;
	padding:0px 0px 5px 0px;
}

label
{
	float:left;
	margin:0px 10px 0px 0px;
} 

label.first
{
	margin-left:0px;
} 
/* End Forms */
/* -------------------------------------------------------------------------------------------------------- */
