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

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

@import url("typo.css");
@import url("main-menu.css");
@import url("kontaktstyle.css");
@import url("newsstyle.css");
@import url("tablecloth.css");
@import url("cms.css");

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

* {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	background:#0056a2 url(../images/body_bg.gif) top 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:100%;
	background:url(../images/wrapper_bg2.jpg) 0 0 no-repeat;
}

div#inwrapper {
	float:left;
	width:960px;
}

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

h1.logo a {
    float:left;
	display: block;
    padding:0;
	margin:0;
    font-size:0.01em;
    text-indent:-5000px;
	width:200px;
	height:84px;
	background:url(../images/berliner-city-pension_logo.jpg) 0 0 no-repeat;
}

h1.logo a:hover {
    background:url(../images/berliner-city-pension_logo.jpg) 0 -84px no-repeat;
    cursor:pointer;

}

/* ----------------------------------------------------- */
/* -------------------| News-Box (CMS) |---------------- */
/* ----------------------------------------------------- */

div#news {
	float:left;
	padding:15px 25px 25px 25px;
	margin:0px 0 0 400px;
	width:350px;
	height:150px; 
	background:transparent;
	overflow:hidden;
}

* html div#news { /* IE Hack */
	margin:200px 0 0 200px;
}

/* ----------------------------------------------------- */
/* ------------------------| Main |--------------------- */
/* ----------------------------------------------------- */

div#main {
	float:left;
	padding:0;
	margin:0;
	background:url(../images/main_bg.jpg) 0 0 repeat-y;
}

div#jumper {
	position:absolute;
	top:250px;
	left:0;
}

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

div#sidebar {
	float:left;
	padding:0;
	margin:0;
	width:200px;
	height:600px; 
	background:url(../images/sidebar2.jpg) 0 0 repeat-y;
}

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

div#content {
	float:left;
	padding:35px;
	margin:0;
	width:530px;
	min-height:330px;
	background:url(../images/content_bg2.jpg) -1px 0 no-repeat;
}

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

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

div#footer {
	float:left;
	margin:0;
	width:100%;
	height:85px;
	background:#aed5ee url(../images/footer_bg.jpg) left no-repeat;
}

div.footerbox {
	padding:15px 0 0 235px;
}

div.footerbox p {
	float:left;
	margin:0 47px 0 0;
}
