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

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

@import url("typo.css");
@import url("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:#3369A7 url(../images/body_bg2.jpg) 969px 0 repeat-x;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

hr {
	display:none;
}

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

.hr {
	height:1px;
	background:#666;
}

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

.left {
	float:left;
}

.right {
	float:right;
}

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

div#wrapper {
	float:left;
	padding:0;
	width:970px; 
	background:transparent;
}

/* ----------------------------------------------------- */
/* ------------------------| Top |---------------------- */
/* ----------------------------------------------------- */

div#top {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	width:970px;
	height:80px;
	background:url(../images/top_bg.jpg) 0 0 no-repeat; 
}

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

h1.logo a {
    float:left;
	display: block;
    padding:0;
	margin:23px 0 0 37px;
    font-size:0.01em;
    text-indent:-5000px;
	width:200px;
	height:56px;
	background:url(../images/aquaparadies_logo.gif) 0 0 no-repeat;
}

/* ----------------------------------------------------- */
/* -------------------| Header (Flash) |---------------- */
/* ----------------------------------------------------- */

div#header {
	position:absolute;
	padding:0;
	margin:0;
	top:80px;
	left:0;
	width:970px;
	height:473px;
	background:url(../images/flash_bg.jpg) 0 0 no-repeat;
	z-index:1; 
}

div#flashcontent {
	background:transparent;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:480px;
	padding:0;
}

div#flashcontent p {
	margin:0;
}

div#flashcontent a:link, 
div#flashcontent a:visited {
	color:black;
	text-decoration:underline;
}

div#flashcontent a:hover, 
div#flashcontent a:active {
	color:black; 
	text-decoration:none;
}

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

div#sidebar {
	position:absolute;
	padding:0;
	margin:0;
	top:490px;
	left:49px;
	width:202px; 
	min-height:100px;
	background:transparent;
	z-index:3;
}

* html div#sidebar { /* IE Hack */
	height:100px; 
}

div#sidebar p {
	margin:0 0 15px 9px;
}

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

div#content {
	position:absolute;
	top:333px;
	left:328px;
	padding:0;
	margin:0;
	width:512px;
	min-height:550px; 
	background:transparent;
	z-index:2;
}

* html div#content { /* IE Hack */
	height:600px; 
}

div#content p {
	margin:0 15px 15px 12px;
}

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

div#footer {
    background:transparent url(../images/footer_bg.jpg) repeat scroll 0 0;
    bottom:-318px;
    height:316px;
    margin:0;
    padding:0 0 0 173px;
    position:absolute;
    right:-125px;
    width:637px;
    z-index:1;
}

/* ----------------------------------------------------- */
/* -----------------------| Images |-------------------- */
/* ----------------------------------------------------- */

.img_left {
	float:left;
	padding:4px;
	background:#0e3554;
	margin:0px 15px 10px 0;
	border:none;
}

.img_left2 {
	float:left;
	padding:4px;
	background:#0e3554;
	margin:5px 15px 10px 0;
	border:none;
}


/* ----------------------------------------------------- */
/* -----------------------| Editor |-------------------- */
/* ----------------------------------------------------- */

div#editor {	
}

div#editor ul {
	list-style:none;
	margin:-10px 0 10px 20px;
}

div#editor ul li {
	padding:3px 0 3px 14px;
	background:url(../images/li_doublearrow.gif) 0 9px no-repeat;
}

div#gallery {
	margin: 30px 0 0 0;
    width: 600px;
}

div#firmenprofil img {
	margin: 10px 30px 25px 0;
}

div#content-main img {
	margin: 20px 30px 20px 0;
}

