/*************************************************\
|*                                               *|
|*   style.css for Niederrheinsuche              *|
|*                                               *|
|*   Version: 0.1                                *|
|*   Author: Philipp Paul                        *|
|*                                               *|
|*   created: 13.10.2009                         *|
|*   lastmodified: 18.01.2010                    *|
|*                                               *|
|*   extra:                                      *|
|*   - properties sorted alphabetically          *|
|*                                               *|
\*************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: normal normal normal 62.5%/1.3em Arial,Helvetica, sans-serif;
}
#main-wrapper:after,
#site-info:after {
    display: block;
    clear: both;
    content: " ";
    height: 1px; /* avoid collapsing margins */
}
h6 {
	position: absolute;
	height: 0;
	width: 0;
	left: -9999em;
	top: -9999em;
}

/* LAYOUT & ORIENTATION */
/* not much to layout */
#wrapper {
	margin: 0 auto;
	width: 1024px;
}

/* HEADER */
#header {
	background: transparent url(/images/bgs/header.png) left top no-repeat scroll;
	height: 180px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#header h5 {
	background: transparent url(/images/bgs/logo.png) left top no-repeat scroll;
	bottom: -25px;
	color: #cbbe22;
	font-size: 250%;
	left: 107px;
	height: 191px;
	position: absolute;
	text-indent: -9999em;
	width: 400px;
}
* html #header h5 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgs/logo.png', sizingMethod='scale');
	background:none;
}
#nav-global {
	overflow: hidden;
        display: block;
}
#nav-global ul{
	float: right;
	margin-top: 15px;
	margin-right: 270px;
}
* html #nav-global ul {
    margin-right: 130px;
}
#nav-global li {
	float: left;
	margin-right: 17px;
        padding: 5px 0 0 5px;

}
#nav-global li.first {
	list-style-type: none;
}
#nav-global a,
#nav-global strong {
	font-size: 130%;
}
#nav-global a {
	color: #444444;
	text-decoration: none;
	margin-left: -4px;
}
#nav-global .first a {
	margin-left: 0;
}
#nav-global strong {
	color: #005860;
	text-decoration: underline;
}



/* MAIN */
#main-wrapper {
    height: 1%;
}
#detail #main-wrapper {
	width: 100%;
}
#main {
    width: 455px;
    float: left;
}
#detail #main {
    width: auto;
	float: none;
}

#main h1 {
	color: #007172;
	font-size: 220%;
	line-height: 1.3em;
	margin-bottom: 20px;
	clear: both;
	margin-left: 20px;
}
#main p.hint {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
#detail #main h1 {
	clear: left;
}
#detail #main .teaser h1,
#main .teaser h1 {
    margin-left: 0;
    font-size: 169%;
}
#main .teaser {
	/*font-size: 130%;*/
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #454545;
	margin-left: 20px;
}
#main table {
	margin-left: 20px;
}
#main table .teaser {
    margin-left: 0;
}
#main h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
#main .text {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#main .more,
#main .text a {
	color: #007172;
	font-weight: bold;
	text-decoration: none;
}
#main .text a:hover,
#main .text a:active,
#main .text a:focus {
	text-decoration: underline;
}
#main .profile-image {
	display: block;
	height: 108px;
	width: 120px;
	padding: 2px;
	background: transparent url(/images/bgs/profile-img.jpg) left top no-repeat scroll;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main .fav-link {
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	line-height: 112px;
	color: #007172;
	margin-left: 20px;
}
#main .fav-link:hover,
#main .fav-link:focus,
#main .fav-link:active {
	text-decoration: underline;
}
#main .contact {
	margin-bottom: 40px;
}
#main dl {
	display: block;
	overflow: hidden;
	clear: both;
}
#main dt {
	float: left;
	width: 200px;
}
#main dd {
	float: left;
}
/* META NAVIGATION */
#nav-meta {
	background: transparent url(/images/bgs/nav-meta-right.jpg) right top no-repeat scroll;
	padding-right: 6px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#detail #nav-meta {
	width: 400px;
}
#nav-meta ul {
	overflow: hidden;
	background: transparent url(/images/bgs/nav-meta.jpg) left top repeat-x scroll;
	height: 35px;
	padding-left: 15px;
}
#nav-meta li {
	float: left;
	margin: 9px 11px 0;
}
#nav-meta li.first {
    margin-left: 0;
	list-style-type: none;
}
#nav-meta a {
	color: #454545;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}
