@charset "utf-8";

/* ============================================
   Stylesheets rechtsanwalt-kaufmann.de
   05.08.2008
   by www.sbihl.de
   ============================================ */

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
	overflow-y: scroll; /*gegen horizonatales verschieben beim toogeln*/
}
body {
	background: #e8e8e8 url(graphics/bg.gif) repeat-y top center;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.portrait {
	background: url(graphics/bg_portrait.gif) no-repeat top right;
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px 11px 12px 9px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: 11px;
}
.center {
	text-align: center;
}
.tab {
	float: left;
	width: 14em;
}
.xtra {
	border-left: 3px solid #d1d1d1;
	padding-left: 8px;
}
.hinweis {
	border: 1px solid #cacaca;
	color: #666;
	font-style: italic;
	margin: 12px 0 18px 0;
	padding: 8px;
}
.tipp {
	background: #e6e7e7 url(graphics/bg_tipp.gif) repeat-x 0 0;
	border: 1px solid #e6e7e7;
	margin: 1em 0;
	padding: 8px;
}
.rakci {
	color: #81110a;
}
.kformlink {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #670d08;
	text-decoration: none;
}
#header a,
#header a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
}
#header a:hover {
	color: #ccc;
	text-decoration: none;
}
#container a,
#container a:visited {
	border-bottom: 1px solid #a46e6b;
	color: #000;
	outline: none;
	text-decoration: none;
}
#container a:hover {
	border-bottom: none;
	color: #670d08;
	text-decoration: none;
}
#container a.fol,
#container a:visited.fol,
#container a.fol_end,
#container a:visited.fol_end {
	background: #e6e6e6;
	border: none;
	border-top: 1px solid #fff;
	color: #81110a;
	display: block;
	font-weight: bold;
	height: 33px;
	margin: 0 0 9px 0;
	padding: 3px 5px 4px 8px;
	text-decoration: underline;
}
#container a.fol,
#container a:visited.fol {
	line-height: 33px;
}
#container a:hover.fol,
#container a:hover.fol_end {
	color: #000;
	text-decoration: none;
}
.pdf {
	background: url(graphics/pdf.gif) no-repeat;
	padding: 2px 0 2px 22px !important;
}

