@charset "utf-8";

/* ============================================
   d.+d. Stylesheets
   18.08.2008
   (c) www.sbihl.de
   ============================================ */

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e2e2e2 url(graphics/bg-winter.jpg) fixed repeat;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 12px 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;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: 11px;
}
.tab {
	float: left;
	width: 14em;
}
.call {
	font-size: 13px;
	margin: 0;
	text-align: center;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #d2090b;
	text-decoration: underline;
}
a.popimg,
a:visited.popimg {
	color: #000;
	display: block;
	text-decoration: none;
}
a:hover.popimg {
	color: #d2090b;
	text-decoration: none;
}
a.popimg em,
a:visited.popimg em {
	font-style: normal;
	text-decoration: underline;
}
a:hover.popimg em {
	text-decoration: none;
}
a.popimg strong,
a:visited.popimg strong {
	font-weight: bold;
	text-decoration: underline;
}
a:hover.popimg strong {
	text-decoration: none;
}

/* Typo
----------------------------------------------- */
h1 {
	color: #d2090b;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

h3, h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	list-style: disc;
	padding: 0 0 2px 0;
}
ul#language {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
ul#language li {
	display: inline;
	list-style: none;
	padding: 0 5px 0 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background:#f2f2f2;
	border: 5px solid #fff;
	font-size: 12px;
	margin: 12px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 914px;
}
#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 {
	float: left;
	height: 144px;
	margin: 0;
	padding: 0;
	width: 100%;
}
p.logo {
	margin: 19px 0 0 0;
	text-align: center;
}
#navigation {
	background: #d92022 url(graphics/bg_navigation.gif) repeat-x 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#container {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
#leftcolumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
}
#nolmenu #leftcolumn {
	background: url(graphics/bg_showgirl.jpg) no-repeat right 50px;
	min-height: 524px;
	height: auto !important;  /*moderne Browser*/
	height: 524px;  /*IE*/
}
#content {
	background: #fff;
	border: 1px solid #cfcfcf;
	float: left;
	margin: 0;
	/*line-height: 1.5em;*/
	padding: 25px 20px 10px 22px;
	width: 520px;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /*IE*/
}
#nolmenu #content {
	background: #fff url(graphics/bg_showhands.gif) no-repeat left top;
	border-left: none;
	min-height: 524px;
	height: auto !important;  /*moderne Browser*/
	height: 524px;  /*IE*/
	width: 521px;
}
#content-full {
	background: #fff;
	border: 1px solid #cfcfcf;
	float: left;
	margin: 0;
	padding: 25px 12px 10px 22px;
	width: 528px;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /*IE*/
}
#rightcolumn {
	float: left;
	margin-right: -3px; /*IE6*/
	margin-left: 20px;
	padding: 0;
	width: 135px;
}
.kategorietext {
	margin: 0 0 15px 0;
}
.preview {
	background: #fff;
	border: 1px solid #cfcfcf;
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px;
	text-align: center;
	width: 160px;
}
.thumbbox {
	background: #f2f2f2;
	border: 1px solid #cfcfcf;
	float: left;
	margin: 0 12px 12px 0;
	padding: 9px 9px 0 9px;
	text-align: center;
	width: 100px;
	min-height: 136px;
	height: auto !important;  /*moderne Browser*/
	height: 136px;  /*IE*/
}
.thumbbox img {
	padding-bottom: 5px;
}
.selectionbox {
	background: #f2f2f2;
	border: 1px solid #cfcfcf;
	float: left;
	height: 147px;
	margin: 0 0 10px 0;
	padding: 1px;
	width: 516px;
}
.selectionbox-text {
	background: #f2f2f2;
	border: 1px solid #cfcfcf;
	float: left;
	margin: 0 0 10px 0;
	padding: 1px;
	width: 516px;
}
.startteaser {
	float: left;
	padding: 0;
	width: 147px;
}
.starttext {
	float: left;
	width: 18px;
}
.selection,
.selection2,
.selection3,
.selection4 {
	float: left;
	margin: 0 0 0 13px;
	width: 356px;
}
.selection3 {
	width: 178px;
}
.selection4 {
	margin-left: 0;
	width: 178px;
}
.selection h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 4px 0;
	letter-spacing: 2px;
	width: 342px;
}
.mitarbeiter {
	float: left;
	height: 90px;
	margin: 0 0 10px 0;
	width: 252px;
}
.maodd {
	margin-right: 16px;
}
.mafoto {
	float: left;
	padding: 0 5px 0 0;
}
p.maname {
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 2px 0;
}
p.maname img {
	margin-bottom: 4px;
}
.kontakttext {
	float: left;
	margin: 45px 0 0 0;
	width: 100%;
}
ul#kunden {
	margin: 0;
	padding: 0;
}
ul#kunden li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0 49px 5px 0;
}
ul#kunden li.kdl_endimg {
	padding-right: 0;
}
a.rubric-header,
a:visited.rubric-header {
	background: url(graphics/arrow.gif) no-repeat 3px 6px;
	border-bottom: 1px dotted #cfcfcf;
	color: #000;
	display: block;
	padding: 2px 0 2px 12px;
	text-decoration: none;
	width: 331px;
}
a:hover.rubric-header {
	color: #d2090b;
	text-decoration: none;
}
/*a.rubric-header,
a:visited.rubric-header {
	background: #fff url(graphics/arrow.gif) no-repeat 3px 6px;
	border: solid #cfcfcf;
	border-width: 0 1px 1px 0;
	color: #000;
	display: block;
	padding: 2px 0 2px 12px;
	text-decoration: none;
	width: 331px;
}
a:hover.rubric-header {
	background: #d2090b url(graphics/arrow.gif) no-repeat 3px -46px;
	color: #d2090b;
	text-decoration: none;
}*/
#content .selection ul,
#content .selection2 ul,
#content .selection3 ul,
#content .selection4 ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#content .selection2 ul,
#content .selection3 ul,
#content .selection4 ul {
	margin-top: 9px;
}
#content .selection .selection4 ul {
	margin-top: 0;
}
#content .selection ul li,
#content .selection2 ul li,
#content .selection3 ul li,
#content .selection4 ul li {
	display: block;
	float: left;
	margin: 0 0 2px 0;
	list-style: none;
	padding: 0;
	width: 176px;
}
#content .selection ul li a,
#content .selection ul li a:visited,
#content .selection2 ul li a,
#content .selection2 ul li a:visited,
#content .selection3 ul li a,
#content .selection3 ul li a:visited,
#content .selection4 ul li a,
#content .selection4 ul li a:visited {
	background: url(graphics/arrow.gif) no-repeat 3px 4px;
	color: #000;
	display: block;
	padding: 1px 0 1px 12px;
	text-decoration: none;
	width: 155px;
}
#content .selection ul li a:hover,
#content .selection2 ul li a:hover,
#content .selection3 ul li a:hover,
#content .selection4 ul li a:hover {
	color: #d2090b;
	text-decoration: none;
}


