/*
Site:			www.schreckgmbh.de
Author:			Michael Pfenning
Created:		01.01.2008
Modified:		14.02.2008
Editor:			Michael Pfenning
Usage:			Main stylesheet Schreck
*/

property order:
################
** display
** visibility
** list-style-type
** position
** top/right/bottom/left
** z-index
** float
** clear
** width
** height
** overflow
** margin
** border
** padding
** color
** background
** font
**	- font-family
**	- font-size
**	- font-style
**	- font-variant
** line-height
** letter-spacing
** text-align
** vertical-align
** text-decoration
** white-space
** other text styles (e.g. text-indent)
** cursor
** content

table of contents
#################
- basic elements
	- html / body
	- container
	- header
	- main
	- columns
	- footer
- menus
	- naviMain
	- naviSub
	- naviMeta
	- naviRootline
	- naviLang
	- naviQuick
*/

/* ####################### BASICS ############################ */

	option {padding-left: 0.4em}
	
	html { height: 101% } 

body {
	min-width: 1024px; /*71.3em;  2x LC width + RC width */
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 0.83em;
	line-height: normal;
	color: #444444;
	text-align: center;
	background: #dddddd url(../images/back-2.gif);	
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	text-align:left;
	width:1024px;
	margin:0 auto;
	background-color: #ffffff;
	background-position: top;
	border:2px solid #ffffff;
}


/* HEADER */

div#header {
	position: relative;
	top: 0px;
	left: 0px;
	height:131px;
	
}


div#logo {
	position: absolute;
	top: 0px;
	left: 0em;
	z-index: 5;
	width: 732px;
	height: 160px;
	}
	

div#pre_breadcrumb{
	position: absolute;
	top: 111px;
	left: 0px;
	height: 20px;
	width: 187px;
	z-index:5;
	background-color:#a5d5f9;
	}	
div#breadcrumb{
	position: absolute;
	top: 111px;
	left: 187px;
	height: 20px;
	width: 783px;
	background-color:#a5d5f9;
	font-size: 0.8em;
	color: #6666aaa;
	z-index:10;
	}
	
	
div#suche{
	position: absolute;
	top: 111px;
	left: 970px;
	height: 20px;
	width: 53px;
	background-color:#a5d5f9;
	z-index: 5;
	}

#headerContent{
	width: 16em;	
	
}



div#header h1 {
	height: 55px;
	margin: 0 0 0 214px;
	padding: 47px 0 0 26px;
	color: #737374;
	background: #FFFFFF;
	font-size: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
}




#headerText {
		
}

#headerText h2 {
		
}




/* MAIN */

div#main {
	width: 1024px;
	padding: 0;
	background-color: #ffffff;
}

div#main div.column {
	position: relative;
	float: left;
	min-height:36em;
}


div#content {
	width: 613px;
	margin: 0px;
	padding-right: 0.5em;
	padding-left: 1em;
	background-color: #ffffff;
	/*border-right: 1px solid #cccccc;*/
	
}

div#content_wide {
	width: 823px;
	padding-top: 0px;
	padding-right: 0em;
	padding-left: 1em;
	background-color: #ffffff;
}





	
div#right {
	width: 190px; /* RC width */	
	top: 0px;
	padding: 0;
	background-color: #cee8fc;	
	color: #666666;
	min-height: 33em;
	z-index: 5;
}

div#naviMainContainer {
	position: relative;
	float: left;
	width: 187px; /* LC width */	
	min-height: 25em;
	margin: 0;
	padding: 0;	
	border-bottom: 0.08em solid #cccccc;
	
}

.navHead {
	font-family: arial,sans serif;
	font-weight: normal;
	font-size: 11pt;
	color: white;
	letter-spacing: 0.1em;
	padding:2px 0 2px 15px;
	margin-bottom: 10px;
	background-color: #458cc1;
	
}

div#left_u {
	postion: absolute; 
	bottom: 0px;
	width: 187px;
	} 


li dfn, .usb {
	position: absolute;
	left: -3000px;
	height: 0px;
	width: 0px;
	
	}




div#normal {
	margin: 0 0 0 0;
	
}



div#newSites {
	padding: 0.12m 0 0 0.3em;		
	font-family: verdana,arial;
	font-weight: normal;
	color: #555555;
}

div#newSites ul li a{
	padding: 0.12em 0 0 0.5em;	
	font-size: 85%;
	font-weight: normal;
	color: #666666;
}

div#newSites ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	
}




div#right span {
	
}

div#footer {	
	clear: both;
	height: 3em;
	margin: 0;
	border-top: 2px solid #cccccc;
	padding: 0;
	background: #FFFFFF;
	
}

div#footer p {
	height: 2em;
	text-align: center;
	margin: 5px 0 0 0;
	padding-top: 10px;
	background: #FFFFFF;
	font-size: 0.83em;
	color: #999999;
}

div#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
}

div#footer a:hover {
	color: red;
	font-weight: bold;
}

/*####################### MENUS ############################*/

