/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}

body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */
#grey {width:100%; background-color:#aeaeae; padding:5px 0 0 20px; height:25px; border-bottom:3px solid #fff;}  
#grey a {color:#fff;}
#grey a:hover {color:#EE7900;}

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#AEAEAE;}
#main_wrapper  { background-color: #DDD;
	border:3px solid #FFF; }
#header  { background-image: url(../layout_images/Oswald_2_01.gif);
	background-repeat: no-repeat;
	height: 195px;
	}
#hornav{ background-image: url(../layout_images/Oswald_2_02.gif);
	background-repeat: no-repeat;
	height: 48px;	
	}
#nav {background-color:#DDD;}
#content {background-color:#FFF;
	text-align: justify;}
#promo {background-color:transparent;}
#footer {background-color:#686868;}

#header_inner{ 
	}
#hornav_inner{
	padding-left: 18px;
	}
#nav_inner {font-size: 1em;
	}
#content_inner {
	}
#badge {
	height:150px; width: 150px;
	background-color: transparent;
}
#unvergessen {background-color:#AEAEAE;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Verdana', Verdana,  serif;
	} 

/*CLASSES */
.right {float: right;
	padding: 10px 5px 10px 20px;}
.left {float: left;
	padding: 10px 20px 10px 5px;}
.lineup {width: 300px;
	float: left;
	padding: 10px 15px 10px 15px;}
.lineup img{float:left;
	padding: 0 15px 0 0;}
.breadcrumbs a{
	padding: 20px 20px 10px 0;
	font-size: 0.8em;
}

#unvergessen h3 {padding: 10px 20px;
	color:#414141;
	font-size: 0.9em;
	font-weight: bold; }
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#EE7900;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl {
	color:#000;
	}
table, form {
	color: #000;
	}
a {
	text-decoration:none;
	color:#414141;
	font-size: 0.9em;
	font-weight: bold;
	}	
#footer_inner a {color: #fff;}
#footer_inner p {
	color: #FFF;
	margin:0;
	}
a:hover, #hornav_inner a:hover, #hornav_inner a.active:hover {
	color:#EE7900;
	}
	
#hornav_inner a.active{
	display:block; 
	background-color: #ccc;
	height:41px;
	border-top:3px solid #fff;
	line-height: 46px;
	}
	
#hornav_inner p{ padding: 0 10px 0 10px;
	line-height: 52px;
	font-size:1.1em;
	color:#4167AF;
	text-decoration:none;
	float: left;
	font-weight: normal;}	
#hornav_inner a{
	padding: 0 10px 0 10px;
	line-height: 52px;
	font-size:1.1em;
	color:#FFF;
	text-decoration:none;
	float: left;
	font-weight: normal;
	}
a:visited {
	text-decoration:none;
	}

	
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 1em 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	padding:.5em 0 .3em 0;
	}
h4 {font-size:1.125em; /* 18pt */
	padding:.5em 0 .3em 0;
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}

/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; 
		font-size:13px;
		line-height:1.7;}
li, dd {
		padding:0em 0; 
		margin-left:2em;
		}
dt {font-weight:bold;}

img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	}
table td	{
	padding: .3em .5em .3em .5em;
	}

/* THE ALSETT CLEARING METHOD */
.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

