@charset "UTF-8";
/*	2009
	neueDaten* Bochum
	neuedaten.de
	hallo@neuedaten.de
*/

/* DIV Positionen und Größen: */

html, body{
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	background-color: #fff;
	height: 100%;
}

body {
text-align:center;
}

a, a:hover, a img, a:focus {
	border: none;
	outline: none;
}

a {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	text-decoration: none;
}
a:hover {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
a.active {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

.csc-textpic-image {
margin: 0;
}

/* .csc-firstHeader {
height: 20px;
}
*/

.csc-firstHeader a, .csc-firstHeader a:hover {
	color: #000000;
    font: 13px/18px Arial,Helvetica,sans-serif;
    margin: 0 0 18px;
}



#total_out {
	position: relative;
	width:850px;
	margin:auto;
	text-align:left;
	height: 100%;
}

#total {
	position: absolute;
	top: 50px;
	/*margin-top: -280px; */
	width: 850px;
	height: 530px;
	text-align:left;
}

#logo {
	position: absolute;
	left: 210px;
}

#content {
	position: absolute;
	left: 0;
	top: 100px;
}

#content_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 254px;
	height: 370px;
	overflow: hidden;
}

#content_middle {
	position: absolute;
	left: 290px;
	top: 0;
	width: 254px;
	height: 370px;
	overflow: hidden;
}

#content_middle_double {
	position: absolute;
	left: 290px;
	top: 0;
	width: 550px;
	height: 370px;
	overflow: hidden;
}

#content_right {
	position: absolute;
	left: 580px;
	top: 0;
	width: 254px;
	height: 370px;
	overflow: hidden;
}

/* Img Content: */

#content_img_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 268px;
	height: 370px;
	overflow: hidden;
}
#content_img_middle {
	position: absolute;
	left: 290px;
	top: 0;
	width: 268px;
	height: 370px;
	overflow: hidden;
}
#content_img_right {
	position: absolute;
	left: 580px;
	top: 0;
	width: 268px;
	height: 370px;
	overflow: hidden;
}

#content_full {
	position: absolute;
	left: 0;
	top: 0;
	width: 850px;
	height: 370px;
	overflow: hidden;
}


#menu {
	position: absolute;
	left: 0;
	top: 524px;
	width: 900px;
	z-index: 199;
}

#lanmenu {
	position: absolute;
	right: 0;
	top: 13px;
}


/* Schriften und Links: */


#logo img {
	border: none;
}

h1, p.csc-frame-frame1  {
	margin: 0;
	margin-bottom: 18px;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

h1.lawyerPartnerHeader,h1.lawyerListeHeader {
	margin-bottom: 0;
}

h1.hideHeader {
        display:none;
}

#content_img_left h1, #content_img_middle h1, #content_img_right h1 {
	display:none;
}

h2 {
	margin: 0;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin: 0;
	margin-bottom: 18px;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}



/* Tätigkeitsbereich Liste: */

#content ul {
	margin: 0;
	padding: 0;
}
#content ul li {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
#content ul li ul li {
	margin: 0;
	padding-left: 10px;
}

li.deep0 a {
	color: #3e3e3e;
}
li.deep0 a:hover {
	color: #000;
}

li.deep1 a {
	color: #6a6a6a;
}
li.deep1 a:hover {
	color: #000;
}


li.deep0 a.active {
	color: #000;
}
li.deep1 a.active {
	color: #000;
}


/* SITEMAPS: */

/*

.tx-flseositemap-pi1 {
	margin: 0;
	padding: 0;
}

#content ul,#content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li ul {
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#content {
	margin: 0;
}

*/

/* Arrows: */

/* Arrows: */

#content_left_scroll_up {
	position: absolute;
	top: 0;
	left: 262px;
	z-index: 110;
	background-image:url('../img/arrow_up.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_left_scroll_up:hover {
	position: absolute;
	top: 0;
	left: 262px;
	z-index: 110;
	background-image:url('../img/arrow_up_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_left_scroll_down {
	position: absolute;
	top: 360px;
	left: 262px;
	z-index: 110;
	background-image:url('../img/arrow_down.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_left_scroll_down:hover {
	position: absolute;
	top: 360px;
	left: 262px;
	z-index: 110;
	background-image:url('../img/arrow_down_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}


#content_middle_scroll_up {
	position: absolute;
	top: 0;
	left: 550px;
	z-index: 110;
	background-image:url('../img/arrow_up.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_middle_scroll_up:hover {
	position: absolute;
	top: 0;
	left: 550px;
	z-index: 110;
	background-image:url('../img/arrow_up_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}


#content_middle_scroll_down {
	position: absolute;
	top: 360px;
	left: 550px;
	z-index: 110;
	background-image:url('../img/arrow_down.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_middle_scroll_down:hover {
	position: absolute;
	top: 360px;
	left: 550px;
	z-index: 110;
	background-image:url('../img/arrow_down_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_right_scroll_up {
	position: absolute;
	top: 0;
	left: 844px;
	z-index: 110;
	background-image:url('../img/arrow_up.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_right_scroll_up:hover {
	position: absolute;
	top: 0;
	left: 844px;
	z-index: 110;
	background-image:url('../img/arrow_up_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_right_scroll_down {
	position: absolute;
	top: 360px;
	left: 844px;
	z-index: 110;
	background-image:url('../img/arrow_down.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

#content_right_scroll_down:hover {
	position: absolute;
	top: 360px;
	left: 844px;
	z-index: 110;
	background-image:url('../img/arrow_down_d.png');
	background-repeat:none;
	width:7px;
	height:12px;
}

/* Menu: */

#menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li{
    display: inline;
    padding: 0;
    list-style: none;
    white-space:nowrap;
}
#menu .de li {
	margin-right: 32px;
}
#menu .en li {
	margin-right: 40px;
}
#menu a {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	text-decoration: none;
}
#menu a:hover {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
#menu a.active {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

/* Bilder verstecken für Fade-In: */

#content img {
	display: none;
}

#content img.arrow {
	display: block;
}



#logo #logo_title  {
	padding-bottom:10px;
	margin:0;
}

#logo #logo_title dt {
	padding:0;
	margin:0;
}

#logo #logo_cities {
	padding-left:6px;
}

/* Textformatierung */

.small {
	font-size:9px;	
}
