@charset "UTF-8";

/* 
	ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}
	
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background: #d6e3c7 url(../img/layout/bg.jpg) repeat-x;
	color: #7e5c59;
	line-height: 1.7em;
	text-align: center;
	}
	
td, th, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	}

.ci_green {
	color: #507135;
	}

.ci_orange {
	color: #ebb45a;
	}
	
	
/*
	BILDER
*/
	
img {
	border: none;
	}

img.block {
	display: block;
	}

.png {
	behavior: url(js/iepngfix.htc);
	}
	
img.umfluss {
	float: right;
	margin-right: 10px;
	}

.infobutton {
	behavior: url(js/iepngfix.htc);
	}


/* 
	SCHRIFT
*/

a:link, a:active, a:visited, a:focus {
	color: #507135;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.white, a.white:link, a.white:active, a.white:visited, a.white:focus {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	height: 20px;
	padding-top: 1px;
	cursor: pointer;
	}
	
a.white_over, a.white_over:link, a.white_over:active, a.white_over:visited, a.white_over:focus {
	color: #fff;
	text-decoration: none;
	background: #ebb45a;
	display: block;
	margin: 0;
	height: 20px;
	padding-top: 1px;
	cursor: pointer;
	}
	
a.white:hover {
	text-decoration: none;
	background: #ebb45a;
	cursor: pointer;
	}

a.button {
	color: #fff;
	text-decoration: none;
	background: url(../img/layout/bg_button.gif) no-repeat;
	width: 132px;
	height: 21px;
	display: block;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	border:none;
	}

a.button:visited {
	color: #fff;
	} 
	
a.button:hover {
	background: url(../img/layout/bg_button.gif) no-repeat;
	background-position: 0 -23px;
	color: #fff;
	text-decoration: none;
	}

h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #ebb45a;
	margin-bottom: 20px;
	}
	
h1.space {
	margin: 15px 0 15px 15px;
	}
	
h1.inline {
	float: left;
	width: 40%;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 45px;
	font-weight: bold;
	}
	
h5 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
	}

.red {
	color: #ff3a1a;
	}

.green {
	color: #00a404;
	}
	

.small {
	font-size: 0.9em;
	}
	
.big {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.umkreis {
	font-size: 0.9em;
	}

h4 {
	font-size: 1em;
	}



	
/* 
	SATZ
*/

p {
	margin-bottom: 1.5em;
	}

.float_r {
	float: right;
	margin-left: 10px;
	}
	
.float_l {
	float: left;
	margin-right: 10px;
	}
	
.float_l_image {
	float: left;
	border: 1px solid #507135;
	margin-right: 10px;
	}
	
.left {
	width: 50%;
	float: left;
	}

.right {
	width: 50%;
	float: left;
	text-align: right;
	}
	
.left_60 {
	width: 60%;
	float: left;
	}

.right_40 {
	width: 40%;
	float: left;
	text-align: right;
	}
	
.right2 {
	float: right;
	text-align: left;
	}
	
.right3 {
	width: 50%;
	float: left;
	text-align: left;
	}
	
.clear {
	clear: both;
	}
	
.middle {
	vertical-align: middle;
	}
	
p.absatz {
	margin-bottom: 25px;
}

p.absatz2 {
	margin-bottom: 10px;
}

p.absatz3 {
	margin-bottom: 3px;
}

div.absatz {
	margin-bottom: 20px;
}

.rechtsbuendig {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.linie {
	padding:0px;
	margin-top:5px;
	margin-bottom:20px;
	display:block;
	width: 100%;
	border-top: 1px dotted #606060;
	}


/* 
	LAYOUT
*/

#ornaments {
	background: url(../img/layout/ornaments.jpg) no-repeat top center;
	margin: 0 auto;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
	text-align: left;
	}

#header {
	padding-top: 38px;
	}

#logo {
	float: right;
	padding-right: 15px;
	}
	
#logo img {
	display: block;
	}
	
#content {
	background: #fff;
	padding: 15px 0;
	min-height: 495px;
	}

.col_2_1, .col_2_2 {
	float: left;
	padding: 0 15px;
	}

.col_2_1 {
	width: 610px;
	}


.col_2_2 {
	width: 290px;
	}

.result {
	font-size: 1.2em;
	margin-bottom: 20px;
	}

