@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings for locationportale GmbH   */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

html, body {
	min-width: 970px;
}

/* Main body style */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fbfbfb url(../images/background.gif) 0 0 repeat-x;
	color: #666666;
	font-size: 100.01%;	
}


/* **************************************************************** */	
/* Style settings fonts, links, misc                                */
/* **************************************************************** */	

p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 12px;
}


dt, dd {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

dt {
	float: left;
	width: 60px;
}

dd {
	width: 400px;
}



table {
	margin-bottom: 16px;
}

td {
	font-size: 11px;
	color: #3d3d3d;
	line-height: 16px;
}

/* Images without border */	
img {border: 0;}
* html img {display: block;}


/* Link colors global */
a:link, a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:active, a:hover {
	color: #bb0000;
	text-decoration: none;
}

a.red {
	color: #bb0000;	
}

/* Clear */
div.clear {clear: both;}
br.clear {clear: both;}
div.gap {clear: both; height: 40px;}
div.gapsmall {clear: both; height: 20px;}
div.nogap {clear: both; height: 0px; line-height: 0;font-size:0;}
div.clearform {clear: both; height: 19px; line-height: 0;font-size:0;}

	* html div.gap2 {height: 2px;}
	*:first-child+html div.gap2 {height: 20px;}

.valid {display: none;}


/* **************************************************************** */	
/* Site container settings                                          */
/* **************************************************************** */

/* Site container */
div#sitecontainer {
	position: relative;
	width: 970px;
	min-width: 970px;
	margin: 0 auto;	
	background: transparent url(../images/logo_locationportalede.gif) right 0 no-repeat;
}


/* Top container, logo, mainnavi */
div#topcontainer {
	position: relative;
	float: left;
	width: 916px;
	height: 56px;
}

	/* Logo display */
	div#logo {
		position: relative;
		float: left;
		width: 390px;
		height: 56px;
	}
		div#logo img {margin: 27px 0 0 24px;}


	/* Navi container */
	div#navicontainer {
		position: relative;
		float: left;
		height: 56px;
		width: 526px;
	}


/* Main content container */
div#maincontainer {
	position: relative;
	float: left;
	width: 970px;
}

	div#contentleft {
		position: relative;
		float: left;
		width: 390px;
	}
	
	div#contentright {
		position: relative;
		float: left;
		width: 580px;

	}	
	
	
div#customervoicesleft	{
	padding-top: 38px;
	padding-left: 26px;
}
	
	
	
	

/* ************************************ */
/* Navi                                 */
/* ************************************ */

/* List for the navigation */
div#navicontainer ul.firstrow {
	list-style-type: none;
	margin-top: 10px;
	float: right;
}

div#navicontainer ul.secondrow {
	clear: both;
	list-style-type: none;
	margin-top: 17px;
}


	/* All list elements, floating in a row, with pipe */
	div#navicontainer ul.firstrow li {
		font-size: 10px;
		float: left;
		display: inline;
		height: 10px;
		background: transparent url(../images/pipe.gif) right 3px no-repeat;
		padding: 0 8px 0 7px;
	}
	
		div#navicontainer ul.firstrow li a {
			font-size: 10px;
		}
	
	div#navicontainer ul.secondrow li {
		font-size: 12px;
		float: left;
		display: inline;
		background: transparent url(../images/pipe.gif) right 2px no-repeat;
		padding: 0 15px 0 14px;
	}
		
	/* First element without padding */
	div#navicontainer ul li.first {
		padding-left: 0;
	}
	
	div#navicontainer ul li.active a:link, div#navicontainer ul li.active a:visited {
		font-weight: bold;
	}	
	
	/* Last element without pipe */
	div#navicontainer ul li.last {
		background-image: none;
		padding-right: 0;
	}	



/* **************************************************************** */
/* Content container                                                */
/* **************************************************************** */

div#content ul.nodot li {
	background-image: none;	
}

div#content ul.nodot li a {
	text-decoration: underline;
}


div#content {
	position: relative;
	width: 500px;
	height: 286px;
}

div#contentvoices {
	position: relative;
	width: 520px;
	height: 382px;
}

div#contentvoices p.date {
	float:right;
	padding-right: 10px;
	padding-top: 80px;
	font-weight: bold;
}


div#content ul, div#contentright ul, div#customervoicesleft ul {
	list-style-type: none;
	margin-bottom: 20px;
}

div#content li, div#contentright li {	
	font-size: 12px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 14px;
	line-height: 20px;
}

div#customervoicesleft li {	
	font-size: 12px;
	background-image: url(../images/sprechblase.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 20px;
	line-height: 20px;
}
	* html div#content li {line-height: 19px; height: 0px;}
	* html div#contentright li {line-height: 19px; height: 0px;}
	* html div#customervoicesleft li {line-height: 19px; height: 0px;}
	*:first-child+html div#content li {line-height: 19px;}
	*:first-child+html div#contentright li {line-height: 19px;}
	*:first-child+html div#customervoicesleft li {line-height: 19px;}

div#customervoicesleft a {
	color: #bb0000;	
}

div#customervoicesleft a:hover {
	color: #666666;	
}

div#customervoicesleft a.active {
	color: #666666;	
}

div.infobox {
	position: relative;
	float: left;
}

	div.infobox div.head {
		position: relative;
		width: 285px;
		height: 23px;
		background: #ffffff url(../images/box_background.gif) 0 0 repeat-x;
		border: 1px solid #e2e2e2;
	}
	
		div.infobox div.head p {
			font-size: 11px;
			padding-top: 2px;
			padding-left: 5px;
			margin-bottom: 0;
		}


	div.infobox div.content {
		position: relative;
		width: 285px;
		background-color: #ffffff;
		border: 1px solid #e2e2e2;
		border-top: 0;
	}
	
	div.infobox div.wide {
		width: 320px;	
	}

	div.infobox div.wide p {
		white-space: nowrap;	
	}

		div.infobox div.content p {
			font-size: 11px;
			padding: 5px;
			margin-bottom: 0;
		}


