/*Visibillity settings for objects ---------------------------------------------*/

.printonly {				/*Elements appear when printed. Commented out for Screen CSS*/
	display: none;
}

.noprint {				/*Elements appear only on display. Commented out for Print CSS*/
	/*display: none;*/
}

/*----------------------------------------------------------*/

/*<group=Basics>*/
/* BASICS ---------------------------------------------------------- */
body { 
	background: #fff; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	font: 75%/140% Arial, Helvetica, sans-serif;
}

p { 
	margin: 0px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #660066;
}

a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #660066;
	font-weight: bold; 
}

a:hover { 
	text-decoration: none; 
	color: #F5631E;
}

a:active { 
	text-decoration: underline; 
	color: #F5631E;
}


/* HEADLINES ---------------------------------------------------------- */
h1  { 
	font-size: 130%; 
	margin-top: 0; 
	margin-bottom: 20px;
	color: #F5631E;
}

h2  { 
	font-size: 115%; 
	text-align: left; 
	margin-top: 20px; 
	margin-bottom: 0px;
	color: #F5631E;
	clear: left;
}

h3  { 
	font-size: 110%; 
	text-align: left; 
	margin: 0px;
	color: #F5631E;
}

h4 { 
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

h5 { 
	text-align: left;
	margin-top: 45px;
	font-size: 130%;
}
	
#einleitung h2 {
	padding-top: 50px;
	margin-top: 0px;
}

.subheader  { 
	font-size: 115%; 
	text-align: left; 
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #F5631E;
}


/* LAYOUT Content ----------------------------------------------------------*/
#container{				/* Main Container. All Content is inherited */
	width: 782px;
	padding: 0px 0px 50px 0px;
	margin: 0px;
	border: 0px;
}

.imgcontent {
	border: 1px solid #F5631E;
	margin: 0px 10px 10px 0px;
	float: left;
}

.glossary {	
	font-weight: bold;
	margin-top: 15px;
}


/* Header ----------------------------------------------------------*/
#header {
	height: 90px;
	width: 772px;
}

.hd-en {					/* Image for Header */
	background: url(../media/header_bg.jpg);
}

#head-text {				/* Only visible when printed */
	width: 520px;
	height: 90px;
	float: left;
}

#logo {
	padding-top: 30px;
	float: left;
}
/*</group>*/

/*----------------------------------------------------------*/

/*<group=Navigational Elements>*/
/* Top Navigation (Horizontal----------------------------------------------------------*/
#navigation {
	float:left;
	left: 0px;
	width: 772px;
	background: #F5631E;
}

#navigation ul {
	font: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#navigation ul li  { 
	width:  100px;
	display: block; 
	float: left;
	border-right: 1px #fff solid;
}

#navigation ul li a {
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 0px 10px;
}
	
#navigation ul li a:link { 
	color: #fff;
	font-weight: normal;
	}
	
#navigation ul li a:visited {
	color: #fff;
	font-weight: normal;
	}
	
#navigation ul li a:hover {
	color: #000;
	font-weight: normal;
	background: #FAB18E;
	}
	
.home {		/* Extra Class for first Button so it has the same width as left navigation */
	width: 170px !important;
	text-align: left !important;
}

/* FOOTER ---------------------------------------------------------- */
#footer { 
	position: absolute;
	left: 450px;
	width: 304px;
	top:  73px;
	text-align: right;
	padding: 0px;
	bottom:  0px;
	font-size: 90%;
	height: 20px;
}

#footer a:link {
	color: #707070;
	font-weight: normal; 
}

#footer a:visited {
	color: #707070;
	font-weight: normal; 
}

#footer a:hover {
	color: black;
}
	
/* legal notice ---------------------------------------------------------- */
#legal { 
	margin: 5px 0px 0px 10px;
	padding: 0px;
	bottom:  0px;
	font-size: 90%;
	line-height: 130%;
}

#legal a:link {
	color: #707070;
	font-weight: normal; 
}

#legal a:visited {
	color: #707070;
	font-weight: normal; 
}

#legal a:hover {
	color: black;
}

