@IMPORT url("droplinebar.css");
@IMPORT url("guestbook.css");
@IMPORT url("pagination.css");
@IMPORT url("parts.css");
@IMPORT url("termine.css");
@IMPORT url("links.css");


body
{
	margin: 0;
	background-color: #8c969f;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	color: black;
	
}

#main
{
	position: relative;
	background-color: #8c969f;
	width: 980px;
	margin: 0px auto 0 auto;
	background: silver;
	padding: 0 !important;
	line-height: 1.8em;
	display: block;
	overflow: auto;
}
#banner
{
	position: relative;
	display: block;
	width: 980px;
	height: 200px;
	background-color: #162e7b;
	background-image: url("../images/backgrounds/banner.gif");
}
#logo
{
	position: absolute;
	background-image: url("../images/auto.gif");
	width: 370px;
	height: 270px;
	right: 0px;
	top: 5px;
	z-index: 11;
	}
h1
{
	font-size: 14pt;
	font-variant:small-caps;
	text-align: center;
	border-bottom: dashed 1pt #162e7b;
	
}
h2
	{
	font-size: 11pt;
	}

a
{
	text-decoration: none;
	color: #162e7b;
	}
a:hover
	{
		text-decoration: none;
		color: blue;
	}
#content
{
width: 570px;
float: left;
color: black;
padding: 0;
font-family: Arial, Verdana, Tahoma;
text-align: justify;
margin: 35px 0px 10px 0px;
padding-bottom: 50px;
}
#leftcolumn
{
	position: relative;
	float: left;
	display: block;
	width: 180px;
	margin: 50px 10px 20px 10px;
	
}
#rightcolumn
{
	position: relative;
	display: block;
	float: right;
	width: 180px;
	margin: 50px 10px 20px 10px;
}
.head_container
{
	position: relative;
	display: block;
	width: 170px;
	background-image: url('../images/headline.png');
	border: solid 1pt #162e7b;
	color: white;
	text-align: center;
	text-transform: uppercase;

	
	
	}
.container
{
	position: relative;
	display: block;
	width: 160px;
	border: solid 1pt #162e7b;
	padding: 10px 5px 10px 5px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 8pt;
	
	}
#containerslide {
    width: 160px;
    height: 120px;
  }
 .newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}
.galerie_headline
{
	margin-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/backgrounds/containerhead.png");

}
.galerie_content
{
	text-align: center;
}
/* Lightbox */
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width: 590px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid silver;
		border-width: 5px 5px 5px;
		padding: 5px;	}
	#gallery ul a:hover img {
		border: 5px solid #162e7b;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	a:focus {
	outline: none;
}
.counter_l
{
	text-align: left;
	display: block; float: left;
	width:75px;
	margin-left: 15px;
}
.counter_r
{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

