/* Author: Jonas Hellwig */
/* Copyright: Euroweb Internet GmbH - www.euroweb.de */
/* Year: 2008 /*
/* Content: Site Structure */

/* ----------------------------------------------------- */
/* ----------------| Imported Stylesheets |------------- */
/* ----------------------------------------------------- */

@import url("typo.css");
/*@import url("main-menu.css");*/
@import url("cms.css");
@import url("kontaktstyle.css");
@import url("lightbox.css");

/* ----------------------------------------------------- */
/* ---------------- ---| Global Tags |------------------ */
/* ----------------------------------------------------- */

* {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	background:black url(../images/body_bg.gif) top center repeat-x;
}

p {
	margin:0 0 15px 0;
}

hr {
	display:none;
}

/* ----------------------------------------------------- */
/* ------------------| Global Classes |----------------- */
/* ----------------------------------------------------- */

.hr {
	height:1px;
	border-bottom:1px dashed #37525c;
	margin:0 0 15px 0;
}

.clear {
	line-height:0.01em;
	clear:both;
	float:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* ----------------------------------------------------- */
/* ----------------------| Wrapper |-------------------- */
/* ----------------------------------------------------- */

div#wrapper {
	margin:0 auto;
	padding:0;
	width:960px;
	background:transparent;
}

/* ----------------------------------------------------- */
/* -----------------------| Header |-------------------- */
/* ----------------------------------------------------- */

div#header {
	float:left;
	padding:0;
	margin:0;
	width:960px;
	height:410px; /* 471 */
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
}

/* ----------------------------------------------------- */
/* ------------------| Additional Menu |---------------- */
/* ----------------------------------------------------- */

ul.additional-menu {
float:left;
	list-style:none;
	margin:4px 0 0 42px;
}

ul.additional-menu li {
	float:left;
	padding:0 10px 0 0;
}

ul.additional-menu li a:link, 
ul.additional-menu li a:visited {
	color:#c3dffe;
	text-decoration:none;
}

ul.additional-menu li a:hover, 
ul.additional-menu li a:active {
	color:#fff;
	text-decoration:none;
}

/* ----------------------------------------------------- */
/* ----------------------| Language |------------------- */
/* ----------------------------------------------------- */

div#language {
	float:right;
	padding:4px 76px 0 0;
	color:#c3dffe;
}

div#language img {
	float:left;
	margin:1px 0 0 5px;
}

div#language span {
	float:left;
	margin:0 0 0 0;
}


/* ----------------------------------------------------- */
/* --------------------| Brand / Logo |----------------- */
/* ----------------------------------------------------- */

h1.logo a {
    float:left;
	display: block;
    padding:0;
	margin:56px 0 0 83px;
    font-size:0.01em;
    text-indent:-5000px;
	width:248px; 
	height:90px;
	background:url(../images/vtg_logo.jpg) 0 0 no-repeat;
}

h1.logo a:hover {
   background:url(../images/vtg_logo.jpg) 0 -90px no-repeat;
    cursor:pointer;

}

* html h1.logo a {
	margin:56px 0 0 41px;
}

/* ----------------------------------------------------- */
/* ----------------------| Slideshow |------------------ */
/* ----------------------------------------------------- */

div#slideshow {
	float:left;
	width:514px;
	height:328px;
	margin:45px 0 5px 40px;
}

/* ----------------------------------------------------- */
/* -----------------------| Sidebar |------------------- */
/* ----------------------------------------------------- */

div#sidebar {
	float:left;
	padding:0;
	margin:0 28px 0 89px;
	width:263px;
	background:transparent;
}

* html div#sidebar {
	margin:0 28px 0 40px;
}

/* ----------------------------------------------------- */
/* -----------------------| Content |------------------- */
/* ----------------------------------------------------- */

div#content {
	float:left;
	padding:0;
	margin:-15px 0 0 0;
	width:499px;
	background:transparent; 
	font-size:1.0em;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:88;
}

/* ----------------------------------------------------- */
/* -----------------------| Footer |-------------------- */
/* ----------------------------------------------------- */

div#footer {
	float:left;
	padding:93px 0 0 380px;
	margin:0;
	width:580px;
	height:175px;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
}

div#footerbox1 {
	float:left;
	margin:38px 0 0 0;
}

div#footerbox2 {
	float:left;
	margin:38px 0 0 30px;
}

.pdf {
	margin:4px 0 0 0;
}