div.infobox a:link, div.infobox a:visited {
	font-size: 11px;
	color: #bb0000;
	text-decoration: none;
}

div.infobox a:active, div.infobox a:hover {
	color: #666666;
	text-decoration: none;
}

a.red:link, a.red:visited {
	font-size: 12px;
	color: #bb0000;
	text-decoration: none;
}

a.red:active, a.red:hover {
	color: #666666;
	text-decoration: none;
}


div#scharfauflocations {
	position: relative;
	float: left;
	margin-top: 26px;
	padding-left: 30px;
}

div.newsletter p {
	margin-bottom:0;
}



/* ****************************** */
/* Headlines                      */
/* ****************************** */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	padding-top: 50px;
	padding-bottom: 15px;
	color: #bb0000;
}

div#contentvoices h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	padding-top: 35px;
	padding-bottom: 15px;
	color: #bb0000;
}


h1 span {
	color: #bb0000;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 8px;
	color: #666666;
}

h2 span {
	color: #bb0000;
}

h2 a:link, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 8px;
	color: #666666;
	text-decoration: none;
}

h2 a:active, h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 8px;
	color: #bb0000;
	text-decoration: none;
}

h2 a:hover span {
	color: #bb0000;
}


/* ****************************** */
/* Form                           */
/* ****************************** */

/* No border for fieldsets */
fieldset {
	border: 0;	
	width: 530px;
	padding: 10px 0 10px 0;
}


/* Label styles  */
label {
	font-size: 12px;
	display: block;
	width: 60px;
	height: 16px;
	float: left;	
	cursor: pointer;	
	margin-top: 3px;
}

label.leftside {
	width: 75px;
}

/* Input fields styles  */
input, textarea {
	font-size: 11px;
	color: #666666;
	width: 170px;
	padding: 2px 0 3px 3px;	
	float: left;	
	border: 1px solid #666666;	
	background-color: #ffffff;
	margin-bottom: 5px;
}
	* html input, textarea {height: 21px;he\ight: 15px;}



input.leftside {
	margin-right: 20px;
}

	* html input.leftside {margin-right: 17px;}


/* Input fields styles active */
input:focus, textarea:focus {	
	color: #000000;
	background-color: #ffffff;	
	border: 1px solid #bb0000;		
}

/* Special width for checkbox */
input.check {
	width: auto;
	height: auto;	
	border: 0;
	margin-right: 4px;
	margin-top: 6px;
	background-color: #ffffff;
	float: left;
}

	* html input.check {margin-top: 2px; margin-right: 0px;}
	*:first-child+html input.check {margin-top: 2px; margin-right: 0px;}

input.choose {
	margin-left: 60px;
}

	* html input.choose {margin-left: 55px;}
	*:first-child+html input.choose {margin-left: 55px;}

label.check {
	margin-top: 6px;
}

	* html label.check {margin-top: 4px;}
	*:first-child+html label.check {margin-top: 4px;}

/* Button */
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 11px;
	width: 140px;
	height: 23px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #666666;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

	* html input.button {margin-top:5px;}

/* Button hover style */
input.button:hover {
	background-color: #ffffff;
	border: 1px solid #bb0000;
	color: #bb0000;
	cursor: pointer;
}










div#factsheet {
	position: relative;
	width: 750px;
}
	* html div#factsheet h1 {margin-top: -20px;}


div#factsheet div.factsheet_start {
	height: 263px;	
}


div#factsheet fieldset {
	width: 750px;
	padding-left: 5px;
}

div#factsheet label {
	width: 120px;
	clear: both;
	float: left;
}

div#factsheet select {
	width: 120px;
}

div#factsheet input {
	width: 352px;
	float: left;
	color: #000000;
}


div.factsheet_headline {
	clear: both;
	width: 750px;
	height: 21px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #bb0000;
	color: #ffffff;
}

	div.factsheet_headline p {
		color: #ffffff;
		text-indent: 5px;
		font-weight: bold;
		margin-bottom: 0;
	}



div#factsheet div.factsheet_infos p {
	float: left;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 2px;
}

div#factsheet div.factsheet_legende p {
	float: left;
	margin-bottom: 2px;
	width: 55px;
}

div#factsheet div.factsheet_row input {
	margin-right: 10px;
	margin-bottom: 4px;
}

	div#factsheet div.factsheet_row input {
		width: 40px;
	}

	div#factsheet div.factsheet_row input.roomname {width: 155px;margin-right: 15px;}
	div#factsheet div.factsheet_row input.formgap {margin-right: 15px;}





div#factsheet div.factsheet_check input.check {
	width: 14px;
	height: 14px;	
	padding: 0;
	border: 0;
	margin-right: 8px;
	margin-top: 7px;
	background-color: #ffffff;
	float: left;
}
	* html div#factsheet div.factsheet_check input.check {margin-top: 5px;}
	*:first-child+html div#factsheet div.factsheet_check input.check {margin-top: 6px;}


div#factsheet div.factsheet_check label {
	clear: none;
	float: left;
	width: 100px;
}

div#factsheet div.factsheet_check label.check {
	clear: none;
	float: left;
	width: 180px;
}

div#factsheet div.factsheet_check input {
	clear: none;
	width: 170px;
	float: left;
}




textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 272px;
	height: 50px;	
	color: #000000;
}

