/* Allgemein */

* {
	padding: 0;
	margin: 0;
}
body {
	font: 100.1% "Lucida Grande", Helvetica, sans-serif;
	color: #333;
	background: #FFF url(/img/bg2.gif) repeat-x 0 0;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
ul {
	list-style-type: none;
}
cite {
	font: italic 0.88em Georgia, Times, serif;
	display: block;
	min-height: 30px;
	height: auto !important;  /* für moderne Browser */
	height: 30px;  /*für den IE */
	margin: 60px 0 30px 0;
	padding: 0.25em 0 0.25em 50px;
	background: url(/img/cite.gif) no-repeat 10px 0.75em;
}
label {
	width: 100px;	
	display: block;
	float: left;
}
form {
	font-size: 0.75em;
	margin-bottom: 20px;
}
input, select, textarea {
	font: 1em "Lucida Grande", Helvetica, sans-serif;
	color: #0860B3;
	width: 200px;
	margin: 4px 0;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid; 
	border-color: #7C7C7C #DDD #DDD #C3C3C3;
} 
textarea {
	width: 300px;
}
a, a:visited, a:active {
	color: #0860B3;
	text-decoration: underline;
}
a:hover {
	color: #0860B3;
	text-decoration: none;
}
img {
	padding: 6px;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
a:hover img {
	border: 1px solid #CCC;
}
strong {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
.clear {
	clear: left;
}    
.fl {
	width: 365px;
	padding: 0 40px 0 0;
	float: left;
}
.fr {
	width: 365px;
	float: left;
}
#gebiete .fl {
	width: 265px;
	padding: 0 19px 0 0;
	float: left;
}
#gebiete .fr {
	width: 265px;
	float: left;
}
.blue {
	color: #0860B3;
}
.back {
	padding: 0 20px 0 20px;
	margin-top: 40px;
	background: url(/img/back.gif) no-repeat 0 0.6em;
}
.email {
	background: url(/img/email.gif) no-repeat 4.0em 0.4em;
}
.noBorder {
	padding: 0;
	background-color: #FFF;
	border: 0;
}
.linkExt {
	margin-right: 5px;
	padding-right: 15px;
	background: url(/img/link_ex.gif) no-repeat right 0.5em;
}
#emailbox {
	display: none;
}
.contact {
	margin: 30px 0 20px 0;
	background: url(/img/contact.gif) no-repeat 0 2px;
	padding-left: 35px;
}
.address {
	background: url(/img/address.gif) no-repeat 0 2px;
	padding-left: 35px;
	margin: 30px 0 20px 0;
}

/* header */

#header {
	height: 122px;
	width: 770px;
	margin: 0 auto;
	position: relative;
	background: url(/img/building.gif) no-repeat right 17px;
}
#header h1 {
	height: 40px;
	width: 183px;
	background: url(/img/logo2.gif) no-repeat 0 0;
	position: absolute;
	top: 49px;
	left: 0;
}
#header h1 a {
	display: block;
	width: 183px;
	height: 40px;
	text-indent: -999em;
}	

/* navigation */

#navigation {
	min-height: 22px;
	height: auto !important;  /* für moderne Browser */
	height: 22px;  /*für den IE */
	background-color: #223861;
	border-top: 1px solid #3F6FB5;
}
#navigation ul { 
	width: 770px;
	margin: 0 auto;
}
#navigation ul li {
	font-size: 0.69em;
	text-transform: uppercase;
	text-align: center; 
	float: left;
}
#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 15px 5px 15px;
}
#navigation ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/img/nav_bg.gif) no-repeat bottom;
}
#navigation ul li.active a, #navigation ul li.active a:visited, #navigation ul li.active a:active{
	color: #222;
	display: block;
	padding: 4px 15px 5px 15px;
	background-color: #FFF;
}
#navigation ul li.active a:hover {
	color: #222;
	text-decoration: none;
	background-image: none;
}


/* topnav */

#topnav {
	font-size: 0.69em;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.5em;
	position: absolute;
	top: 50px;
	left: 645px !important; /* für moderne Browser */
	left: 641px; /* für den IE */
}
#topnav a, #topnav a:visited, #topnav a:active {
	color: #BFCADC;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFF;
}
#topnav ul {
	margin-top: 5px;
}
#topnav ul li {
	text-align: left;
	float: left;
	margin-left: 4px;
}
#topnav ul li a {
	text-indent: -999em;
	display: block;
	height: 13px;
	width: 21px;
}
#topnav ul li.active {
	display: block;
	height: 13px;
	width: 21px;
	text-indent: -999em;
}
#de a {
	background: url(/img/de_off.gif) no-repeat 0 0;
}
#de a:hover {
	background-image: url(/img/de_on.gif);
}
#de.active {
	background: url(/img/de_on.gif) no-repeat 0 0;
}
#en a {
	background: url(/img/en_off.gif) no-repeat 0 0;
}
#en a:hover  {
	background-image: url(/img/en_on.gif);
}
#en.active {
	background: url(/img/en_on.gif) no-repeat 0 0;
}
#fr a {
	background: url(/img/fr_off.gif) no-repeat 0 0;
}
#fr a:hover {
	background-image: url(/img/fr_on.gif);
}
#fr.active {
	background: url(/img/fr_on.gif) no-repeat 0 0;
}
#it a {
	background: url(/img/it_off.gif) no-repeat 0 0;
}
#it a:hover {
	background-image: url(/img/it_on.gif);
}
#it.active {
	background: url(/img/it_on.gif) no-repeat 0 0;
}
#es a {
	background: url(/img/es_off.gif) no-repeat 0 0;
}
#es a:hover {
	background-image: url(/img/es_on.gif);
}
#es.active {
	background: url(/img/es_on.gif) no-repeat 0 0;
}


