html {
	min-height: 100.5%;
}
body {
	background: #555 url(../../_images/back/back_body.gif) repeat-x left top;
	margin: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
#root {
}

/* Angemeldet als ... */
#user {
	width: 950px;
	text-align: right;
	margin: 0px auto;
	padding: 10px 0px;
	height: 20px;
}
#user p {
	font-size: 11px;
	color: #BBB;
	line-height: 20px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#user strong {
	color: #DDD;
}

#user a {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#user a:hover {
	color: #BBB;
}


#page {
	width: 950px;
	background: #FFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

/* Kopfbereich */

#head {
	padding-right: 40px;
	padding-left: 40px;

}

/* Hauptnavigation mit Pulldowns */

#navi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	background: #FFF url(../../_images/back/back_navi.gif) repeat-x top;
	width: 950px;
}
#navi ul{
	padding: 0px 0px 0px 35px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 880px;
}
#navi li {
	padding: 0px;
	display: block;
	margin: 0px;
	float: left;
}
#navi li.last {
	float:right;
}

#navi li a {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 30px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
}

#navi li a span {
	display: block;
	line-height: 69px;
	padding: 0px 30px 6px 0px;
	white-space: nowrap;
}
#navi li a.current {
	background: url(../../_images/tabs/tabs_navi-left.gif) no-repeat left bottom;
	color: #712;
}
#navi li a.current span {
	background: url(../../_images/tabs/tabs_navi-right.gif) no-repeat right bottom;
}
#navi li a:hover {
	background: url(../../_images/tabs/tabs_navi_hover.gif) no-repeat center top;
	color: #DAB;
}
#navi li a:hover span {
	background: none;
}
#navi li a.current:hover {
	background: url(../../_images/tabs/tabs_navi-left.gif) no-repeat left bottom;
	color: #AAA;
}
#navi li a.current:hover span{
	background: url(../../_images/tabs/tabs_navi-right.gif) no-repeat right bottom;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


/* Logo und Unternehmenstitel */
#title {
	padding: 30px 0px 40px;
	float: left;
}
#title a {
}
#title img {
	border-style: none;
	display: block;
	float: left;
}
#title img.logo {
	padding-right: 65px;
	padding-left: 20px;
}




/* Servicenavigation */
#service {
	color: #BBB;
	text-align: right;
}
#service ul {
	margin: 50px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#service li {
	font-size: 11px;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	line-height: 16px;
	border-right: 1px solid #BBB;
}
#service li.last {
	border-right-style: none;
	padding-right: 0px;
}
#service a {
	text-decoration: none;
	color: #BBB
}
#service a:hover {
	color: #712; 
}




/* Hauptbereich */

#main {
	clear: left;
}


/* Banner und Zitat Startseite */

#visual {
	clear: left;
	padding-right: 40px;
	padding-left: 40px;
	height: 220px;
	padding-bottom: 20px;
}
#visual img {
	margin: 0px;
	float: left;
	display: block;
}
#visual img.quote {
	margin-right: 45px;
}


/* Menü */

#menu {
	width: 260px;
	float: left;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 45px;
}
#menu ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	background: #CCC;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #000;
	padding-left: 20px;
	padding-right: 10px;
	width: 230px;
	font-weight: bold;
}
#menu li a:hover {
	background: #712;
	color: #FFF;
}
#menu li a.current {
	font-weight: bold;
	color: #712;
	background: #DDD;
	border-left: 5px solid #712;
	padding-left: 15px;
	
}
#menu li a.current:hover {
	background: #712;
	color: #FFF;
}

#menu ul ul {
	margin-bottom: 0px;
}
#menu li li {
	font-size: 11px;
	line-height: 30px;
	border-bottom-style: none;
	border-top: 1px solid #FFF;
}
#menu li li a {
	color: #333;
	font-weight: normal;
	padding-left: 40px;
	width: 210px;
	background: #EEE;
	border-bottom: none;
}
#menu li li a:hover {
	color: #FFF;
	background: #712;
}
#menu li li a.current {
	font-weight: bold;
	background: #EEE;
	padding-left: 40px;
	border-left-style: none;
	width: 210px;
}
#menu li li a.current:hover {
}
#menu ul ul ul {
	background: #FFF;
}
#menu li li li {
	line-height: 25px;
	border-top: 1px solid #EEE;
}
#menu li li li a {
	padding-left: 60px;
	width: 190px;
	background: #FFF;
}
#menu li li li a:hover {
	background: #EEE;
	color: #712;
}
#menu li li li a.current {
	font-weight: bold;
	background: #EEE;
	padding-left: 60px;
	border-left-style: none;
	width: 190px;
}

/* Wrapper */
#wrapper {
	width: 330px;
	float: left;
	padding: 0px 45px 20px 0px;
	min-height: 350px;
	height:auto !important;
	height:550px;
}


#wrapper.wide {
	width: 565px;
	padding-right: 0px;
}
#wrapper.full {
	padding: 0px;
	width: 950px;
}

/* Inhalte */

#content {
}
#content h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}
#content h2 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p.error {
	border: 3px solid #712;
	padding: 10px;
	background-color: #EBB;
	font-weight: bold;
}
#content p.date {
	font-size: 11px;
	font-style: italic;
}
#content blockqoute {
	margin-left: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
}
#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDD;
}
#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-style: none;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	float: right;
	margin: 0px 0px 10px 20px;
}
#content a {
	color: #712;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #555;
}

#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}


#content span.small {
	font-size: 11px;
}

/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #712;
	border-style: none;
}
#content form br {
	clear: left;
}
#content form span.help {
	font-size: 11px;
	color: #999;
	padding-left: 10px;
}

