/**************************************************************************************/
/* Autor: Thomas Bauer                                                                */
/* erstellt am: 13.05.2011                                                            */
/**************************************************************************************/

/**************************************************************************************/
/* globale Einstellungen                                                              */
/**************************************************************************************/
/* Schrift, Abstaende etc., Rahmen */
body, p, table, td {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	height: 100%;
}
body {
	background-image: -moz-linear-gradient(top, #CD3A4F, White);
	background-image: -webkit-linear-gradient(top, #CD3A4F, White);
	background-image: linear-gradient(top, #CD3A4F, White);
	text-align: center;
	margin-top: 20px;
	background-color: White;
	height: 100%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	border: 2px solid Black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: White;
	padding: 5px;
}
table {
	border-collapse: collapse;
}
button {
	border: 1px solid black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 10px;
	background-image: -moz-linear-gradient(top, White, #CD3A4F);
	background-image: -webkit-linear-gradient(top, White, #CD3A4F);
	background-image: linear-gradient(top, White, #CD3A4F);
}
/* Bilder ohne Rahmen */
img {
	border: none;
}
/* Links */
a {
	text-decoration: none;
	color: #CD3A4F;
}
/* externe Links mit Hinweise-Icon */
a.extern {
	background: transparent url(../images/control/offsite.gif) no-repeat scroll 100% 50%;
	padding-right: 15px;
}
/* Element mit Cursor als Pointer markieren (fuer Links etc.) */
.wwwCursor {
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
/* Floating-Definitioen abbrechen mittels Zeilenumbruch */
br.Floating {
	clear: both;
}
/* Elemente, die nur fuer JavaScript relevant sind ausblenden */
.noJavaScript{
	display: none;
}
/* Fehlermeldungen und entsprechende Hinweise */
.errorMessage
{
	background-color: #FFFFCC;
	border: 1px solid #98141B;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.Achtung {
	float: left;
	padding-right: 10px;
}
.errorMessage span {
	font-size: 150%;
}

/**************************************************************************************/
/* Header-Bereich                                                                     */
/**************************************************************************************/
header {
	padding: 15px 10px 15px 10px;
	font-size: 20px;
}
#Logo {
	margin-right: 20px;
	float: left;
}
#Copyright {
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	left: 440px;
	padding: 5px;
	position: relative;
	top: -35px;
	width: 100px;
	z-index: 100;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-bottom: -30px;
}
section#Portfolio div {
	float: left;
	font-size: 15px;
	margin-right: 5px;
	margin-top: 20px;
}
/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: 75px;
	overflow: hidden;
}
.cycle-pager span {
	font-family: arial;
	font-size: 30px;
	width: 12px;
	height: 12px;
	display: inline-block;
	color: Silver;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #CD3A4F;
}
.cycle-pager > * {
	cursor: pointer;
	azimuth: inherit;
}

/**************************************************************************************/
/* Menue                                                                              */
/**************************************************************************************/
nav {
	clear: both;
}
nav ul {
	height: 35px;
	list-style: none outside none;
	margin: 0;
	padding-top: 10px;
	padding-left: 0;
}
nav ul li {
	float: left;
	margin-right: 25px;
	font-weight: bold;
}

nav a {
	padding: 1px 4px;
	color: White;
	border: 2px solid #CD3A4F;
	background-color: #CD3A4F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
}
nav a:hover, nav a.activated {
	color: #CD3A4F;
	background-color: White;
}
nav li.activated {
	transform: rotate(-5deg);
	box-shadow: 3px 3px 3px silver;
}

/**************************************************************************************/
/* Inhaltsbereich - Allgemein                                                         */
/**************************************************************************************/
/* Seiteninhalt */
#content {
	padding: 10px 10px 20px 10px;
	border-top: 2px solid #CD3A4F;
	border-bottom: 2px solid #CD3A4F;
}
/* Ueberschrift */
#content h1 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #CD3A4F;
}
#content h2 {
	font-size: 18px;
}
#content p {
	background-color: transparent;
	margin-bottom: 10px;
	line-height: 1.4;
}
/* Google-Maps */
#map_canvas {
	width: 500px;
	height: 400px;
	float: right;
	display: none;
	border: 2px solid #CD3A4F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**************************************************************************************/
/* Datenschutzhinweise                                                                */
/**************************************************************************************/
ul {
	font-size: 12px;
}
ol {
        padding: 0px;
        list-style-position: inside;
        margin-top: 15px;
        font-size: 11px;
}
ol ol {
        list-style-type: none;
        margin-left: 0px;
}
ol ol li:before {
        content: counter(section, lower-alpha) ") ";
}
ol ol li {
        counter-increment: section;
}
#content li p {
        margin-left: 0px;
}

/**************************************************************************************/
/* globale Fusszeile                                                                  */
/**************************************************************************************/
footer {
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 10px;
}
footer span {
	padding-left: 4px;
	padding-right: 4px;
}
footer a {
	color: #CD3A4F;
	padding: 2px;
	border: 1px solid #CD3A4F;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
footer a:hover, footer a.activated {
	border: 1px solid #CD3A4F;
}
footer a:hover {
	opacity: 0.5;
	filter: Alpha(opacity=50)
}



.FooterMenuPoint .FooterMenu {
	float: right;
}
.FooterMenuPoint .Trenner {
	padding-left: 2px;
	padding-right: 2px;
	float: right;
}
.FooterMenuPoint a {
	text-decoration: none;
	color: White;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.FooterMenuPoint li {
	float: right;
}

/**************************************************************************************/
/* Warten-Dialog                                                                      */
/**************************************************************************************/
#WAIT {
	padding: 25px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}
#gbx_overlay {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000000 none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1999;
}

/**************************************************************************************/
/* Korrektur fuer IE                                                                  */
/**************************************************************************************/
/* Warten-Dialog */
* html #gbx_overlay {
	position: absolute;
	width: 110%;
}
/* Menue */
* html ul#TopMenuPoint a {
    width: 8em;
    w\idth: 6em;
}
* html #ImageHeader img { 
	margin-top: -20px;
}