#nav-meta strong {
	font-weight: bold;
	font-size: 130%;
	color: #007172;
	text-decoration: underline;
}
#nav-meta a:hover,
#nav-meta a:focus,
#nav-meta a:active {
	text-decoration: underline;
}

/* FORMULAR */
#profile-form {
	float: left;
	margin-bottom: 30px;
    width: 455px;
}
#detail-form {
	float: none;
	margin-bottom: 30px;
}
#profile-form fieldset {
	border: none;
    padding-left: 20px;
	font-size: 130%;
	line-height: 1.3em;
    color:#454545;
}
#detail-form fieldset {
	border: none;
    padding-left: 20px;
	font-size: 130%;
	line-height: 1.3em;
    color:#454545;
}
#profile-form fieldset h1,
#detail-form fieldset h1 {
	font-size: 157.14%;
    margin-left: 0;
}
#profile-form em,
#detail-form em {
	font-style: normal;
	font-size: 78.57%;
}
#profile-form label,
#detail-form label,
#profile-form input,
#detail-form input,
#detail-form textarea {
	display: block;
}
#profile-form label,
#detail-form label {
	margin-top: 15px;
	margin-bottom: 2px;
}
#profile-form input,
#detail-form input {
	padding: 2px 3px;
	font-size: 107%;
        width: 201px;
}
#profile-form .shortinput {
	width: 150px;
}
#profile-form .longinput {
	width: 300px;
}
#profile-form abbr {
	border: none;
}
#profile-form .conf-label {
	margin-top: 20px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
#profile-form .conf-label input {
	float: left;
    margin-right: 5px;
    width:auto;

}
#profile-form .after-confirmation {
	clear: both;
}
#profile-form .submitbutton,
#detail-form .submitbutton {
	background: transparent url(/images/bgs/submit-register.jpg) left top no-repeat scroll;
	height: 41px;
	width: 158px;
	font-size: 130%;
	text-align: center;
	border: none;
	margin-top: 20px;
}
#detail-form h1 {
	color: #007172;
	margin-bottom: 20px;
}
#detail-form .text {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#detail-form textarea {
	width: 470px;
	height: 100px;
}
.img-upload {
	margin: 20px 0;
}
.img-upload h2 {
	color: #007172;
	margin-bottom: 10px;
}
.img-upload img {
	background: transparent url(/images/bgs/logo-bg.jpg) left top no-repeat scroll;
	display: block;
	width: 124px;
	height: 112px;
	margin-bottom: 5px;
}
.img-upload a {
	color: #007172;
	text-decoration: none;
	font-weight: bold;
}
.fileinputs {
	position: relative;
        overflow: hidden;
}
* html .fileinputs {
	position: static;
}
#detail-form .fileinputs input {
    width: auto;
    float: left;
}
/* SUCHERGEBNIS */
#main .result-list {
	margin-bottom: 100px;
}
.result-list ul {
	list-style-type: none;
}
.results li {
	margin-bottom: 25px;
	padding-left: 30px;
	background-image: url(/images/bgs/map-icons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
        clear:both;
}
.resultA {
	background-position: 0 0;
}
.resultB {
	background-position: 0 -200px;
}
.resultC {
	background-position: 0 -400px;
}
.resultD {
	background-position: 0 -600px;
}
.resultE {
	background-position: 0 -800px;
}
.resultF {
	background-position: 0 -1000px;
}
.resultG {
	background-position: 0 -1200px;
}
.resultH {
	background-position: 0 -1400px;
}
.resultI {
	background-position: 0 -1600px;
}
.resultJ {
	background-position: 0 -1800px;
}
.result-list .fav {
	overflow: hidden;
	display: block;
}
.result-list .fav a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #007172;
}
.result-list .fav .positive {
	font-weight: bold;
	color: #007172;
	margin-left: 20px;
	padding-left: 25px;
	float: left;
	background: transparent url(/images/icons/positive.jpg) left top no-repeat scroll;
}
.nav-results {
	overflow: hidden;
	padding: 0 10%;
	width: 80%;
}
.nav-results a,
.nav-results strong {
	font-weight: bold;
	color: #007172;
	text-decoration: none;
}
.nav-results ul a {
	color: #888;
}
.nav-results ul strong {
	text-decoration: underline;
}
.nav-results .previous {
	float: left;
	position: relative;
	margin-left: -12%;
}
.nav-results .next {
	float: left;
	position: relative;
	margin-right: -12%;
}
.nav-results ul {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	float: left;
	width: 92%;
	text-align: center;
}
.nav-results li{
	display: inline;
	margin: 0 4px;
}
/* MARGINAL */
#main1 {
	float: right;
	width: 520px;
	margin-bottom: 20px;
	margin-top: 50px;

}
/* HAUPTSUCHE */
#main-search-wrapper {
    float: right;
    position: relative;
	top: -110px;
    right: 45px;
    margin-bottom: -110px;
    margin-left: 60px;
	height: 384px;
	width: 503px;
	display: block;
}
#main-search {
    background: url(/images/bgs/box-suche.png) left top no-repeat;
	height: 384px;
	padding-top: 1px;
}
* html #main-search {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgs/box-suche.png', sizingMethod='scale');
	background: none;
}
#main-search * {
	position: relative;
}
#main-search p {
	margin-top: 10px;
	font-size: 200%;
	color: white;
	margin-top: 60px;
	margin-left: 50px;
	line-height: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
