/* RAin Walter */

html {height:101%}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p {
	margin:0;
	padding:0;
	text-align: left;
}

ul {
list-style:none;
}
a {
	text-decoration:none;
	font-weight:bold;
	text-shadow:#CCC;
	color:#000;
}
a:hover {
	font-weight:bold;
	text-shadow:#CCC;
	background-color:#E5E5E5;
}

fieldset,img { 
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

caption,th {
	text-align:left;
}


body
{
	background-color: #FFF;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-position: top center;
	background-color:#000;
	
}
#back {
width:1100px;
margin: 0px auto;
margin-top:0px;
text-align: center;
background-color:#000;
}

#container {
width:1254px;
margin: 27px auto;
margin-top:10px;
background-color:#FFF;

}

#navi {
width:1095px;
height:21px;

font-family: Tahoma, Arial, Helvetica;
font-size:12px;
color:#676767;
padding:5px 0px 0px 5px;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#navigation {
	list-style:none;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#navigation li{
	float:left;
	margin-right:10px;
	position:relative;
}
#navigation a{
	display:block;
	padding:5px;
	color:#fff;
	background:#909090;
	text-decoration:none;
}
#navigation a:hover{
	color:#fff;
	background:#909090;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#navigation ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navigation ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navigation ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navigation li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navigation li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
}
#navigation li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}


#content {
width:1100px;
background-color:#ffffff;
margin-top:0px;
font-family: Tahoma, Arial, Helvetica;
font-size:12px;
line-height:140%;
color:#424242;
}



.links {
float:left;
margin-top:27px;

}

.links p {
padding:10px 0px 10px 50px;
background-color:#f4f4f4;
line-height:140%;
margin-top:63px;
}

.links img {margin-left:50px;}


.cleartop {
	clear:both;
	width:1100px;
	text-align:left;
}

.cleartop a:link {
color:#323232;
text-decoration:none;
}
.cleartop a:visited {
color:#323232;
text-decoration:none;
}
.cleartop a:hover {
color:#323232;
text-decoration:underline;
}
.cleartop a:active {
color:#323232;
text-decoration:none;
}

.cleartop p {
padding-bottom:10px;
padding-top:5px;
}

.links2 {
float:left;
width:350px;
background-color:#f4f4f4;
}

.links2 h1 {
display:inline;
}

.links2 a:link {
color:#323232;
text-decoration:none;
}
.links2 a:visited {
color:#323232;
text-decoration:none;
}
.links2 a:hover {
color:#323232;
text-decoration:underline;
}
.links2 a:active {
color:#323232;
text-decoration:none;
}

.links2 p {
padding:10px 0px 10px 50px;
background-color:#f4f4f4;
line-height:140%;
}

#maincontent {
float:left;
padding-top:20px;
width:1100px;
margin-left:70px;
}

#maincontent h2 {
font-size:24px;
font-weight:bold;
color:#909090;
margin-bottom:20px;
}

#maincontent a:link {
color:#323232;

}
#maincontent a:visited {
color:#323232;

}
#maincontent a:hover {
color:#323232;
text-decoration:none;
}
#maincontent a:active {
color:#323232;

}

.superkrass {
float:right;
width:300px;
margin-right:50px;
margin-bottom:30px;
overflow:hidden;
}

.superkrass h1 {
font-size:14px;
font-weight:bold;
color:#720045;
margin-bottom:10px;
}

.superkrass img {
float:left;
margin-right:10px;
}

.superkrass_b {
float:right;
width:1100px;
margin-right:50px;
margin-bottom:30px;
overflow:hidden;
}

.superkrass_b h1{
font-size:24px;
font-weight:bold;
color:#909090;
margin-bottom:20px;
}

.superkrass_b img {
float:left;
margin-right:10px;
}

.superkrass_b ul {
padding:5px;
}

.superkrass_b li {
list-style-image:url(img/list.gif);
margin-left:20px;
padding-bottom:1px;
}

#slidrx {
float:left;
margin-left:70px;
margin-top:0px;
background-color:#CCCCCC;
height:360px;
width:1100px;
position:relative;
}


/*
	Slideshow
*/