.col_3_1, .col_3_2, .col_3_3 {
	float: left;
	width: 290px;
	margin: 0 15px;
	}

.col_4_1, .col_4_2, .col_4_3, .col_4_4 {
	float: left;
	width: 214px;
	padding: 0 14px 0 12px;
	border-right: none;
	}	

.col_4_4 {
	border-right: none;
	padding-right: 12px;
	}	
	
div.col_4_1 .left, div.col_4_2 .left, div.col_4_3 .left, div.col_4_4 .left {
	width: 70%
	}


div.col_4_1 .right, div.col_4_2 .right, div.col_4_3 .right, div.col_4_4 .right {
	width: 30%
	}
	
div#vierer {
	width: 960px;
	background: url(../img/layout/bg_vierer.gif) repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
}

.trenner {
	width: 100%;
	border-bottom: 6px solid #ebb45a;
	margin: 20px 0 0 0;
	}
	
#footer {
	margin-top: 6px;
	background-color: #fff;
	padding: 15px 15px;
	font-size: 0.9em;
	}


/*
	MENU
*/

#menu {
	padding-top: 58px;
	float: left;
	padding-left: 15px;
	}

#menu a {
	color: #fff;
	background: #ebc688 url(../img/layout/menu_tab_l.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 180%;
	cursor: pointer;
	}

#menu a span {
	background: url(../img/layout/menu_tab_r.gif) right top no-repeat;
	padding-right: 10px;
	}

#menu a, #menu a span {
	display: block;
	float: left;
	}

#menu a:hover, #menu li.hover a {
	color: #fff;
	background: #ebb45a url(../img/layout/menu_tab_l_h.gif) left top no-repeat;
	padding-left: 10px;
	}

#menu a:hover span, #menu li.hover a span {
	background: url(../img/layout/menu_tab_r_h.gif) right top no-repeat;
	padding-right: 10px;
	}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0
	}

#menu li {
	float: left;
	margin-right: 5px;
	} 


/* 
	LISTEN
*/

ul { 
	list-style: none;
	}
	
ul.checkmark { 	
	margin: 10px 0 25px 0;
	padding-left: 0;
	}

ul.checkmark li {
	background: url(../img/icons/checkmark.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
	}
	
ul.ziffern { 	
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 0;
	list-style:decimal;
	}

ul.ziffern li {
	padding-left: 0px;
	margin-bottom: 5px;
	}
	
ul.points { 	
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 0;
	list-style:circle;
	}

ul.points li {
	padding-left: 0px;
	margin-bottom: 5px;
	}

ul.space {
	margin-bottom: 30px;
	}
	

ul.space li {
	padding: 3px 0 3px 15px;
	background: url(../img/icons/stern.gif) no-repeat left center;
	}

ul.liste li.doc {
	background: url(../img/icons/pdf.gif) 0 5px no-repeat;
	padding: 2px 3px 0 25px;
	margin-bottom: 5px;
	height: 21px;
	}

ul.liste li.film {
	background: url(../img/icons/film.gif) 0 5px no-repeat;
	padding: 2px 3px 0 25px;
	margin-bottom: 5px;
	height: 21px;
	}



/* 
	INDEX
*/


/* 
	SEARCH 
*/

#search, #search2, #search3 {
	background: #dce3ce;
	padding-top: 12px;
	}	
	
#search3, #infotoolbox, #infotoolbox2, #sliderbox {
	display: none;
	}
	
#suchfeld {
	background: url(../img/layout/bg_suche.gif) no-repeat;
	width: 354px;
	height: 177px;
	margin: 0 11px 0 15px;
	padding: 15px;
	float: left;
	color: #fff;
	}	
	
#suchfeld2 {
	background: url(../img/layout/bg_suche2.gif) no-repeat;
	width: 900px;
	height: 177px;
	margin: 0 15px;
	padding: 15px 15px 18px 15px;
	color: #fff;
	}	
	
fieldset.search_input {
	background: url(../img/layout/bg_input.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 254px;
	height: 22px;
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: none;
}

div.search_float {
	height: 32px;
	float: left;
	margin-right: 15px;
}

div.search_float img {
	margin-bottom: 10px;
	display: block;
}

fieldset.search_input input{
	padding: 1px;
	margin: 0;
	background: #fff;
	color: #7e5c59;
	border: none;
	width: 90%;
	font-size: 1.4em;
}

input#amount{
	padding: 1px;
	margin: 0;
	background: #fff;
	color: #7e5c59;
	border: none;
	width: 60px;
	font-size: 1.0em;
	display: inline;	
}