/* Typo
----------------------------------------------- */
h1 {
	border-bottom: 1px dotted #d1d1d1;
	color: #81110a;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 23px;
	margin: 0 0 .67em 0;
}
h2, h3, h4 {
	color: #81110a;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0 0 0;
}
h4.display {
	color: #81110a;
	font-size: 14px;
	font-weight: normal;
	margin: 14px 0 0 0;
	padding: 0 0 5px 0;
	text-decoration: underline;
}
h4.display:hover {
	cursor: pointer !important;
	text-decoration: none;
}
#sidebar h4 {
	font-weight: bold;
}
p, address  {
	margin: 0.5em 0;
}
p.double  {
	margin: 25px 0 .5em 0;
}
p.back {
	border-top: 1px dotted #d1d1d1;
	margin-top: 28px;
	padding-top: 4px;
}
#welcome p {
	margin: 0;
}
#sidebar p {
	margin: 5px 12px;
}
#content p {
	line-height: 1.5em;
}
address {
	font-style: normal;
}
ul.standard {
	margin: 3px 0 1em 15px;
	line-height: 1.5em;
}
ul.standard li {
	padding: 0 0 2px 0;
	list-style: disc;
}
ul.downloads {
	margin: 14px 0;
}
ul.downloads li {
	padding: 0 0 14px 0;
	list-style: none;
}
ol.standard {
	margin: 3px 0 1em 15px;
	line-height: 1.5em;
}
ol.standard li {
	padding: 0 0 2px 0;
}
ul.servicelinks {
	margin: 6px 0 6px 12px;
}
ul.servicelinks li {
	padding: 0 0 5px 0;
	list-style: none;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 814px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #670d08 url(graphics/bg_header.gif) no-repeat 0 0;
	color: #fff;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	height: 125px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#header img {
	margin-top: 35px;
}
#navigation {
	background: #81110a;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#container {
	background: #fff url(graphics/bg_container.gif) repeat-x 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidebar {
	display: inline; /*IE6*/
	float: left;
	margin: 40px 0 10px 16px;
	width: 196px;
}
.infobox {
	background: #fbfcfc;
	border: 1px solid #cacaca;
	border-top: none;
	float: left;
	margin: 0 0 19px 0;
	width: 194px;
}
#sidebar h4 {
	background: #ebebeb url(graphics/bg_sidebar-h4.gif) no-repeat 0 0;
	color: #992b24;
	float: left;
	font-size: 12px;
	height: 30px;
	margin: 0;
	line-height: 30px;
	padding: 0 12px;
	text-transform: uppercase;
	width: 172px;
}
#content {
	display: inline; /*IE6*/
	float: right;
	margin: 40px 16px 10px 20px;
	padding: 0;
	width: 566px;
}
#rak-home #content {
	margin-top: 15px;
}
#welcome {
	background: url(graphics/welcome.jpg) no-repeat bottom left;
	float: left;
	height: 175px;
	margin: 0 0 15px 0;
	width: 100%;
}
blockquote.start {
	display: inline; /*IE6*/
	float: left;
	font-size: 11px;
	font-style: normal;
	height: 90px;
	margin: 60px 0 0 35px;
/*	height: 98px;
	margin: 52px 0 0 32px;*/
	width: 330px;
}
blockquote.start strong {
	color: #81110a;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
	margin: 0;
}
blockquote.start em {
	color: #81110a;
	font-style: normal;
}
.fieldoflaw {
	background: url(graphics/bg_fol.gif) repeat-x bottom left;
	border: 1px solid #cacaca;
	float: left;
	margin: 0 16px 1em 0;
	width: 176px;
	min-height: 225px;
	height: auto !important;  /*moderne Browser*/
	height: 225px;  /*IE*/
}
.fieldoflaw span {
	white-space: nowrap; /*verhindert Zeilenumbruch vor einem Komma, dass einem Bindestrich folgt*/
}
.fol_end {
	margin-right: 0;
}
.fieldoflaw ul {
	margin: 0 8px 0 5px;
	padding: 0;
}
.fieldoflaw ul li {
	background: url(graphics/checked.gif) no-repeat 0 3px;
	margin: 0;
	list-style: none;
	padding: 0 0 8px 12px;
}
/* Google Map
-----------------------------------------------*/ 
#map {
	background: #cacaca;
	border: 1px solid #cacaca;
	float: left;
	height: 380px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 564px;
}
#googletooltip {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

/* Newsflash iframe
-----------------------------------------------*/
#ranewsflash {
	border: none;
	height: 2400px;
	padding: 0;
	width: 566px;
}

/* Tabellen
-----------------------------------------------*/
.seminarfakten {
	margin: 1em 0;
	padding: 0;
}
.seminarfakten td {
	margin: 0;
	padding: 2px 12px 2px 0;
}

/* Forms
-----------------------------------------------*/
form#kform {
	margin-top: 15px;
}
#kform fieldset {
	background: #fff;
	border: 1px solid #cacaca;
	clear: both;
	display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	width: 400px;
}
legend {
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0 4px;
}
label {
	margin: 5px 0;
} 
.kontaktdaten label {
	display: block;
	float: left;
	width: 80px;
}
.anfrage label {
	display: block;
	float: left;
	width: 80px;
}
input.i-text,textarea {
	margin: 3px 0;
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	padding: 2px;
	width: 300px;
}  
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 120px;
} 
input:active.i-text, input:focus.i-text, input:hover.i-text,
textarea:active.i-text, textarea:focus.i-text, textarea:hover.i-text {
	background: #f7f7f7;
}
.button {
	padding: 0 15px;
}
.gesendet {
	color: #036;
	font-size: 15px;
	font-weight: bold;
}
.fehler {
	color: #f00;
	font-weight: bold;
}
/*Formeln*/
fieldset.formel {
	background: url(graphics/bg_formel.gif) repeat-x bottom left;
	border: 1px solid #d1d1d1;
	margin: 15px 0;
	padding: 10px;
}
fieldset.formel legend {
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	border-bottom: 5px solid #d1d1d1;
	padding: 9px 0;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	color: #fff;
	padding: 9px 10px;
	text-decoration: none;
	border-left: 1px solid #620b06;
	margin-left: -1px;
}
#navigation ul li a:hover {
	background: #d1d1d1;
	color: #81110a;
	text-decoration: none;
}
#navigation ul li a.menuend {
	border-right: 1px solid #620b06;
	padding-right: 10px;
}
#navigation ul li a#active {
	background: #d1d1d1;
	color: #81110a;
}