/* maincontent */

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding-top: 20px;
}

/* content */

#content {
	width: 549px;
	padding-left: 20px;
	background-color: #FFF;
	border-left: 1px dotted #CCC;
	float: left;
}
#home #content, #sitemap #content {
	width: 770px;
	padding: 0;
	border: 0;
	float: none;
}
#gebieteDetail #content {
	min-height: 420px;
	height: auto !important;  /* für moderne Browser */
	height: 420px;  /*für den IE */
}
#home #content, #kanzlei #content {
	padding-top: 10px;
}
#kanzlei #content, #honorare #content, #impressum #content {
	text-align: justify;
}
#content p {
	font-size: 0.75em;
}
#content h3 {
	font: 1.12em Georgia, Times, serif;
	color: #191919;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}
#content h4 {
	font: normal 0.88em Georgia, Times, serif;
	color: #0860B3;
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	padding: 0 0 3px 0;
	background: none;
	border-bottom: 1px dotted #CCC;
} 
#content h5 {
	font: bold 0.88em Georgia, Times, serif;
	margin: 10px 0px 10px 0px;
	padding: 0 0 3px 0;
} 
#content ul {
	margin: 0 25px 20px 20px;
}
#content ul li {
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/img/list.gif) no-repeat 0 0.5em;
}
#content ul li p {
	font-size: 1em;
}
* html #content ul li {
	margin-top: -3px;	/* IE 6 */
}
#content #portrait {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	border-bottom: 5px solid #EEE;
	border-top: 5px solid #EEE;
}
#content #portrait .fl {
	width: 180px;
}
#content #portrait .fr{
	width: 310px;
}
#content .infobox  {
	font-size: 0.69em;
	color: #333;
	margin: 20px 0 20px 0;
	padding: 0 0 0 40px;
	background: url(/img/info.gif) no-repeat 0 2px;
}
#content .infobox strong {
	font-size: 1.12em;
}
#content .errorbox {
	font-size: 0.69em;
	color: #B82626;
	min-height: 29px;
	height: auto !important; /* für moderne Browser */
	height: 29px; /*für den IE */
	margin: 20px 0 20px 0;
	padding: 0 0 0 40px;
	background: url(/img/error.gif) no-repeat 0 2px;
}
#content .correctbox {
	font-size: 0.69em;
	color: #17ab4c;
	min-height: 29px;
	height: auto !important; /* für moderne Browser */
	height: 29px; /*für den IE */
	margin: 20px 0 20px 0;
	padding: 0 0 0 40px;
	background: url(/img/correct.gif) no-repeat 0 2px;
}
#content .box  {
	color: #0860B3;
	margin: 20px 0 20px 0;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#content .box strong, #content .infobox strong, #content .errorbox strong, #content .errorbox strong,  #column .contact strong, #column .address strong {
	font: 1.12em Georgia;
	font-weight: bold;
}
#column .contact a, #column .address a {
	color: #333;
}
#content .list ul {
	margin: 0;
	padding: 0;
}
#content .list ul li ul {
	margin: 10px 20px 10px 20px;
	font-size: 1.20em;
}
#content .list ul li {
	height: auto !important;  /* für moderne Browser */
	height: 19px;  /*für den IE */
	margin-bottom: 6px;
	padding-left: 0;
	background-image: none;
}
#content .list ul li a, #content .list li a:visited, #content .list li a:active {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 2px 5px 2px 40px;
	background: url(/img/list2.gif) no-repeat 20px 0.6em;
}
#content .list ul li a:hover {
	color: #0860B3;
	background: #F1F5FD url(/img/list2.gif) no-repeat 20px 0.6em;
}	
#content .list h4 {
	margin-top: 0;
}
#content .gallery, #content .gallery2 {
	margin: 0;
	padding: 0;   
	clear: left;
}
#content .gallery li {
	width: 200px;
	margin: 0 30px 40px 0;
	padding: 0;
	float: left;
}
#content .gallery2 li {
	margin: 0 0 40px 0;
	padding: 0;
}
* html #content .gallery li {
	margin-right: 26px;	/* Pixelbug IE6 */
}
#content .gallery li h3, #content .gallery2 li h3{
	font-size: 1.19em;
	margin: 0;
	border: 0;
}
#content .areas li {
	font-weight: bold;
	color: #0860B3;
}
#content #list_sitemap {
	margin: 0;
	padding: 0;
}
#content #list_sitemap li {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	height: auto !important;  /* für moderne Browser */
	height: 19px;  /*für den IE */
	margin-bottom: 6px;
	padding-left: 0;
	background-image: none;
}
#content #list_sitemap li a, #content #list_sitemap li a:visited, #content #list_sitemap li a:active {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 2px 5px 2px 40px;
	background: url(/img/list2.gif) no-repeat 20px 0.6em;
}
#content #list_sitemap li a:hover {
	color: #0860B3;
	background: #F1F5FD url(/img/list2.gif) no-repeat 20px 0.6em;
}
#content #list_sitemap li ul {
	margin: 10px 20px 15px 20px;
	font-size: 1.2em;
}
#content #list_sitemap li ul li {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-weight: normal;
}
#content #welcome {
	font: 1.22em Georgia, Times, sans-serif;
	color: #191919;
	text-align: center;
	min-height: 54px;
	height: 54px;  /*für den IE */
	margin-top: 60px;
	margin-bottom: 60px; 
	padding-bottom: 30px;
	background: url(/img/world.gif) no-repeat 0 0;
	//border-bottom: 5px solid #EEE;
}
#content .news {
	margin-bottom: 40px;
	display: block;
}
* html #content .news {
	height: 1%;
}
#content .date {
	font: 1em Georgia, Arial, serif;
	color: #333;
	line-height: 1em;
	padding: 2px 4px 4px 4px;
	background-color: #FFF7C0;
	border: 1px solid #EEE7B3;
	position: absolute;
}
#content .news h4 {
	padding-top: 2px;
	margin-left: 6em;
}
* html #content .news h4 {
	margin-left: 0;	/* IE6 */
}

