/*******************************************************************************
********************************************************************************
	Projekt		: Rohrstar
********************************************************************************
*******************************************************************************/




/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}




/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/

/*	Schwarz
***************************************/
body {
	color: #333;
}

h1, h2, h4, h5 {
	color: #006;
}

div#f-cntnt a {
	color: #600;
}

/*************************************************************** Schriften *****
*******************************************************************************/
body {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}

/********************************************************* Schriftgroessen *****
*******************************************************************************/
div#wbst {
	font-size: .75em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.7em;
}

h5 {
	font-size: 1.2em;
}

div#path {
	font-size: .85em;
}



/************************************************************* Zeilenhoehe *****
*******************************************************************************/
div#f-cntnt, 
div#f-sdbr {
	line-height: 1.6;
}

/************************************************************* Allgemeines *****
*******************************************************************************/
h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.1;
}

h3 {
	margin-bottom: 0;
	font-weight: bold;

}

h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.1;
}

h5 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.1;
	vertical-align: top;
}

div#f-cntnt p, 
div#f-cntnt dl, 
div#f-cntnt ol, 
div#f-cntnt ul {
	margin-bottom: 1em;
}
div#f-cntnt p.img {
	margin-bottom: 20px;
}
div#f-cntnt p.img.fl-lft, 
div#f-cntnt p.img.fl-rght {
	margin-bottom: 0;
}

div#f-cntnt ol, 
div#f-cntnt ul {
	margin-left: 20px;
}
div#f-cntnt ol li {
	list-style-type: decimal;
}
div#f-cntnt ul li {
	list-style-type: disc;
}

div#f-cntnt a {
	text-decoration: underline;
}
div#f-cntnt a:hover {
	text-decoration: none;
}

/************************************************************* Formulare *****
*******************************************************************************/
input.text, select.select {
	position: absolute;
	left: 445px;
	width: 360px;
}

input.checkbox {
	position: relative;
	left: 150px;
}

label.checkbox {
	position: relative;
	left: 155px;
}

textarea.textarea {
	margin-top: 10px;
}

/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
	padding-bottom: 50px;
	background-color: #999;
	background-image: url(/layout/css/bg_bdy.gif);
	background-repeat: repeat-x;
	text-align: center;
}
div#wbst {
	width: 993px;
	padding-top: 9px;
	margin: 0 auto;
	text-align: left;
}

div#hdr,
div#f-nvgtn, 
div#wrppr {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

div#hdr {
	height: 221px;
	background-image: url(/layout/css/bg_hdr.jpg);
}
div#logo p {
	position: absolute;
	top: 0;
	left: 0;
}
div#logo p a {
	display: block;
	width: 260px;
	height: 120px;
	text-indent: -1000em;
}


div#wrppr {
	background-color: #FFF;
}
div#wrppr2 {
	padding: 22px 16px;
}

div#f-cntnt {
	float: right;
	width: 680px;
}
div#f-nvgtn-sub {
	float: left;
	width: 245px;
	background-color: #444;
}

body.col-2 div#cntnt {
	float: left;
	width: 460px;
}
body.col-2 div#sdbr {
	float: right;
	width: 190px;
}

/************************************************************ Navigationen *****
*******************************************************************************/
div#f-nvgtn ul {
	margin: 197px 0 0 17px;
}
div#f-nvgtn ul li {
	display: block;
	float: left;
}
div#f-nvgtn ul li a {
	display: block;
	height: 24px;
	text-indent: -1000em;
}
div#f-nvgtn ul li#nav1 a {
	width: 249px;
	background-image: url(/layout/css/unser_produkt.gif);
}
div#f-nvgtn ul li#nav1 a:hover, 
div#f-nvgtn ul li#nav1.active a, 
div#f-nvgtn ul li#nav1.current a  {
	background-image: url(/layout/css/unser_produkt_a.gif);
}
div#f-nvgtn ul li#nav2 a  {
	width: 181px;
	background-image: url(/layout/css/unsere_kunden.gif);
}
div#f-nvgtn ul li#nav2 a:hover, 
div#f-nvgtn ul li#nav2.active a, 
div#f-nvgtn ul li#nav2.current a  {
	background-image: url(/layout/css/unsere_kunden_a.gif);
}
div#f-nvgtn ul li#nav3 a  {
	width: 181px;
	background-image: url(/layout/css/partner_werden.gif);
}
div#f-nvgtn ul li#nav3 a:hover, 
div#f-nvgtn ul li#nav3.active a, 
div#f-nvgtn ul li#nav3.current a  {
	background-image: url(/layout/css/partner_werden_a.gif);
}



