﻿@charset "UTF-8";

/***************************************/
/* LAYOUT  */
/***************************************/
@import url('reset.css');




/* 
############################
Grundlegende Styles
############################
*/
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#efefef;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Tahoma;
	
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

div.wrapper { 
	margin: 0 auto;
	width: 953px;
	text-align:left;	/* Hack für IE, der das margin:auto nicht kennt? (part2) */
	position:relative; /* hierauf beziehen sich jetzt alle Kindelemente */
}

/* 
############################
Header styles 
############################
*/
#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #fff;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 
############################
Spalten Container 
############################
*/
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 
############################
2 column right menu settings
############################
*/
.rightmenu {
	background:#ff9;
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-214px;
	position:relative;
	right:100%;
	background:#fff;
}
/* Hacks fuer IE6 und IE7, bei denen die seite ansonsten ueber die zentrierten raender hinauslaeuft */
* html .rightmenu .colleft{
	width: 204%;
}
*+html  .rightmenu .colleft{
	margin-left: -200px;
}

.rightmenu .col1wrap {
	float:left;
	width:938px;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 15px 0 215px;
	overflow:hidden;
	font-size:0.9em;
}
.rightmenu .col2 {
	float:right;
	width:224px;
	position:relative;
	left:214px;
	margin:0 0 10px;
	font-size:0.9em;
}

/* 
################################
Footer styles 
################################
*/
#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	padding:10px;
	margin:0;
}

#footer #footer_left, #footer #footer_center {
	width:361px;
	margin:0 2px 0 0;
	float: left;
	background-color: #dadada;
	padding: 1px;
	min-height:90px;
}

#footer #footer_left {
}

#footer #footer_center {

}

#footer #footer_right {
	float: left;
	width:220px;
	background-color: #dadada;
	padding: 1px;
	min-height:90px;
}

.footer_copyright {
	border-top: 1px solid #fff;
	clear:both;
	font-size:0.85em;
	padding: 2px 5px 2px 5px;
	background-color: #bebebe;
	margin:0 0 5px;
}