/* --- NAVI MAIN --- */

div#naviMainContainer {
        
	background-color: #99bcd7;
    	letter-spacing:-0.07em;
        font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

div#naviMainContainer ul {
    position: relative;
}

div#naviMainContainer ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

div#naviMainContainer a {
    display: block;
    /*border-top: 1px solid #cccccc;*/
    padding: 0.2em 0;
    color: #333333;
    text-decoration: none;
}

div#naviMainContainer a:hover {
    color: #aa0000;
    background: #dbdbdb;
}

div#naviMainContainer ul.level1 {
    /*border-bottom: 1px solid #cccccc;*/
}

div#naviMainContainer ul.level1 a {
    padding-left: 30px;
    font-weight: bold;
}
div#naviMainContainer ul.level2 a {
    padding-left: 2.0em;
    font-weight: normal;
}
div#naviMainContainer ul.level3 a {
    padding-left: 3.5em;
}
div#naviMainContainer ul.level4 a {
    padding-left: 4.5em;
}
div#naviMainContainer ul.level5 a {
    padding-left: 7em;
    font-size: 0.8em;
    letter-spacing: 0em;
}


/* ACT und CUR Zustaende */
div#naviMainContainer ul li.cur a {
    background: #dddddd url(../images/design/roteck.gif) no-repeat 0.2em 50%;
    color: white;
    }

div#naviMainContainer ul li.cur a:hover {
    background: #3399ff url(../images/design/roteck.gif) no-repeat 0.2em 50%;
    color: #ffffff;
}

div#naviMainContainer ul li.cur li a {
    background: none;
    color: #3366cc;
}

/* --- NAVI ROOTLINE ------------------------------------- */

div#naviRootline {
	position: absolute;
	top: 161px;
	left: 21.5em;
	z-index: 6;
	margin: 0;	
	padding: 0;
	font-size: 0.8em;
	height: 1em;
	width: 55em;
	color: #666666;	
	
}

div#naviRootline ul {
	list-style-type: none;
	text-decoration: none;	
	height: 1.5em;
	margin: 10px 0 0 25px;
	padding: 0;
}

div#naviRootline li {
	float: left;
	
}

div#naviRootline li a {
	color: #555555;
	text-decoration: none;
}

div#naviRootline li a.visited {
	color: #555555;
	}


div#naviRootline li span {
	margin: 0 0.5em;
}




/* --  LanguageMenu ---*/


div.langMenu {
	margin: 1em 0 0 1.5em;

}
div.langMenu img {
	margin-right: 0.3em;
	border: none;

}

/* Quickmenu*/

div#quickmenu{
	margin-left:2em;
	margin-top: 1em;
	letter-spacing:0.07em;
	
	
}

div#quickmenu p{
	margin:0;
	color: #666666;
	
}

div#webcode{
	margin-left:2em;
	margin-top: 1em;
	font-size: 0.8em;
}

div#webcode p{
	margin:0.7em;
	color: #666666;
	font-size: 0.8em;
}

/* Allg. Formate*/

.hidden{
	display: none;
	}
	
/* NEWS ====================================================*/

.news-latest-container{
	font-family: arial, sans-serif;
	font-size: 0.83em;
	text-decoration: none;
	color: #666666;
	padding-right: 0.2em;
	border-right: 1px solid #eeeeff;
	border-bottom: 2px solid #eeeeff;
	}
	

.news-latest-container h3 {
	font-family: arial, sans-serif;
	font-size: 1em;
	color: #666666;
	margin: 0 0.1em 0 0;
	padding: 0;
	}

.news-latest-container a:link {
	text-decoration: none;
	color: #336699;
	}

.news-latest-container a:visited {
	text-decoration: none;
	color: #336699;
	}

.news-latest-container a:hover {
	text-decoration: underline;
	color: #0000ff;
	}

.news-latest-item p{
	margin:0;
	padding: 0;		
	}

.news-latest-item{
	color: #666666;
	border-top: 1px solid #eeeeff;
	margin: 0.3em 0 0 0;
	}

.news-latest-item h3{
	
	}

.news-latest-date{
	padding: 0.1em 0 0 0;
	font-weight: normal;
	color: #666666;
	}

.news-latest-gotoarchive a{
	color: #666666;
	}


.news-list-date h3{
	font-size: 0.83em;
	font-weight: bold;
	color: #666666;
	margin:  0;
	padding:0.3em 0 0 0;
	}

.news-latest-category{
	font-size: 70%;
	color: #6699cc;
	}

.news-latest-morelink{
	margin: 0 0 1em 0;
}

.news-latest-morelink a, a:visited{
	color:#336699;
	}

.news-latest-morelink a:hover{
	color:#ff0000;
	text-decoration: underline;
	}

/*---Lastminute*/


.lastminute{
	font-family: arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #666666;
	padding-top: 1em;
	padding-left: 0.4em;
	border-top: 1px solid #eeeeff;
	border-bottom: 2px solid #eeeeff;
	}




/*---Downloads ---- */

