/*
#####################################################################################
# Webdesign, Layout & Gestaltung dieser Webpräsenz durch GEKKOmedia - Bernd Küsters #
#           Alle Rechte am Quellcode sowie am Bildmaterial vorbehalten!!!           #
#####################################################################################
*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	/*background-image: url(img/Layout/bg-bodyWhite.png);
	background-repeat: repeat-x;
	background-position: 0px 0px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	overflow: hidden;	
}

img { border: 0px; }
p.fliesstext 	{ line-height: 18px; padding: 0px 5px 5px; margin: 0; }
#Pborderd {
	background-image: url(img/bg-bottomdots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
p.smalltext		{
	line-height: 14px;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
	margin: 0;
	padding-bottom: 5px;
}
p.gallery		{ padding-top: 8px; margin: 0; padding-top: 0; }
h1 { padding: 5 5 5 5; margin: 0; font-size: 13px; color: #c11d13; }
/*#################### Form route start########*/

form.routenform	{ padding: 5px; margin: 0;}
.map24_submit { border: 1px solid #666666; width: 200px; text-align: center; background-color: #FFFFFF; color: #c11d13; margin-top: 5px; }

/*#################### a hrefs ########*/
a:link, a:visited {	color: #c11d13;	text-decoration: none; }
a:hover, a:active {	color: #FF0000;	text-decoration: none;
}
a.globLinks:link, a.globLinks:visited {
	text-transform: uppercase;
	font-size: 11px;
	color: #c11d13;
/*	width: 110px; */
	height: 20px;
	padding: 5px;
	margin-right: 3px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	max-height: 20px;		
}
a.globLinks:hover, a.globLinks:active {
	border: 1px solid #c11d13;	
	background-color: #FFFFFF;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	max-height: 20px;	
}

a.footer:link, a.footer:visited  {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
}
a.footer:hover, a.footer:active  {
	color: #CC0000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
}
a.antikLinks:link, a.antikLinks:visited {
	text-transform: uppercase;
	font-size: 11px;
	color: #c11d13;
	width: 130px;
	height: 20px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	float: left;
	background-color: #FFFFFF;		
}
a.antikLinks:hover, a.antikLinks:active {
	border: 1px solid #c11d13;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	float: left;
	background-color: #FFFFFF;	
}
a#antikLinksAct {
	border: 1px solid #c11d13;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	float: left;
	background-color: #FFFFFF;}
/*#################### div baselayout ########*/
div#main {
	width: 100%;
	height: 530px;
	position: absolute;
	top: 50%;
	margin: -265px 0 0 0;
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div#mainInline {
	width: 930px;
	height: 530px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -465px;	
}

/*###################  background-classsen der maininline-divs  #####*/

div.starter { background-image: url(img/bg-starter.jpg); background-repeat: no-repeat;	background-position: right top; }

/*###################  other objs as child of maininline  ###########*/

div#logo {
	width: 225px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;	
}
div#globallinks {
	height: 22px;
	width: 400px;
	position: absolute;
	top: 180px;
	left: 510px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
}

/*###################     start-divs 3cols      #####################*/

div#boxColLeft {
	width: 300px;
	height: 295px;
	position: absolute;
	left: 0px;
	top: 217px;
	overflow: hidden;
	margin-right: 8px;
	background-image: url(img/bg-rightdots.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div#boxColMiddle {
	width: 300px;
	height: 295px;
	background-image: url(img/bg-rightdots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	left: 309px;
	top: 217px;
	overflow: hidden;
}
div#boxColRight {
	width: 300px;
	height: 295px;
	background-image: url(img/bg-rightdots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	left: 618px;
	top: 217px;
	overflow: hidden;
}

/* ########################## subsite gallery ###########*/
div#boxColGallery {
	width: 628px;
	height: 295px;
	position: absolute;
	left: 309px;
	top: 217px;
	overflow:auto;
	text-align: left;
}
/* ########################## subsite imprint ###########*/
div#boxColImprint {
	width: 608px;
	height: 295px;
	position: absolute;
	left: 309px;
	top: 217px;
	overflow: auto;
}
div#contentpadding { padding: 5 10 0; }
div#footer {
	width: 920px;
	height: 15px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: 260px 0 0 -470px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B6B6B6;
	text-decoration: none;
	text-align: right;
}