/*
Theme Name: Sanitas
Description: Das erste WP-Theme f&uuml;r Sanitas
Version: 1.6
Author: Sebastian Schwarz
Author URI: http://www.myspace.com/radrum
*/

/* ---GLOBAL--- */

html, body {
	height: 100%;
}

* html #page {
	height: 100%;
}


body {
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	background-color: rgb(92,156,200);
	background-image: url(images/design/bg-body.jpg);
	background-repeat: repeat-x;
	color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	text-decoration: none;
	color: rgb(255,255,255);
}
a:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
}
a:focus, a:active {
	outline: none;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}


#wrap1 {
	width: 100%;
}
#wrap2 {
	width: 100%;
}

#page {
	width: 900px;
	margin: 0 auto;
	clear: both;
}

/* ---HEADER-- */

#header {
	width: 100%;
	height: 100px;
	border-bottom: 1px dotted rgb(0,47,118);
	margin: 0;
	padding: 0;
}
#headerimg {
	margin: 0px auto;
	padding: 14px 0;
	width: 900px;
}

/* ---NAV--- */

#nav {
	width: 100%;
	height: 30px;
	margin: 20px 0 30px 0;
}
#nav ul {
	margin: 5px 0;
	padding: 0;
}
#nav ul li {
	list-style: none;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	margin: 0px 60px 0px 0px;
	padding: 0;
	color: rgb(92,156,200);
}
#nav ul li a:hover {
	color: rgb(255,255,255);
}

#nav form {
	float:right;
}

#nav .current_page_item a {
	color: rgb(255,255,255);
}

/* ---CONTENT--- */

#content {
	float: left;
	width: 620px;
	margin: 0 10px 10px 0;
}
#content h2 {
	margin: 0;
	padding: 0;
}

.divider {
	width: 620px;
	height: 1px;
	border-bottom: 1px dotted white;
	margin: 10px 0;
}

#downloads h2 {
	margin: 0 0 20px 0;
}

#imp {
	width: 250px;
	height: 200px;
	background-image: url(images/content/imp.png);
	background-repeat: no-repeat;
}

#rechtliches {
	width: 890px;
}

/* ---SIDEBAR--- */

#sidebar {
	float:right;
	margin: 0 0px 10px 0;
}


/* ---FOOTER--- */

#footer {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: rgb(0,47,114);
	margin: 10px 0px 0px 0px;
	clear: both;
	bottom: 0px;
	border-top: 1px dotted rgb(255,255,255);
}

#foot {
	margin: 14px auto;
	width: 900px;
	font-size: 0.9em;
	font-weight: normal;
	color: rgb(255,255,255);
}

.footer-left {
    float: left;
}
.footer-right {
    float: right;
}