/***********************************************/
/* print.css		                            */
/* Print Layout									*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0 0 1em 0;
}

a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #C7E5B1;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

marquee{
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	height: 7em;
	background-color: #FFFFFF;
	white-space:nowrap
}

#navBar{
	display:none;
}

#headlines{
	display:none;
}

#content{
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-top:30px;					/* nötig weil HAAS-Grafik 30 px tiefer als bei Bidschirm sitzt */
	line-height: 1.2em;
	font-size: 80%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #masthead styles **************/
#masthead img {
	display: inline;
	/*position: absolute;*/
	left: 39.6em;
	width: 16.3em;
	height: 6.9em;
}

#masthead #logo_right {
	margin-top:30px;
}

#masthead #logo_left {
	float:left;
	width: 24.6em;
	height: 6.9em;
}

#masthead #slogan {
	display:none
}


#slogan h1 {
	font-size: 160%;
	padding-top: 0.7em;
}

/************* #globalNav styles **************/
#globalNav{
	display:none;
}

/************* #breadcrumb styles **************/
#breadcrumb {
	background-color: #CCCCCC;
	margin-bottom: 3em;
}

#breadcrumb ul {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
}

#breadcrumb a{
	text-decoration:none;
	color:black;
}

/************** .feature styles ***************/

.feature{
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img, .story img{
	float: left;
	margin: 0 0.8em 0.2em 0;
}


/************** .story styles *****************/

.story{
	font-size: 100%;
	margin-top: 4em;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #999999;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 2px;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.1em;
	margin-right: 20px;
}
#siteInfo a {
	color: #999999;
	display: inline;
}

/************** #headlines styles **************/

#headlines{
	display:none;
}

#content a {
	color: #CC253B;
	font-weight: bold;
}
#content h1 {
	font-size: 180%;
	color: #333333;
	border-bottom-style: solid;
	border-top-color: #CC253B;
	border-right-color: #CC253B;
	border-bottom-color: #CC253B;
	border-left-color: #CC253B;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