.subtitel-adress {
	
	font-size: 10px;
	font-weight: bold;
	color:#666666
}


/* Forms
-----------------------------------------------*/
#rightcolumn form {
	border: none;
	margin: 0;
	padding: 0;
}
#rightcolumn fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.searchfield {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-right: none;
	color: #666;
	height: 16px;
	float: left;
	font-size: 11px;
	padding: 3px 0 0 5px;
	width: 111px;
}
.suchbutton {
	border: 1px solid #cfcfcf;
	border-left: none;
	float: left;
	height: 19px;
	width: 17px;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	margin: 0;
	/*line-height: 18px;*/
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
#navigation ul li {
	display: inline;
	padding: 5px 0;
}
#navigation ul li a,
#navigation ul li a:visited {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 50px;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
.active {
	background: url(graphics/bg_active.gif) no-repeat bottom center !important;
	color: #f2f2f2 !important;
}
.doggeys {
	color: #d2090b !important;
	font-weight: bold !important;
}

/*leftcolumn*/
#leftcolumn ul {
	margin: 0 5px 20px 6px;
	padding: 0;
}
#leftcolumn ul li {
	margin: 0;
	list-style: none;
	padding: 0 0 8px 0;
}
#leftcolumn ul li a,
#leftcolumn ul li a:visited {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#leftcolumn ul li a:hover {
	color: #d2090b;
}
.active2 {
	color: #d2090b !important;
	font-weight: bold !important;
}

/*rightcolumn*/
#rightcolumn ul {
	margin: 20px 0;
	padding: 0;
}
#rightcolumn ul li {
	margin: 0;
	list-style: none;
	padding: 0 0 5px 0;
}
#rightcolumn ul li a,
#rightcolumn ul li a:visited {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#rightcolumn ul li a:hover {
	color: #d2090b;
}
.servicemenuactive {
	color: #d2090b !important;
	font-weight: bold !important;
}

/* Tabellen
-----------------------------------------------*/
table {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
table td,
table th {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table.kontakt {
	margin-bottom: 22px;
}
table.kontakt td {
	width: 252px;
}
table.kontakt td.kontaktfirst {
	width: 268px;
}


/* Formulare
-----------------------------------------------*/
#kontaktform {
	border: none;
	margin-top: 20px;
}
fieldset {
	border: none;
	margin: 1em 0;
	padding: 0;
}	
#kontaktform fieldset {
	border: 1px solid #d2ced0;
	margin: 1em 0;
	padding: 12px 20px;
}	
legend {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}
label {
	cursor: pointer;
	float: left;
	width: 160px;
}
.anrede {
	width: 150px;
}
.mediumlabel {
	width: 120px;
}
.smalllabel {
	width: 40px;
}
input.ti {
	font-family: inherit;
	font-size: 1em;
	width: 250px;
}
.largeinput {
	width: 420px;
}
.mediuminput {
	width: 178px;
}
.smallinput {
	width: 80px;
}
textarea {
	background: #fff;
	font-family: inherit;
	font-size: 12px;
	width: 525px;
}
.commenthinweis {
	color: #999;
	padding-left: 160px;
}
.formp {
	padding-left: 180px;
}
.formpin {
	padding-left: 160px;
}
.button_in,
.button_in:hover {
	cursor: pointer;
	padding: 0 4px;
}
.button,
.button:hover {
	cursor: pointer;
	margin-left: 160px;
	padding: 0 4px;
}
