﻿/*
___GLOBAL____________________________________________________________________________*/
@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

/*
___DOKUMENT__________________________________________________________________________*/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #D1D1D1;
}

body {
	cursor: default;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 1.0em;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	background-repeat: repeat-x;
	background-image: url(../layout/default/images/design/page_bg.jpg);
}

p {
	margin: 2px 0px;
	padding: 1px 0px;
}

address {
	font-size: 0.9em;
	display: inline;
}

small {
	font-size: 0.65em;
}

#pageHeader .imgMark {
	width: 125px;
	color: white;
	height: 116px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	line-height: 3.95em;
	position: absolute;
	padding: 0px 8px 0px 0px;
	margin: 5px 0px 0px -50px;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/other/mark.png) no-repeat center top;
}

.divBackButton {
	font-size: 1.2em;
	text-align: center;
	padding: 15px 0px;
	text-shadow: 0 2px 3px black;
}

.pageSlogan {
	font-size: 0.9em;
	text-align: center;
	margin: -20px 0px 30px 0px;
	text-shadow: 0 2px 3px black;
}

/*
___HAUPTSEITE_______________________________________________________________________*/
#pageContainer {
	margin: 0px auto;
	padding: 0px;
}

#pageFooter {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(../layout/default/images/design/page_bottom.png) no-repeat center top;
}

#pageHeader, #pageContent, #pageFooter, #pageImprint {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}

#pageHeader {
	height: 50px;
	background: url(../layout/default/images/design/page_top.png) no-repeat center bottom;
}

#pageHeader p {
	margin: 3px;
	padding: 3px;
	line-height: 1.6em;
}

#pageHeader h1 {
	font-size: 1.45em;
}

#pageContent {
	display: block;
	color: white;
	//height: auto;
	//min-height: 385px;
	background: url(../layout/default/images/design/page_content.png) repeat-y center;
}

#pageContent h1 {
	margin: 0px;
	text-align: center;
	padding: 20px 0px 25px 0px;
	text-shadow: 0 2px 3px black;
}

#pageContent h2 {
	margin: 0px;
	font-size: 1.25em;
	text-align: center;
	padding: 10px 0px 15px 0px;
	text-shadow: 0 2px 3px black;
}

#pageContent .contentData {
	padding: 0px 38px;
	margin: 0px;
}

#pageImprint {
	text-align: right;
	background: url(../layout/default/images/design/page_pfeil.png) no-repeat 85% -50%;
}

#pageImprint .pageBy {
	top: -10px;
	left: 475px;
	color: gray;
	width: 120px;
	height: 100px;
	display: block;
	font-size: 0.8em;
	position: relative;
	text-align: center;
	outline-style: none;
	text-decoration: none;
	background: url(../layout/default/images/other/bluemac.png) no-repeat center 25px;
}

#pageImprint .pageImprintLink {
	top: -10px;
	left: 475px;
	color: black;
	width: 120px;
	display: block;
	font-size: 0.8em;
	position: relative;
	text-align: center;
	outline-style: none;
	text-decoration: none;
	margin: -20px 0px 0px 0px;
	text-shadow: 0 2px 3px gray;
}

#pageImprint .pageImprintLink:hover {
	text-decoration: underline;
}

#pageLogo {
	width: 400px;
	height: 305px;
	margin: 0px auto;
	background: url(../layout/default/images/logo.png) no-repeat top center;
}

#pageLogo span,
#pageHeader span,
#pageFooter span,
#pageImprint .pageBy span,
.spanHide {
	position: relative;
	margin: -10000px;
	padding: 0px;
}

.pageClose {
	top: 32px;
	width: 28px;
	height: 28px;
	display: block;
	position: relative;
	outline-style: none;
	text-decoration: none;
	background: url(../layout/default/images/icons/close.png) no-repeat;
}

/*
___SECTION: HOME____________________________________________________________________*/
#sectionHome {
	margin: 0px;
	padding: 0px;
}

#divSignUp {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 10px;
}

#divSignUp h1 {
	margin: 0px auto;
	padding: 0px;
	font-size: 1.4em;
	text-align: center;
}

#divSignUp a {
	text-align: center;
	outline-style: none;
	text-decoration: none;
	padding: 6px 0px 0px 0px;
	margin: 20px auto 0px auto;
}

#divSearch {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 10px;
}

#divSearch h1 {
	margin: 0px auto;
	padding: 0px;
	font-size: 1.4em;
	text-align: center;
}

#divSearchBox {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

/*
___SECTION: SIGNUP__________________________________________________________________*/
#sectionSignUp {
	margin: 0px;
	padding: 0px;
}

#sectionSignUp .divFormLeft {
	float: left;
	width: 265px;
	text-align: right;
	margin: 10px 0px 0px 10px;
}