div#f-nvgtn-sub ul {
	margin: 0 28px 0 23px;
	padding-bottom: 15px;
}
div#f-nvgtn-sub ul li ul {
	padding-bottom: 0px;
}
div#f-nvgtn-sub ul li {
	display: block;
	background-image: url(/layout/css/ln_1.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
}
div#f-nvgtn-sub ul li ul li {
	background: none;
}
div#f-nvgtn-sub ul li a {
	display: block;
	padding: 5px 0 6px 0;
	color: #FFF;
}
div#f-nvgtn-sub ul li a:hover, 
div#f-nvgtn-sub ul li a.active, 
div#f-nvgtn-sub ul li a.current {
	padding-left: 22px;
	background-image: url(/layout/css/small_ss_klammer.gif);
	background-position: 0px 5px;
}




/****************************************************************** Module *****
*******************************************************************************/
div.splt {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 10px 0;
	background-color: #541726;
}

div.splt_weiss {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 10px 0;
	background-color: #ffffff;
}

div.has-bg {
	background-color: #DDD;
}
div.has-bg p.img {
	padding: 2px;
}
div.has-bg div {
	padding: 0 15px 10px 15px;
}


div.cntnt-wrppr {
	float: left;
	width: 100%;
}
div.cntnt-wrppr div.cntnt-lft {
	float: left;
	width: 188px;
}
div.cntnt-wrppr div.cntnt-rght {
	float: right;
	width: 454px;
}
div.cntnt-wrppr-v2 div.cntnt-lft {
	width: 188px;
}
div.cntnt-wrppr-v2 div.cntnt-rght {
	width: 454px;
}


.b-map {
	float: right;
	margin-bottom: 2em;
	border: 8px solid #e0e0e0;
}
.b-map-2 {
	position: relative;
	width: 439px; /*	Breite der Karte */
	height: 439px;
}
.b-map .link-city {
	position: absolute;
	line-height: 27px;
}
.b-map .partner-type-2 {
}
div#f-cntnt .b-map .link-city img {
	vertical-align: top;
}
div#f-cntnt .b-map .link-city a.link-city-name {
	display: block;
	position: absolute;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	z-index: 100;
}
.b-map .box-outer {
	position: absolute;
	width: 280px;
	background-color: #FFF;
	border: 2px solid #e0e0e0;
	z-index: 1000;
}
.b-map .box-inner {
	padding: 5px 10px;
}
.b-map .box-inner p span {
	display: block;
}


.list-partner {
	float: left;
	width: 215px;
	margin-right: 10px;
}
.list-city {
	font-weight: bold;
}
.list-type-2 {
	padding: 1em 0;
	border-top: 3px solid #fde000;
	border-bottom: 3px solid #fde000;
}

/****** DOWNLOAD **/
/* Download anbieten */
.ico_pdf { 
	background-image:url(/layout/icons/fico_pdf.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_xls { 
	background-image:url(/layout/icons/fico_xls.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_doc { 
	background-image:url(/layout/icons/fico_doc.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_zip { 
	background-image:url(/layout/icons/fico_zip.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_jpg, .ico_jpeg { 
	background-image:url(/layout/icons/fico_jpg.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_gif, .tif { 
	background-image:url(/layout/icons/fico_pic.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}
.ico_def { 
	background-image:url(/layout/icons/fico_def.gif); 
	padding-left:20px; background-repeat:no-repeat; background-position:0px 2px;
}

/* Footer */
div#footer {
	width: 100%;
	background-color:#333333;
	height: 40px;
	border:1px solid white;
	text-align:right;
	color: #FFFFFF;
}

div#footer .text {
	color: #FFFFFF;
	position: relative;
	top: 35%;
	padding-right: 20px;
}
div#footer a {
	color: #FFFFFF;
}

div#footer a:link{
	color: #FFFFFF;
}
div#footer a:hover{
	text-decoration: underline;
}

