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

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

@import url("typo.css");
@import url("menu.css");
@import url("kontaktstyle.css");
@import url("cms.css");
@import url("lytebox.css");

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

* {
	padding:0;
	margin:0;
}

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

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

hr {
	display:none;
}

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

.hr {
	height:1px;
	background:#CCC;
	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:900px;
	background:url(../images/wrapper_bg.gif) top center no-repeat;
}

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

div#header {
	float:left;
	padding:0;
	margin:16px 0 0 0;
	width:900px;
	height:252px;
	background:url(../images/header_bg2.gif) 0 0 no-repeat;
}

*html div#header {
	background:url(../images/header_bg2.gif)  42px 0 no-repeat;
}

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

h1.logo a {
    float:left;
	display: block;
    padding:0;
	margin:25px 0 0 45px;
    font-size:0.01em;
    text-indent:-5000px;
	width:296px;
	height:89px;
	background:url(../images/sternklinik_logo.gif) 0 0 no-repeat;
}

h1.logo a:hover {
	background:url(../images/sternklinik_logo.gif) 0 -89px no-repeat;
    cursor:pointer;

}

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

div#additional-menu {
	float:left;
	height:23px;
	width:262px;
	padding:2px 0 0 12px;
	margin:-114px 0 0 586px;
}

*html div#additional-menu {
	margin:-114px 0 0 293px;
}

div#additional-menu ul {
	list-style:none;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#additional-menu ul li {
	float:left;
	padding:0 15px 0 0;
}

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

div#additional-menu ul li a:hover, 
div#additional-menu ul li a:active {
	color:white;
	text-decoration:underline;
}

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

div#sidebar {
	float:left;
	padding:0;
	margin:37px 20px 0 56px;
	width:298px;
	background:transparent;
}

*html div#sidebar {
	margin:37px 20px 0 50px;
	width:280px;
	border:1px solid red;
}

a:link, 
a:visited {
	color:#002f6e;
	text-decoration:underline;
}

a:hover, 
a:active {
	color:#002f6e;
	text-decoration:none;
}

div#sidebar p {
	margin:0 0 30px 0;
	padding:0;
}

div#sidebar h3 {
	color:#4F4F4F;
	font-size:1em;
	font-weight:bold;
	margin:-23px 0 0 0;
	padding:0;
}

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

div#content {
	float:left;
	padding:0;
	margin:27px 0 0 0;
	width:484px;
}

.footericon {
	margin:0 5px -3px 0;
	padding:-1px 0 0 0;
}

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

div#footer {
	float:left;
	padding:0;
	margin:20px 0 30px 0;
	width:100%;
	height:84px;
	background:url(../images/footer_bg.jpg) center top no-repeat;
}

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

.img_left {
	float:left;
	margin:8px 15px 5px 0;
}