#sectionSignUp .divFormLeft h3 {
	margin: 0px;
	padding: 10px 15px;
	text-shadow: 0 1px 2px black;
}

#sectionSignUp .divFormRight {
	float: left;
	width: 265px;
	margin: 10px 0px 0px 10px;
}

#sectionDetails .divFormLeft {
	float: left;
	width: 150px;
	font-size: 0.9em;
	text-align: right;
	margin: 10px 0px 0px 10px;
}

#sectionDetails .divFormRight {
	float: left;
	width: 450px;
	font-size: 0.9em;
	margin: 10px 0px 0px 10px;
}

#sectionDetails .divFormLeft h3 {
	margin: 0px;
	padding: 10px 15px;
	text-shadow: 0 1px 2px black;
}

#sectionDetails .divFormRight h3 {
	margin: 0px;
	color: silver;
	padding: 10px 15px;
	text-shadow: 0 1px 2px black;
}

#sectionDetails .divFormRight a:link, #sectionDetails .divFormRight a:visited {
	margin: 0px;
	color: silver;
	padding: 0px;
	text-shadow: 0 1px 2px black;
}

.divAppsBox {
	margin: 5px auto;
	padding: 0px;
	display: block;
	text-align: center;
}

.divApp {
	width: 90%;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid silver;
}

.divApp h3 {
	width: 65%;
	padding: 0px 5px;
	color: silver;
	line-height: 1.4em;
	display: inline-block;
}

.divApp .price {
	width: 15%;
	color: silver;
	text-align: right;
	line-height: 1.4em;
	display: inline-block;
}

.divApp .info {
	width: 15%;
	color: silver;
	text-align: right;
	line-height: 1.4em;
	display: inline-block;
}

.divApp .info img {
	height: 23px;
	border: 0px;
	margin: -5px 0px 0px 0px;
	vertical-align: middle;
	display: inline;
}

.divApp .info a:link, .divApp .info a:visited {
	margin: 0px;
	display: inline;
	border: 0px solid orange;
}


.divDeviceBox {
	display: block;
	text-align: center;
}

.divSitzeBox {
	display: block;
	text-align: center;
}

.divSitz {
	margin: 5px;
	padding: 0px;
	display: inline-block;
}

.divSitzeBox address {
	padding: 5px;
	color: silver;
	margin: 0px 5px;
	font-size: 1.0em;
	font-style: normal;
	display: inline-block;
	text-shadow: 0 1px 2px black;
}

.divDevice {
	margin: 5px;
	padding: 0px;
	display: inline-block;
}

.divDeviceBox img, .divDeviceBox h3 {
	color: silver;
	display: inline;
	text-shadow: 0 1px 2px black;
}

/*
___SECTION: SEARCH__________________________________________________________________*/
#sectionSearch {
	margin: 0px;
	padding: 0px;
}

#divSearchForm {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#divSearchForm input {
	display: inline;
}

.divPaging {
	font-size: 0.8em;
	text-align: center;
	padding: 10px 0px;
	text-shadow: 0 1px 2px black;
}

#divSearchResults {
	margin: 8px 0px;
	text-shadow: 0 1px 2px black;
	text-align: center;
}

#divSearchResults .divSearchEntry {
	margin: 20px 0px;
	padding: 0px;
	height: 85px;
	background: url(../layout/default/images/design/search_bg.png) no-repeat top center;
}

#divSearchResults .divSearchEntry:hover {
	background: url(../layout/default/images/design/search_bg_hover.png) no-repeat top center;
}

#divSearchResults .divEntryNr {
	margin: 0px;
	float: left;
	padding: 0px;
	width: 125px;
	color: #3D3D3D;
	font-size: 2.5em;
	line-height: 2.0em;
}

#divSearchResults h1 {
	width: 470px;
	margin: 0px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	text-align: left;
	font-size: 1.25em;
}

#divSearchResults .infoDistance {
	font-size: 0.8em;
	border: 1px solid orange;
}

#divSearchResults .infoAddress {
	width: 470px;
	float: left;
	padding: 0px;
	margin: 0px 10px;
	font-size: 0.8em;
	text-align: left;
}

#divSearchResults .infoContact {
	float: left;
	padding: 0px;
	margin: 0px 10px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
}

#divSearchResults .infoNewIcon {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 0px -615px;
}

#divSearchResults .infoPrivatIcon {
	position: absolute;
	padding: 0px;
	margin: -2px 0px 0px -59px;
}

#divSearchResults .infoEditIcon {
	position: absolute;
	padding: 0px;
	margin: 70px 0px 0px -590px;
}

#divSearchResults .infoEditIcon img {
	border: 0px;
}

