* {
	/*margin:0;
	padding:0;*/
}

html, body {
	height:100%;
}


/*@font-face {
   font-family: sans-serif;
   src: url(../objekte/REFSAN.TTF);
}*/

body {
	font-family:  Verdana, sans-serif, Geneva;
	font-size:12px;
	background: #eee9dd;
	margin:0;
	padding:0;
}

a {color: #fff; }
a:hover { color:#9b002d;}

.content  ul, ol {
	margin-left: 0;
	padding-left: 0;
}
.content ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
/*	list-style-image: url('../objekte/listenpunkt.gif');*/
}
.content  ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

/* Grundgerüst ----------------------------------------------------------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-350px; /* halbe container höhe */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1000px;
}

#sprachwahl {
	width: 1000px;
	height:34px;
	padding-top:10px;
	font-size: 11px;
	text-align:center;
	color:#737a7e;
}
#sprachwahl a {
	color:#737a7e;
	text-decoration:none;
}
#sprachwahl a:hover {
	color:#9b002d;
}

#nav {
	height:34px;
	width:1000px;
	margin: 0px 0px 10px 0px;
	background-color:#a6a8a9;
}
#nav table {
	margin: 0px;
	padding: 0px;
	width:100%;
}
#nav td {
	font-size:12px;
	height:31px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
}
#nav td a {
	outline:none;
	text-decoration:none;
}

#header {
	width: 1000px;
	height:237px;
	padding: 0px;
	background-color:#fff;
	background: #fff url(../objekte/logo.gif) center center no-repeat;
}

#contentwrapper {
	position:relative;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	min-height:219px;
	line-height:1.5;
	background-color:#a6a8a9;
	color:#fff;
	clear:both;
}

/* Home/Kontakt/Impressum/Überuns/Rechtsgeb. Tabellen ----------------------------------------------------*/

/*Startseite & Kontakt*/
.dreispaltentext {
	
}
.dreispaltenpic {
	
}
/*Impressum*/
.zweipaltentext {
	
}
.zweispaltenpic {
	
}
/*Über uns*/
.dreispalten2pic img {
	display:block;
}
.dreispalten2text {
	
}
/*Rechtsgebiete Info-Text*/
.zweispalten-l {
	padding-left:85px;
}
.zweispalten-m {
	
}
.zweispalten-r {
	padding-right:85px;
}

/* Rechtsgebiete --------------------------------------------------------------------------------------*/

.rechtsgebietitem {
	clear:both;
	text-align:center;
	font-size:14px;
}
.rechtsgebietitem a {
	color:#72797d;
	text-decoration:none;
}
.rechtsgebietitem a:hover {
	color:#9b002d;
}

/* Toggler/Accordion  ---------------------------------------------------------------------------------*/

.toggler span {
	cursor:pointer;
	width:inherit;
	padding-right:12px;
	background:url(../objekte/b_detail.gif) center right no-repeat;
}
.toggler span:hover {
	color:#9b002d;
	background:url(../objekte/b_detail_o.gif) center right no-repeat;
}
.toggler-active span {
	color:#9b002d;
	padding-right:12px;
	background:url(../objekte/b_detail_c.gif) center right no-repeat;
}
.toggler-active span:hover {
	color:#9b002d;
	background:url(../objekte/b_detail_c.gif) center right no-repeat;
}

.element {
	padding:0px;
	margin:0px;
	/*background: url(../objekte/hg_transparent42.png);*/
	background-color:#FFF;
}

/* Anwälte/Team  --------------------------------------------------------------------------------------*/

.teamitem {
}
.teamitem a {
	text-decoration:none;
}

/* Aktuelles --------------------------------------------------------------------------------------*/

.head-aktuelles {
	width:1000px;
	height:120px;
	background: url(../objekte/aktuelles_headline.png) center center no-repeat;
}

.wrap-aktuelles {
	padding:0px 120px 65px 120px;
}

/*News-Boxen*/

.newscontentbox .header{
	font-weight:bold;
	background-color:#fff;
	padding: 1px 15px;
	color:#72797F;
}
.newscontentbox .header span{
	float:right;
	font-size:11px;
	font-weight:normal;
}
.newscontentbox .text{
	background-color:#CCC;
	color:#666;
	padding:15px;
}
.newscontentbox .text a {
	color:#666;
}
.newscontentbox .text a:hover {
	color:#9b002d;
}
/*Accordion-Archiv*/

.newstoggler {
	margin-top:20px;
	cursor:pointer;
	background-color:#999999;
	padding: 0 5px;
	border-bottom: 1px #fff solid;
}
.newstoggler span {
	cursor:pointer;
	width:inherit;
	padding-left:12px;
	background:url(../objekte/b_detail.gif) center left no-repeat;
}
.newstoggler span:hover {
	color:#9b002d;
	background:url(../objekte/b_detail_o.gif) center left no-repeat;
}
.newstoggler-active span {
	color:#9b002d;
	padding-left:12px;
	background:url(../objekte/b_detail_c.gif) center left no-repeat;
}
.newstoggler-active span:hover {
	color:#9b002d;
	background:url(../objekte/b_detail_c.gif) center left no-repeat;
}



/* Footer --------------------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 10px auto;
	color:#EFE9DD;
	clear:both;
	background-color:#99042F;
}
#footer a {	color: #fff; text-decoration: none; }
#footer a:hover {	color: #b8061c; text-decoration: none;}

#footer table {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
}
#footer table tr td {
	text-align:center;
	font-size:11px;
	padding: 3px 0px 3px 0px;
	border:0px;
	
}

.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
