/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich layoutspezifische Styles                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Hauptelemente */
#divBallons
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/design/bg_balloons.png);
	background-repeat: no-repeat;
	height: 960px;
	width: 880px;
}

#divLayout
{
	padding: 0px;
	width: 950px;
	min-height: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	position: relative;
	display: inline-block;
	background-image: url(../images/design/layout_bg.gif);
	background-repeat: repeat-y;
}

#divBlackscreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
	display: none;
	background-color: #333;
	z-index: 9;
	margin-right: auto;
	margin-left: auto;
}

#divHeader
{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/design/default.jpg);
}

#divHeader #divDatum
{
	position: absolute;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 100;
} 

#divLogo
{
	position: absolute;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
} 

#divContent
{
	width: 700px;
	float: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	position: relative;
	background-color: #fff;
}

#divFlash 
{
	padding: 0px;
	width: 140px;
	height: 240px;
	border: 1px solid #E10019;
	background-color: #FFFFff;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}


.fb-like-box {
background-color: #fff;
margin: 30px 0 0 30px;
}

.automarke
{
	width: 50px;
	height: 50px;	
	margin: 0px 5px 0px 0px;
}


#videoplayer {

clear: both;
position: relative;
border: 1px solid #E10019;
background-color: #fff;
margin: 10px 0;
padding: 0;
}



#divTemp
{
padding: 0;
margin: 0;
}


/************************************************************************************/
/* Teilnehmer Tabelle */
.teilnehmer thead th
{
	padding: 5px 4px 5px 4px;
}

.teilnehmer tbody td
{
	padding: 5px 4px 5px 4px;	
}




/************************************************************************************/
/* Navigation */
#divNavigation 
{
	float: left;
	top: 140px;
	width: 200px;
}

#divNavigation ul
{
	padding: 0px;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#divNavigation li
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	list-style-type: none;
}

#divNavigation li a:active, #divNavigation li a:link, #divNavigation li a:visited
{
	margin: 0px;
	float: left;
	width: 100%;
	height: 20px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#divNavigation li a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#divNavigation li .active
{
	color: #000000 !important;
	background-color: #FFFFFF;
}

#divNavigation li img
{
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}

#divNavigation .navTitle
{
	font-size: 12px;
	text-indent: 4px;
	float: left;
	width: 100%;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}




/************************************************************************************/
/* Kontakt */
.box-personen
{
	float: left;
	height: 80px;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.box-personen img
{
	float: left;
	height: 80px;
	width: 56px;
	margin-right: 5px;
}

.box-automarken
{
	float: left;
	height: 70px;
	width: 50px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
}

.box-automarken img
{
	margin: 0px;
	padding: 0px;
}

.box-automarken .automarke
{
	margin: 0px 0px 5px 0px;
}



/************************************************************************************/
/* Standort Karte */
#divKarte
{
	width: 700px;
	height: 500px;
	position: relative;
	float: left;
	border: 1px solid #666666;
	margin-bottom: 15px;
	clear: both;
	margin-right: 5px;
	z-index: 5;
}

#divKarteOptionen
{
	background-color: #FFFFFF;
	height: 40px;
	width: 700px;
	padding-top: 2px;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-right: 10px;
}

#divKarteOptionen a
{
	color: #0066CC;
	text-decoration: none;
	float: right;
	height: 20px;
	width: 80px;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#divKarteOptionen .selected
{
	text-decoration: none;
	color: #000000;
}



/************************************************************************************/
/* Detail Dialog */
#divDetails
{
	width: 700px;
	position: absolute;
	left: 214px;
	top: 170px;
	padding: 10px;
	margin: 0px;
	z-index: 99;
	display: none;
	border: 2px solid #333;
	background-color: #fff;
}

#divDetails form 
{
	margin-right: 10px;
	margin-left: 10px;
	width: 700px;
}



/************************************************************************************/
/* Garagen Minisite */
#garagendetails-foto
{
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #F3F3F3;
	border: 1px solid #666666;
}

#garagendetails-foto img
{
	float: left;
}


#garagendetails-logo
{
	padding: 0px;
	float: right;
	max-height: 100px;
	max-width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#garagendetails-karte
{
	padding: 0px;
	float: left;
	height: 200px;
	width: 250px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #666666;
	clear: both;
	overflow: hidden;
}

.garagendetails-marken
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.garagendetails-marken img
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 15px 0px 0px;
}

.photo-vorschau
{
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 100px;
}

.photo-vorschau img
{
	vertical-align: middle;
	display: block;
	margin: auto;
}



/************************************************************************************/
/* News */
#divNews
{
	float: left;
	width: 100%;
}

#divNews .news
{
	float: left;
	margin-bottom: 35px;
}

#divNews h2
{
	font-size: 16px;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}

#divNews h2 a
{
	color: #000;
	text-decoration: none;
}

#divNews .content
{
	float: left;
	width: 100%;
}

#divNews .content img
{
	padding-right: 10px;
}