/*Pagenavigation ----------------------------------------------------------*/	
/*Additional subnavigation within pagecontent*/
#pagenav {
	display: block;
	float: left;
	border-top: 1px solid #F5631E;
}

#pagenav ul {
	font: 100%;
	margin: 0px;
	padding: 0px;
}

#pagenav ul li {
	list-style: none;
	margin: 0px;
	text-indent: -10px;
	border-bottom: 1px solid #F5631E;
}

#pagenav ul li a {
	display: block;
	width: 230px;
	line-height: 16px;
	padding: 1px 2px 1px 12px;
	font-weight: normal;
	display: block;
}

#pagenav ul li a:hover {
	background-color: #FAB18E;
	color: #000000;
}

.fontorange {
	color: #F5631E !important;
	font-weight: bold;
}

.fontblack {
	color: #000000 !important;
	font-weight: bold;
}

.pagenavsub {
	border-bottom: 1px solid #bbbbbb !important;
}

/*Left Navigation----------------------------------------------------------*/
#subnavi {
	width: 170px;
	display: block;
	float: left;
}

#subnavi ul {
	font: 100%;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#subnavi ul li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #F5631E;
}

#subnavi ul li a:link {
	color: #707070;
	display: block;
	width: 158px;
	padding: 1px 2px 1px 10px;
	line-height: 18px;
	font-weight: normal;
}

#subnavi ul li a:visited {
	color: #707070;
	display: block;
	padding: 1px 2px 1px 10px;
	line-height: 18px;
	font-weight: normal; 
}

#subnavi ul li a:hover {
	background-color: #F5631E;
	color: #fff;
}
	
#subnavi li#active a { /* Active state marker first level nav*/ 
	background: #F5631E;
	color: #fff;
	}
	
.subactive { /* Active state marker for second level nav*/
	background: #FAB18E;
	border-bottom: 1px solid #fff !important;
	}
	
#subnavi li#subselected a {
	color: #000;
	}
	
/*</group>*/

/*----------------------------------------------------------*/

/*<group=Content>*/

/* Main content area---------------------------------------------------------- */
#maincontent {
	float: left;
	margin: 20px 22px 20px 20px;
}

#maintext {
	clear: left;
	padding-top: 20px;
}

.fiftyfifty {	/* Setting to control the width of the content and context area. it's used to get eqally wide spaces vor the main content and the context on the home page */
	width: 280px;
}

.seventy-thirty {	/* Setting to control the width of the content and context area. it's used to set the main content to use roughly about 70% of the space on the pages of the first level and downwards */
	width: 402px;
}

.thirty-seventy {/* Setting to control the width of the content and context area. it's used to set the main context to use roughly about 30% of the space on the pages of the first level and downwards*/
	width: 158px;
}

/* Context area ---------------------------------------------------------- */
#kontext {
	float: left;
	margin-top: 1px;
}

#keyvisual {
	margin-bottom: 20px;
}

#teaser {
	font-size: 95%;
	border-bottom: 10px solid #fff;
}

#teaser_head {
	color: #fff;
	font-weight: bold;
	padding: 0px 2px 0px 5px;
}

#teaser_main {
	padding: 3px 2px 3px 5px;
}

.teaser_orange { /*orange Teaser head*/
	background: #F5631E;
}

.teaser_orange_content { /*orange Teaser content*/
	background: #FEE8DD;
}

.teaser_image {
	text-align: center;
	padding: 10px 0px; 
	background: #FAB18E;
	border-top: 1px solid #fff;
}

.teaser_image img{
	border: 1px solid #fff;
}

.teaser_lila { /*purple Teaser head*/
	background: #660066;
}

.teaser_lila_content { /*purple Teaser content*/
	background: #EFE5EF;
}

.quicktip {
	font-size: 110% !important;
	line-height: 110%;
	background: #F5631E;
	border-bottom: 1px solid #F5631E !important;
}

.teaser_global_content {
	width: 164px;
	background: #FEE8DD;
	padding: 3px;
}
	
/*</group>*/

/*----------------------------------------------------------*/