#content fieldset {
	margin: 0px 0px 20px;
	padding: 10px 20px 15px;
	border: 1px solid #DDD;
}
#content fieldset.button {
	border-style: none;
	text-align: right;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #999;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left {
	float: left;
	width: 140px;
}
#content label.data {
	line-height:30px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 400px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 490px;
}
#content input.text {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#content input.text:focus {
	border: 1px solid #000;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.file {
	font: 12px Arial, Helvetica, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	border: 1px solid #000;
}
#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #384;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}

/* Suche Urteile */


#content fieldset.search {
	padding: 10px 15px 10px 15px;
	background: url(../../_images/back/back_fieldset-search.gif) repeat-x bottom;
}
#content fieldset.search input.text{
	float: left;
	width: 170px;
	padding: 5px;
	margin: 5px 5px 5px 0px;
}
#content fieldset.search label {
	float: left;
	font-size: 11px;
	margin: 5px 5px 5px 0px;
}
#content fieldset.search input.horizontal {
	float: left;
	padding: 0px;
	margin: 8px 5px;
}
#content fieldset.search button {
	margin: 4px 0px 0px;
	padding: 3px 5px;
	float: right;
}

* html #content fieldset.search input.horizontal {
	margin: 8px 2px;
}
*+html #content fieldset.search input.horizontal {
	margin: 8px 3px;
}


/* Tabellen */

#content table {
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
}
#content tr.even {
}

#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-bottom: 10px;
}
#content th.right {
	text-align: right;
}


#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 10px 7px 0px;
}

#content td.right {
	text-align: right;
	padding: 0px 0px 0px 20px;
}
#content table.members td {
	padding: 20px 0px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}
#content table.members p {
	margin: 0px 0px 5px;
}

#content table.members img {
	margin: 0px 30px 0px 10px;
}
#content table.downloads {
	margin-bottom: 20px;
}

#content table.downloads td {
	padding-top: 6px;
	border-top: 1px solid #DDD;
	padding-bottom: 6px;
}

/* Tabelle Urteilsdatenbank */
#database td {
	border-bottom: 1px solid #DDD;
	padding: 10px 10px 10px 0px;
}


/* Sitemap Liste */

#content ul.sitemap {
	padding: 0px 0px 20px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 50%;
}
#content ul.sitemap li {
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
#content ul.sitemap ul {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	list-style: disc;
	float: none;
	width: auto;
}
#content ul.sitemap li li {
	line-height: 16px;
	font-weight: normal;
	font-size: 12px;
}
#content ul.sitemap li li li {
	font-size: 11px;
	line-height: 16px;
}

/* Startseitenteaser */

#teaser {
	margin: 0px;
	padding: 0px;
	clear: left;
}
#teaser div {
	float: left;
	padding: 0px 5px 10px 40px;
	margin: 0px;
	width: 260px;
}
#teaser div.block {
	padding: 0px;
	width: 610px;
}
#teaser h1 {
	border-bottom: 1px solid #AAA;
	color: #711;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}
#teaser h2 {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
#teaser h3 {
	color: #555;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 5px;
	line-height: 18px;
}
#teaser a {
	font-weight: bold;
}
#teaser img {
	margin: 0px;
	display: block;
}



/* Thumbnails */

#thumbs {
	margin-top: 20px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	padding: 0px;
	list-style: url(../../_styles/none) none;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 10px 10px 0px;
}
#thumbs a {
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
}
#thumbs a:hover {
	border: 1px solid #712;
	text-decoration: none;
}
#thumbs img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.landscape {
	margin: 0px;
	padding: 29px 10px;
}
#thumbs img.portrait {
	padding: 10px 29px;
}
#thumbs img.square {
	padding: 10px;
}

#thumbs span {
	display: block;
	white-space: nowrap;
	padding-bottom: 10px;
}


/* Galerie */

#gallery {
}
#gallery p.previous {
	float: left;
	font-size: 11px;
	color: #BBB;
}
#gallery p.overview {
	text-align: center;
	font-size: 11px;
	color: #BBB;
}
#gallery p.next {
	float: right;
	font-size: 11px;
	color: #BBB;

}
#image {
	border: 1px solid #DDD;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#image img {
	margin: 0px auto;
	display: block;
}
#image img.landscape {
}
#image img.portrait {
}

#turn {
	clear: left;
	height: 30px;
}
#turn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#turn li {
	font-size: 11px;
	line-height: 15px;
	float: left;
	white-space: nowrap;
	margin: 7px 0px 8px;
	padding: 0px 10px;
	border-right: 1px solid #BBB;
}
#turn li.title {
	padding-left: 0px;
	border-right-style: none;
}
#turn li.previous {
	color: #BBB;
}
#turn li.next {
	padding-right: 0px;
	border-right-style: none;
	color: #BBB;
}
#turn a.current {
	color: #555;
	font-weight: bold;
}
#turn a.disabled {
	color: #BBB;
}
#turn a.disabled:hover {
	text-decoration: none;
}








/* Produktübersicht 

#list {
}
#list h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#list p {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}
#list img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#list ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	float: left;
}
#list li {
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDF;
	padding: 0px 0px 5px;
}
#list li:hover {
	border: 1px solid #649;
	background: #EEF;
}
#list li h3 {
	margin: 5px 0px 0px;
}
#list col.image {
	width: 120px;
}
#list col.product {
	width: 350px;
}

#list col.price {
	width: 120px;
}
#list tr {
}
#list td {
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #DDF;
	padding: 10px 10px 10px 0px;
}
#list td.price {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}




/* Zusatzspalte */

#column {
	float: left;
	color: #777;
	width: 190px;
}
#column h4 {
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 1px #DDD solid;
}
#column p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#column a {
	color: #712;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
	color: #999;
}
#column hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #DDD;
}


#foot {
	clear: both;
}

div.clear {
	clear: both;
}