div.such_menu {
	position: absolute;
	top: 324px;
	left: 50%-465px;
	width: 354px;
	height: 21px;
}

div.such_menu div.first {
	float: left;
	width: 32%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 21px;
	color: #fff;
	text-align: center;
}

div.such_menu div {
	float: left;
	width: 32%;
	border-right: 1px solid #fff;
	height: 21px;
	color: #fff;
	text-align: center;
}

	
#kategorien {
	width: 538px;
	margin: 0 12px 0 0;
	float: left;
	font-size: 1.1em;
	}
	

#kategorien li {
	float: left;
	margin: 0 3px 3px 0;
	}

#kategorien a {
	width: 266px; 
	height: 32px; 
	background: url(../img/layout/bg_cat.gif) 0 0 no-repeat;
	background-position: 0 0;
	display: block;
	text-decoration: none;
	}
	
#kategorien a:hover { 
	background-position:  0 -32px;
	}

#kategorien a img {
	border: none;
	margin-right: 10px;
	vertical-align: middle;
	}
	
	

/* 
	PROFIL
*/	


div.colour1:hover, div.colour2:hover {
	background-color: #fff;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
	/*border-right: 1px solid #d8d8d8;*/
	}

div.colour1 {
	background-color: #eef1e7;
	margin: 5px 0;
	border-bottom: 1px solid #d8d8d8;
	/*border-right: 1px solid #d8d8d8;*/
	padding: 10px;
	}

div.colour2 {
	background-color: #e7ebdd;
	margin: 5px 0;
	border-bottom: 1px solid #d8d8d8;
	/*border-right: 1px solid #d8d8d8;*/
	padding: 10px;
	}
	
div.colour3 {
	background-color: #eef1e7;
	margin: 5px 0;
	padding: 10px;
	}	

div.colour1 .left, div.colour2 .left {
	width: 80%;
	}


div.colour1 .right, div.colour2 .right {
	width: 20%;
	}
	
div.colour3 .left {
	width: 60%;
	}


div.colour3 .right {
	width: 40%;
	text-align: left;
	}



div.grey {
	font-weight: bold;
	border: 1px solid #eaeaea;
	margin: 10px 0;
	padding: 3px 10px;
	}

.treffer {
	font-weight: bold;
	padding: 1px 4px;
	background-color: #ebb45a;
	color: #fff;	
	margin-right: 5px;
	float: left;
	}


/* 
	BOXEN
*/	

/* set millions of background images */
.rbroundbox { background: #507135; color: #fff; }
.rbtop div { background: url(../img/layout/c_dg_tl.gif) no-repeat top left; }
.rbtop { background: url(../img/layout/c_dg_tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/layout/c_dg_bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/layout/c_dg_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 3px;
font-size: 1px;
}
.rbcontent { margin: 0 5px; text-align: center; }

/*
	Map
*/
#map {
	border: 1px solid #ebb45a;
}

/*
	Toolbox
*/
#infotoolbox {
	position: absolute;
	z-index: 1000;
	top: 241px;
	left: 0px;
}

#infotoolbox .head {
	background: url(../img/layout/bg_toolbox.png) no-repeat;	
	width: 305px;
	padding: 15px 17px 0 24px;
	height: 20px;
	font-size: 1.4em;
}

#infotoolbox .text {
	background: url(../img/layout/bg_toolbox.png) no-repeat;	
	background-position: 0 -35px;
	width: 305px;
	padding: 15px 17px 0 24px;
	margin: 0;
	font-size: 1.0em;
}

#infotoolbox .foot {
	background: url(../img/layout/bg_toolbox.png) no-repeat;	
	background-position: 0 -299px;
	padding: 0;
	margin: 0;
	width: 346px;
	height: 299px;
}

#infotoolbox p {
	margin: 0;
}

/*
	Slider
*/
#aus_ein {
	cursor: pointer;
}

#sliderbox {
	position: absolute;
	z-index: 1001;
	top: 263px;
	left: 0px;
}