/* column */

#column {
	width: 180px;
	margin: 10px 20px 0 0;
	float: left; 
}
#column p {
	font-size: 0.69em;  	
	margin: 0 20px 10px 0;
}
#column h2 {
	font-size: 0.75em;
	color: #0860B3;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#selection li {
	font-size: 0.69em;
	float: left; 
}
#selection li a:link, #selection li a:visited, #selection li a:active {
	margin: 0 3px 10px 0;
	padding: 4px 9px 4px 9px;
	display: block;
	background-color: #F1F5FC;
}
#selection li.active a:link, #selection li.active a:visited, #selection li.active a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #223861;
}
.box {
	margin: 30px 5px 0 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.box h4 {
	color: #2C61AB;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 0.69em;
	color: #0860B3;
}

/* subnav */

#subnav li {
	font-size: 0.69em;
	margin: 0 5px 3px 0;
	min-height: 19px;
	height: auto !important;  /* für moderne Browser */
	height: 19px;  /*für den IE */
}
* html #subnav li {
	margin-top: -3px;	/* IE 6 */
}
#subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #222;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 2px 2px 2px 15px;
	background-color: #F1F5FD;
	border-left: 1px dotted #28385D;
}
#subnav li a:hover {
	color: #222;
	text-decoration: none;
	background-color: #FFF;
}
#subnav li.active a:link, #subnav li.active a:visited, #subnav li.active a:active, #subnav li.active a:hover { 
	font-weight: bold;
	background-color: #FFF;
}

/* subsubnav */

#subsubnav li {
	font-size: 0.69em;
	margin: 0 5px 3px 0;
	min-height: 19px;
	height: auto !important;  /* für moderne Browser */
	height: 19px;  /*für den IE */
}
* html #subsubnav li {
	margin-top: -3px;	/* IE 6 */
}
#subsubnav li a:link, #subsubnav li a:visited, #subsubnav li a:active {
	color: #222;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 2px 2px 2px 15px;
	background-color: #F9F9F9;
	border-left: 1px dotted #28385D;
}
#subsubnav li a:hover {
	color: #222;
	text-decoration: none;
	background-color: #FFF;
}
#subsubnav li.active a:link, #subsubnav li.active a:visited, #subsubnav li.active a:active, #subsubnav li.active a:hover { 
	font-weight: bold;
	background-color: #FFF;
}

/* footer */

#footer {
	font-size: 0.69em;
	color: #666;
	width: 770px;
	margin: 20px 0 30px 0;
	padding-top: 15px;
	border-top: 1px solid #CCC;
	clear: left;
	float: left;
}
#footer p {
	width: 570px;
	float: left;
}
#footer #copyright {
	color: #222;
}
#footer #top {
	text-align: right;
	width: 180px;
	padding: 0 20px 0 0;
	background: url(/img/top.gif) no-repeat right 0.5em;
}