#slidex {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slidex_container {
	width:1100px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slidex_container div.slide {
	width:1100px;
	height:360px;
	display:block;
}


/*
	Next/prev buttons
*/

#slidex .next,#slides .prev {
	position:absolute;
	top:127px;
	left:-23px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slidex .next {
	left:1100px;
}


#slidr {
float:left;
margin-left:70px;
margin-top:0px;
background-color:#CCCCCC;
height:523px;
width:1100px;
position:relative;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1100px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1100px;
	height:523px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:127px;
	left:-23px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1100px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 150px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:1100px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-align: center;
}
#kontakt-daten-kanzlei-bremen {
	
	width:666px;
	height:36px;
	z-index:1;
	top: 1px;
	overflow: visible;
	display:block;
	position:relative;
	float:right;
	text-align:right;
	padding-top:27px;
	padding-right:100px;
	}


#logo-kanzlei-walter {
	
	width:349px;
	height:76px;
	z-index:1;
	top: 1px;
	overflow: visible;
	display:block;
	position:relative;
	float:left;
	padding-left:67px;
}
#Impressum {
	position:relative;
	width:1257px;
	height:34px;
	z-index:2;
	float:left;
	font-weight: bold;
	display:block;
	color:#E5E5E5;
	padding-right:55px;
	text-align: right;
}
#Impressum a{
	position:relative;

	height:34px;
	z-index:2;
	float:right;
	font-weight: bold;
	display:block;
	color:#E5E5E5;
	padding-right:2px;
	text-align: right;
	text-decoration:none;
}
#Impressuma a:hover{
	background:#000;
	text-decoration:none;
	color:#FFF;
}
#Impressuma a{
	position:relative;

	z-index:222;
	float:right;
	font-weight: bold;
	display:block;
	color:#E5E5E5;
	padding-right:1px;
	text-align: right;
	text-decoration:none;
}
#Impressum a:hover{
	background:#000;
	text-decoration:none;
	color:#FFF;
}
#w-links {
	width:150px;
	float:left;
}
#w-mitte {
	width:750px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
#w-mitte-ein {
	width:730px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding-left:20px;
}
#w-rechts {
	width:160px;
	float:right;

}
#sp-links {
	width:350px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
#sp-mitte {
	width:20px;
	height:auto;
	float:left;

}
#sp-rechts {
	width:350px;
	float:right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
#container #maincontent #w-rechts p b {
	font-size: 14px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 54px;
}
body {
	background-color: #;
}
#navig {
}
#navigas {
	position:absolute;
	width:183px;
	height:235px;
	z-index:423;
	background-color: #494948;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-size:14px;
	left: 6px;
	top: 48px;
	background:rgba(0,0,0,.5);
}

#naviga a {
	position:relative;
	width:183px;
	height:38px;
	z-index:333;
	background-color: #494948;
	vertical-align: middle;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	color:#E5E5E5;
	font-size:14px;
	padding: 5 5 5 5;
	line-height: 3;
	background:rgba(0,0,0,.5);	
}
#naviga a:hover {
	background-color: #ccc;

	color:#000;
}

#naviga a:active {
	background-color: #ccc;
	color:#000;
}

.misterx {
	padding-left:15;
}
.head {
	font-size:16px;
	font-family: Arial, Helvetica, Tahoma;
	font-weight:bold;
}

.formular-hell {
	color:#333;
}

.formular-dunkel {
	color:#000;
	font-weight:bold;
	font-size:14px;
	vertical-align: middle;
	display: table-cell;
	min-height: 0em;
}
#rechtsgebiete a {
	position:relative;
	z-index:444;
	float:left;
	font-size:12px;
	font-weight:100;
	font-family: Arial, Helvetica, Tahoma;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
	display: block;
	width:147px;
	height:44px;
	line-height:4;
	visibility: visible;
	padding-top:5px;

}
#rechtsgebiete a:hover {
	border-top-style: solid;
	border-top-color: #000;
	background-color:#f2f2f2;
	font-weight:200;
	margin-top:-2;
	border-top-color: #000;	
}
.ra {
	text-align:right;
}