﻿/* CSS Document */
/* 
Autor:    Roy Schmidt
Web:      www.SigmaMedia.de
E-Mail:   info@SigmaMedia.de
*/

/* Farben

Seitenhintergrund grau		--	#E2E2E2
Rahmen Div links/rechts		--	#564C3B
Hintergrund Div links			--	#D0C5B2
Content Div links					--	#443926

*/

html {
	height:100%;
}
	
body {
	background: #E2E2E2;
	height:100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}

:link:focus, :visited:focus { 
	-moz-outline: 0px dotted; 
}

[type="radio"]
{
 border: 0;
}

.nobIE {
	*border: 0 !important;
}

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

.txtBold {
	font-weight: 700;
}

.seenot {
	display: none;
}

table {
	max-width: 90%;
}

div#contentInnerWrap ul {
	color: #A36701;
	list-style-type: circle;
	margin: 20px 30px;
}



/*-----------------------Default Inhaltsboxen linke und rechte Spalte -- Beginn --------------------*/

div.defaultBoxLeft,
div.defaultBoxRight  {
	border-top: 1px solid #564C3B;
	padding-bottom: 16px;
	width: 220px;
}

div.defaultBoxLeftTeaser,
div.defaultBoxRightTeaser {
	background: #957D53 url(../img/bg_defaultBoxLeft.gif) bottom repeat-x;
	min-height: 35px;
}

div.defaultBoxRightTeaser {
	background: #957D53 url(../img/bg_defaultBoxRight.gif) bottom repeat-x;
}

div.defaultBoxLeftTeaser h4,
div.defaultBoxRightTeaser h4 {
	color: #FFF4BD; 
	margin: 0 16px; 
	padding-top: 4px;
}


div.defaultBoxLeft p,
div.defaultBoxRight p {
margin: 0;
padding: 0px;
line-height: 150%;
}

/*-----------------------Default Inhaltsboxen linke und rechte Spalte -- Ende --------------------*/

/*-----------------------Themen Inhaltsboxen linke Spalte -- Beginn --------------------*/
div#kanzlei,
div#taetigkeit,
div#service,
div#sofkontakt {
	background: #D0C5B2;
	border-top: 1px solid #564C3B;
	margin: 0;
	min-height: 35px;
	list-style: none;
	padding: 40px 0 16px 0;
}

div#kanzlei {
	background: url(../img/leftCol_kanzl.gif) no-repeat;
}
div#taetigkeit {
	background: url(../img/leftCol_taetigk.gif) no-repeat;
}
div#service {
	background: url(../img/leftCol_service.gif) no-repeat;
}
div#sofkontakt {
	background: url(../img/rightCol_sofkontakt.gif) no-repeat;
}
/*-----------------------Themen Inhaltsboxen linke Spalte -- Ende --------------------*/

/*-----------------------Themen Inhaltsboxen rechte Spalte -- Beginn --------------------*/
div#rechtsport,
div#news,
div#neustichwort,
div#stichwortverzei,
div#links {
	background: #fff;
	border-top: 1px solid #564C3B;
	margin: 0;
	min-height: 35px;
	list-style: none;
	padding: 40px 0 16px 0;
}

div#rechtsport {
	background: url(../img/rightCol_rechtsport.gif) no-repeat;
}
div#news {
	background: url(../img/rightCol_news.gif) no-repeat;
}
div#neustichwort {
	background: url(../img/rightCol_neustichwort.gif) no-repeat;
}
div#stichwortverzei {
	background: url(../img/rightCol_stichwortverzei.gif) no-repeat;
}
div#links {
	background: url(../img/rightCol_links.gif) no-repeat;
}
/*-----------------------Themen Inhaltsboxen rechte Spalte -- Ende --------------------*/


/*-----------------------Textlinks--Beginn-----------------*/
a:link,
a:visited,
a:hover,
a:active {
	background: url(../img/dottedLine_rightCol.gif) bottom repeat-x; 
	color: #A36701;
	padding-bottom: 2px;
	text-decoration: none;
}

a:hover {
	color: #564C3B;
}
/*-----------------------Textlinks--Ende-----------------*/


/*-----------------------Listen Menues linke Spalte -- Beginn --------------------*/
div#leftWrap ul li,
div#rightWrap ul li {
	list-style: none;
	margin: 0 16px;
}

div#leftWrap ul li a {
	background: url(../img/dottedLine_link.gif) bottom repeat-x;
	color: #443926;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}

div#rightWrap ul li a {
	background: url(../img/dottedLine_rightCol.gif) bottom repeat-x;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
/*-----------------------Listen Menues linke Spalte -- Ende --------------------*/

/*----------------------------- Kontaktformular Anfang -------------------------------------*/
fieldset.kontaktForm {
	background: #D0C5B2 url(../img/bg_fieldsetH2.gif) no-repeat;
	border: 1px solid #564C3B;
	margin: 20px auto;
	width: 350px;
}

fieldset.kontaktForm * span { /* roter Stern fuer Pflichtfeld*/
	color: red;
}

fieldset.kontaktForm h2 {
	color: #FFF4BD;
	min-height: 35px;
	text-indent: -9999px;
}

fieldset.kontaktForm label {
	display: block;
	width: 280px;
	text-align: right;
	margin: 6px auto;
}

fieldset.kontaktForm input { 
	background: #fff;
	border: 1px solid #957D53; 
	color: #443926;
	margin-left: 10px;
	padding: 2px 6px;
	width: 150px;
}

fieldset.kontaktForm textarea { 
	background: #fff;
	border: 1px solid #957D53; 
	color: #443926;
	height: 150px;
	padding: 2px 6px;
	width: 265px;
}


fieldset.kontaktForm input.button { 
	cursor: pointer;
	font-weight: 700;
	margin: 6px auto;
	text-align: center;
	width: 280px;
}

fieldset.kontaktForm input.button:hover { 
	background: #D0C5B2;
	color: #FFF4BD;
} /* Gecko Engines only */



/*----------------------------- Kontaktformular Ende -------------------------------------*/



/*----------------------LayoutContainer Beginn---------------------------*/
div#mainWrap { 
	background: #fff url(../img/bg_mainWrap.gif) left repeat-y;
	border: 1px solid #564C3B; 
	border-top: 0;
	margin: 10px auto;
	min-height: 101%;
	width: 958px;
}

div#headerWrap {
	background: #000; 
	border: 1px solid #B69766;
	height: 220px;
	margin: 0 auto;
	width: 958px;
}

div#headerLeftWrap { 
	background: url(../img/bg_headerLeft.jpg) no-repeat;
	float: left;
	height: 220px; 
	width: 690px;
}

div#headerRightWrap { 
	background: url(../img/bg_headerRight.gif) no-repeat;
	float: left;
	height: 220px;
	width: 267px;
}

div#leftWrap {
	float: left;
	width: 220px;
}

div#contentOuterWrap { 
	border-top: 1px solid #564C3B; 
	float: left;
	width: 518px; 
}

div#contentInnerWrap { 
	color: #333333;
	line-height: 20px;
	margin: 46px 20px;
}

div#rightWrap {
	float: left;
	width: 220px;
}

div#rightWrap img {
	border: 1px solid #564C3B;	float: left;
	margin: 0 10px;
	max-width: 200px;
}

div#rightWrap p, div#leftWrap p {
	line-height: 1.5em;
	margin: 10px;
}

div#footerWrap {
	margin: 10px auto;
	padding: 4px 0;
	text-align: center;
	width: 960px;
}

div#footerWrap a {
	background: #E2E2E2;
}
/*----------------------LayoutContainer Ende---------------------------*/