#sliderbox .head{
	background: url(../img/layout/bg_slider.png) no-repeat;	
	width: 130px;
	padding: 15px 24px 0 8px;
	height: 20px;
	font-size: 1.0em;
	font-weight: bold;
}

#sliderbox .text{
	background: url(../img/layout/bg_slider.png) no-repeat;	
	background-position: 0 -35px;
	width: 130px;
	padding: 15px 24px 0 8px;
	font-size: 1.0em;
}

#sliderbox .foot{
	background: url(../img/layout/bg_slider.png) no-repeat;	
	background-position: 0 -299px;
	width: 162px;
	height: 299px;
}

/*
	Kartensuche
*/
form#kartensuche {
	margin: 0;
	float: right;
	width: 60%;
	text-align: right;
}

#kartensuche select {
	width: 160px;
	}
	 

/*
	Merkzettel
*/
.addToBookmarking {
	cursor: pointer;
}

#merkzettel, #login {
	width: 268px;
	padding: 3px 10px 10px 10px;
	border-left: 1px solid #ebb45a;
	border-right: 1px solid #ebb45a;
	border-bottom: 1px solid #ebb45a;
	margin-bottom: 1.5em;
	}

/*
	LIGHTBOX
*/

div.media {
	margin-bottom: 0px;
	margin-right: 2px;
	padding: 0px 6px 3px 0;
	float: left;
	width: 92px;
	text-align: center;
	}
	
div.media2 {
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px 6px 3px 0;
	float: left;
	width: 92px;
	text-align: center;
	}

p.preview {
	margin: 0px;
	padding: 3px;
	border: 1px solid #7e5c59;
	background: #fff;
	width: 90px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	}

p.preview img {
	vertical-align: middle;
	}

p.preview:hover {
	border: 1px solid #ebb45a;
	}
	
/*
	Tabellen
*/
#vergleich {
	width: 100%; 
	border-collapse: collapse;
}

#vergleich img {
	behavior: url(js/iepngfix.htc);
}

#vergleich th {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #ebb45a;
	border: none;
}

#vergleich td {
	text-align: center;
	border: 1px solid #ebb45a;
}

#vergleich td.tit {
	text-align: center;
	border: none;
	padding: 5px;
}

#vergleich td.desc {
	text-align: left;
	background: #ebc688;
	padding: 5px;
	width: 270px;
	border-bottom: 1px solid #ebc688;
}

/*
	Title Layer
*/
#infotoolbox2 {
	position: absolute;
	z-index: 1500;
	top: 0px;
	left: 0px;
}

#infotoolbox2 .head {
	background: url(../img/layout/bg_toolbox2.png) no-repeat;	
	padding: 0;
	margin: 0;
	width: 216px;
	height: 15px;
}

#infotoolbox2 .text {
	background: url(../img/layout/bg_toolbox2.png) no-repeat;	
	background-position: 0 -15px;
	width: 191px;
	padding: 10px 10px 0 15px;
	margin: 0;
	font-size: 1.0em;
	text-align: left;
}

#infotoolbox2 .foot {
	background: url(../img/layout/bg_toolbox2.png) no-repeat;	
	background-position: 0 -44px;
	padding: 0;
	margin: 0;
	width: 216px;
	height: 44px;
}

#infotoolbox2 p {
	margin: 0;
}

/*
	Anmeldung
*/
div#e_kostenlos, div#c_standard, div#b_premium, div#a_premium {
	display: none;
}

div#login_standard, div#login_premium, div#einhaengen {
	display: none;
}


/* 
	MENU
*/


.submenu { 
	margin-bottom: 15px;
	border-left: 1px solid #ebb45a;
	border-right: 1px solid #ebb45a;
	border-bottom: 1px solid #ebb45a;
	}

.submenu li, .submenu a {
	height: 1%;
	}

.submenu a {
	padding: 2px 10px;
	background: url(../img/layout/bg_submenu1.gif) repeat-x;
	display: block;
	font-weight: bold;
	text-decoration: none;
	}

.submenu li.hover a, .submenu a:hover {
	background: url(../img/layout/bg_submenu2.gif) repeat-x;
	color: #fff;
	}
	
/* 
	MENU
*/


table.werbekunden {
	border-collapse: collapse;
	width: 100%;
	}
	
table.werbekunden td {
	border: 1px solid #ebb45a;
	padding: 5px;
	}