#main-search fieldset {
	margin: 20px 80px 0 50px;
	border: none;
}
#main-search label {
	display: block;
	color: white;
	font-size:130%;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
#main-search span {
	height: 28px;
	background: url(/images/bgs/input-right.jpg) right top no-repeat;
	width: 254px;
	padding-right: 1px;
	display: block;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
html > body #main-search span {
	padding-right: 4px;
}
*+html>body #main-search span {
    padding-right: 1px;
}
#main-search span span {
	height: 28px;
	background: transparent url(/images/bgs/input-left.jpg) left top no-repeat;
	padding-left: 4px;
	width: 250px;
	margin-bottom: 0px;
	margin-left: 0;
}
#main-search span span input {
	display: block;
	margin-bottom: 15px;
	background: transparent url(/images/bgs/input.jpg) left top repeat scroll;
	border: none;
	width: 250px;
	padding: 5px 2px 5px 0px;
	height: 18px;
	font-size: 150%;
	margin-top: -1px;
}
html>body #main-search span span input {
	margin-top: 0;
}
*+html>body #main-search span span input {
    margin-top: -1px;
}
#main-search select {
	font-size: 150%;
	padding: 2px;
	width: 254px;
	float: left;
	clear: left;
}
#main-search .submitbutton {
	color: black;
	height: 48px;
	width: 155px;
	font-size: 200%;
	font-weight: bold;
	border: none;
	background: transparent url("/images/bgs/submit.jpg") left top scroll no-repeat;
	margin-top: 160px;
	float: right;
	clear: left;
	margin-right: -100px;
}
html>body #main-search .submitbutton {
	margin-top: 50px;
	margin-right: 0;
}
*+html>body #main-search .submitbutton {
    margin-right: -100px;
    margin-top: 160px;
}
/* SPECIAL TEASER IN main1 */
#main1 .special {
	background: transparent url(/images/bgs/box-gruen.jpg) no-repeat scroll right 60px;
	display: block;
	width: 100%;
	min-height: 371px;
}
* html #main1 .special {
	height: 371px;
}
#main1 .special-maps {
	background-position: right 160px;
	padding-bottom: 100px;
}
#main1 .special h2 {
	font-size: 220%;
	color: #007172;
	line-height: 1.2em;
}
#main1 .special img {
	height: 199px;
	width: 219px;
	padding: 2px 2px 1px;
	display: block;
	margin-left: 80px;
}
#main1 .special .top-image {
	background: transparent url(/images/bgs/top-img-holder.jpg) top left no-repeat;
}
#main1 .special .bottom-image {
	background: transparent url(/images/bgs/bottom-img-holder.jpg) top left no-repeat;
	margin-top: 37px;
}
#main1 .special #map {
	width: 420px;
	height: 370px;
	border: 1px solid #007172;
	margin-top: 20px;
	margin-bottom: 100px;
}
/* EXTRAS */
#extras {
	clear: both;
	float: left;
        width: 1000px;
	padding-left: 20px;
}
#news,
#events{
	float: left;
	width: 300px;
	margin-right: 40px;
}
#site-info .special-teaser {
    position: absolute;
    right: 0;
    bottom: 65px;
    text-align: left;
}