.devDetails {
	padding: 0px;
	list-style: none;
	position: absolute;
	display: inline-block;
	margin: 68px 0px 0px 477px;
}

.devDetails li {
	float: right;
	display: inline;
	margin: 0px 2px;
	padding: 0px;
}

.devDetails li img {
	border: 0px;
}

#divSearchResults a:link, #divSearchResults a:visited {
	color: white;
	outline-style: none;
	text-decoration: none;
}

#divSearchResults a:hover, #divSearchResults a:focus {
	text-decoration: underline;
}

.pageBox {
	margin: 0px 1px;
	padding: 2px 5px;
	background-color: silver;
	border: 1px solid gray;
}

.pageBoxActive {
	margin: 0px 1px;
	padding: 2px 5px;
	background-color: gray;
	border: 1px solid silver;
}

a:link, a:visited {
	color: white;
	outline-style: none;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}


/*
___FORMULARDATEN____________________________________________________________________*/
.input150 {
	cursor: pointer;
	border: 0px;
	width: 126px;
	height: 38px;
	color: white;
	margin: 3px 0px;
	font-size: 1.1em;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	padding: 0px 12px;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/input-150.png) no-repeat;
}

.input200 {
	cursor: pointer;
	border: 0px;
	width: 175px;
	height: 38px;
	color: white;
	margin: 3px 0px;
	font-size: 1.1em;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	padding: 0px 12px;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/input-200.png) no-repeat;
}

.inputText {
	cursor: pointer;
	border: 0px;
	width: 176px;
	height: 90px;
	color: white;
	margin: 3px 0px;
	font-size: 1.1em;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	padding: 5px 12px;
	overflow-y: auto;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/input-text.png) no-repeat;
}

.dropdown150 {
	cursor: pointer;
	border: 0px;
	width: 150px;
	height: 38px;
	color: white;
	margin: 3px 0px;
	font-size: 1.1em;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/input-150.png) no-repeat;
}

.checkbox, .radiobox {
	cursor: pointer;
	margin: 16px 0px;
	padding: 0px 12px;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/checkbox.png) no-repeat;
}

/*
___IMAGE-BUTTONS____________________________________________________________________*/
.divErrorFailed {
	margin: 0px;
	padding: 5px;
	color: #F50000;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 2px black;
}

.divErrorSuccess {
	margin: 0px;
	padding: 5px;
	color: #47C247;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 2px black;
}

.divErrorCaution {
	margin: 0px;
	padding: 5px;
	color: #FFC929;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 2px black;
}

/*
___IMAGE-BUTTONS____________________________________________________________________*/
.buttonGreen {
	width: 150px;
	height: 45px;
	display: block;
	background: url(../layout/default/images/design/button-green.png) no-repeat;
}

.buttonGreen:hover {
	//background: url(../layout/default/images/design/button-green-hover.png) no-repeat;
}

.buttonBlue {
	width: 150px;
	height: 45px;
	display: block;
	background: url(../layout/default/images/design/button-blue.png) no-repeat;
}

.buttonGray {
	width: 150px;
	height: 45px;
	display: block;
	background: url(../layout/default/images/design/button-gray.png) no-repeat;
}

.buttonSilver {
	width: 150px;
	height: 45px;
	display: block;
	background: url(../layout/default/images/design/button-silver.png) no-repeat;
}

.buttonRed {
	width: 150px;
	height: 45px;
	display: block;
	background: url(../layout/default/images/design/button-red.png) no-repeat;
}

/*
___BUTTONS__________________________________________________________________________*/
.formButtonGray {
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
	border: 0px;
	width: 150px;
	height: 45px;
	display: block;
	color: white;
	font-size: 1.4em;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/button-gray.png) no-repeat;
}

.formButtonGreen {
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
	border: 0px;
	width: 150px;
	height: 45px;
	display: block;
	color: white;
	font-size: 1.4em;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/button-green.png) no-repeat;
}

.formButtonBlue {
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
	border: 0px;
	width: 150px;
	height: 50px;
	display: block;
	color: white;
	font-size: 1.4em;
	text-shadow: 0 1px 2px black;
	background: url(../layout/default/images/design/button-blue.png) no-repeat 0px 5px;
}

/*
___SCHRIFTEN________________________________________________________________________*/
.fontGreen {
	color: white;
	font-size: 1.4em;
	text-shadow: 0 1px 2px black;
}

.fontGray {
	color: white;
	font-size: 1.4em;
	text-shadow: 0 1px 2px black;
}

/*
___SONSTIGES________________________________________________________________________*/
.divClear {
	clear: both;
}

.smallerContent {
	width: 500px;
	margin: 0px auto;
	text-shadow: 0 1px 2px black;
}

.innerData {
	font-size: 0.8em;
	padding: 0px;
	padding-left: 10px;
}
