@charset "utf-8";


#baustart {
	display:none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 300px;
	z-index: 9999;
	background: url(images/baustart_2016.png) no-repeat top right;
}

/* ------------------------------------------------------------*/
/* GLOBALER RESET */
/* ------------------------------------------------------------*/

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-size: 100%;
	vertical-align: baseline;
}
body { 
	line-height:1; 
	font-family:'VectoraLTStd45Light', Arial, Helvetica, sans-serif;
	font-size:14px;
}
ol, ul { list-style: none; }
table { border-spacing: 0; }
img { border:0 }

p {
	line-height:1.35;
}

a {
	text-decoration:none;
	color:#000
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 25px;
	color: #7CC784;
}

h2 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:15px;
	text-transform:uppercase;
	line-height:1.25;
}



/* ------------------------------------------------------------*/
/* SCHRIFTARTEN */
/* ------------------------------------------------------------*/

@font-face {
    font-family: 'VectoraLTStd45Light';
    src: url('fonts/vectoraltstd-light-webfont.eot');
    src: url('fonts/vectoraltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectoraltstd-light-webfont.woff') format('woff'),
         url('fonts/vectoraltstd-light-webfont.ttf') format('truetype'),
         url('fonts/vectoraltstd-light-webfont.svg#VectoraLTStd45Light') format('svg');
    /*font-weight: light;
    font-style: light;*/
}


/* ------------------------------------------------------------*/
/* HAUPTELEMENTE */
/* ------------------------------------------------------------*/

.header {
	background:url(images/header_bg.jpg) top center;
}

.header .container {
	height: 120px;
	/*background-image:url(images/baustart2.png);
	background-repeat:no-repeat;
	background-position:right;*/
}

.container {
	width:960px;
	margin: 0 auto;
	position:relative;
	z-index:0;
}

.mainmenu {
	background:url(images/menu_bg_silva.jpg) top center;
	color: #FFF;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	z-index:2;
}

.mainmenu .container {
	height:35px;
	z-index:3;
}

.slider {
	background:url(images/sldier_bg_silva.jpg) top center;
	border-bottom:#000 2px solid;
}

.slider .container {
	height:480px;
	z-index:0;
}

.content {
	/*background:url(images/content_bg.jpg) top center;*/
}

.content a {
	text-decoration:underline;
}

.content a:hover {
	text-decoration:underline;
	color: #65b200;
}

.content_shadow {
	background: url(images/shadow.jpg) top repeat-x;
	height: 75px;
}

.footer {
	background: #CCC;
	border-top: #999 1px solid;
	margin-top: 75px;
	letter-spacing: 1px;
}

.footer .container {
	height:40px;
	color:#666;
	font-size:10px
}

.footer a {
	color:#666
}

.copyright {
	float:left;
	padding-top:15px;
}

.impressum {
	padding-top:15px;
	float:right;
}

.clear {
	clear: both;
	display: block;
}


.bildunterschrift {
	font-size: 10px;
	color: #999;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:uppercase;
}

.flatlist {
	line-height:20px;
	text-transform:uppercase;
}

.flatlist li {
	display:block;
	float:left;
	margin-right:15px;
	font-weight:bold;
}

/* ------------------------------------------------------------*/
/* MENUE */
/* ------------------------------------------------------------*/

.menu {
	height:35px;
	margin:0;
	padding:0;
	font-size:14px
}

.menu li {
	display:block;
	float:left;
	margin-right:50px;
	position:relative;
}

.menu li a {
	display:block;
	padding:11px 2px 6px 2px;
	color:#999;
}

.menu li a:hover {
	color:#FFF;
	text-decoration:none;
}

.menu li a span {
	display:block;
}

.menu li ul {
	display:none;
	position: absolute;
	top: 30px;
	left: -10px;
	z-index: 1308;
	width: 155px;
	padding:0;
	margin:0;
}

.menu li ul li {
	display:block;
	background:url(images/black90.png);
	width: 135px;
	margin:0;
	height:auto;
	padding:0 10px;
	clear:both;
	position:relative;
}

.menu li ul li a {
	display:block;
	color:#7d7d7d;
	padding:7px 5px 7px 5px;
	background:url(images/dropdown_line.png) bottom repeat-x;
	border-bottom:#333 1px solid;
}

.menu li a span {
	display:block;
}

.menu li a:hover span {
	cursor:pointer
}

.menu li:hover ul {
	display:block;
}

.menu_active {
	color:#FFF;
}

/* ------------------------------------------------------------*/
/* CONTENT */
/* ------------------------------------------------------------*/

.cl4_left {
	float:left;
	width:220px;
	margin-left:20px;
}

.cl4_right {
	float:left;
	width:230px;
}

.clm3_left {
	width: 300px;
	float: left;
	display: block;
	margin-right: 30px;
	/* [disabled]text-align:justify; */
}

.clm3_middle {
	width:300px; 
	float:left;
	/*text-align:justify*/
}

.clm3_right {
	width:300px; 
	float:right;
	/*text-align:justify*/
}

.clm21_left {
	width:620px;
	float:left;
}

.clm50_left {
	width: 455px;
	float: left;
}

.clm50_right {
	width: 455px;
	float: right;
}

.img_shadow {
	-webkit-box-shadow:  3px 3px 6px 0px rgba(0, 0, 0, 0.3); 
	box-shadow:  3px 3px 6px 0px rgba(0, 0, 0, 0.3);
	margin-bottom:20px;
}

/* WOHNUNGEN */
.tabelle_uebersicht {
	/*text-transform:uppercase;*/
	width:100%;
	line-height:1.5;
}

.tabelle_uebersicht td {
	/* [disabled]width:20%; */
	border-bottom: #CCC 1px dotted;
	padding: 5px
}

.table_background {
	background:#F3F3F3
}

.kontakt_logos {
	margin-top: 15px;
	margin-bottom: 25px;
}