#site-info .special-teaser .teaser {
	width: 290px;
    padding-top: 20px;
	padding-left: 24px;
	padding-right: 10px;
	background: transparent url(/images/bgs/box-gruen.jpg) left 0 no-repeat scroll;
	min-height: 300px;
    text-align: left;
}
* html #site-info .special-teaser .teaser {
    height: 300px;
    min-height: 0;
}
#site-info .special-teaser p {
    color: #454545;
    font-size: 130%;
    line-height: 1.3em;
    font-weight: bold;
}
#site-info .special-teaser a {
    color: #007172;
}
#site-info .special-teaser h3 {
    color: #454545;
    font-size: 130%;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
}
#site-info h2 {
	color: #007172;
	font-size: 220%;
	line-height: 1.3em;
	margin-bottom: 5px;
    padding-left: 24px;
}
#extras h2{
	color: #007172;
	font-size: 220%;
	line-height: 1.3em;
	margin-bottom: 20px;
}
#extras .teaser {
	font-size: 130%;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #454545;
}
#extras .teaser img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#extras h3,
#site-info h3 {
	font-size: 100%;
	margin-bottom: 15px;
}
#extras .text,
#site-info .text {
	margin-bottom: 10px;
}
#extras .more {
	color: #007172;
	font-weight: bold;
	text-decoration: none;
}
#extras .eventlink {
	background: transparent url("/images/bgs/kalender-button.png") left top no-repeat scroll;
	float: left;
	display: block;
	height: 16px;
	width: 92px;
	padding: 5px;
	text-align: center;
	margin: 10px 20px 0 0;
	color: #005761;
	font-weight: bold;
	text-decoration: none;
}
* html #extras .exentlink {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgs/kalender-button.png', sizingMethod='scale');
	background: none;
}
#extras .eventlink:hover {
	background-position: left bottom;
}
#extras .special-teaser .text {
	font-weight: bold;
}
/* SITE-INFO */
#site-info {
    position: relative;
	height: 35px;
	width: 100%;
	background-color: #005761;
	text-align: center;
	padding-top: 20px;
	margin-top: 10px;
	clear: both;
}
#site-info ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	position: relative;
}
#site-info li {
	display: inline;
	border-left: 2px solid #ffffff;
}
#site-info li.first {
	border-left: none;
}
#site-info a {
	color: white;
	font-size: 130%;
	text-decoration: none;
	margin: 0 5px;
	font-weight: bold;
}
#site-info a:hover,
#site-info a:focus,
#site-info a:active {
	text-decoration: underline;
}
#site-info img {
	position: absolute;
	right: 5px;
	top: -64px;
}

#ajax_loader{
    width:120px;
    height:120px;
    position: relative;
    left: 270px;
    top: -100px;
    visibility:hidden;
}

#ajax_loader img{
    padding:30px;
}

/*
* Favoriten Tabelle
*/
.fav_td{
    width:50%;
}
#fav_border{
    border:1px dotted grey;
    padding:5px;
}
.fav_td a{
    padding-left: 5px;
}

#fav_border a{
    padding-left: 0px;
}

/*
CONTENT
*/
#list_content li{
    margin-left: 20px;
}
