@media print {

	body {
		background: #FFFFFF;
		color: #000000;
		height: 100%;
		font-family: 'Lucida Grande', Verdana, Sans-Serif;
		FONT-SIZE: 11px;
		font-weight: normal; 
		display: none;
	}

	html { }

	.imageFader { display: none; }
	.imageFader2 { display: none; }
	.activeImage { display: none; }
	.header { display: none; }
	.nav { display: none; }
	.navtab { display: none; }
	.links { display: none; }
	.rechts { display: none; }
	.trenner { display: none; }
	.abschluss { display: none; }
	.linkbar { display: none; }
	.footer { display: none; }

}

@media screen {

	body {
			background: #215195 url("../img/mainbg.jpg") repeat-x;
			margin: 0px;
			padding: 0px;
			color: white;
			overflow: hidden;
			height: 100%;
			font-family: 'Lucida Grande', Verdana, Sans-Serif;
			FONT-SIZE: 11px;
			font-weight: normal; 
			}
	
	html>body {
			font: 12px Verdana;
			height: 100%;
			margin: 0px;
			padding: 0px;
			}
	
	.imageFader {
			position:		relative;
			filter:			alpha(opacity=50);
			-moz-opacity:	0.50;
			}
	
	.imageFader2 {
			position:		relative;
			filter:			alpha(opacity=0);
			-moz-opacity:	0.0;
			}
	
	.activeImage {
			position:		relative;
			filter:			alpha(opacity=100);
			-moz-opacity:	1.0;
			}
	
	.container {
			text-align: left;
			width:770px;
			height:448px;
			position: relative;
			overflow: hidden;
			}
	
	.header {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 770px;
			height: 103px;
			background: url("../img/headerbg.jpg") no-repeat;
			text-align: left;
			overflow: hidden;
			}
	
	.nav {
			position: absolute;
			top: 103px;
			left: 0px;
			width: 770px;
			height: 33px;
			background: url("../img/navbg.jpg") no-repeat;
			text-align: left;
			overflow: hidden;
			}
	
	.links {
			position: absolute;
			top: 136px;
			left: 0px;
			width: 31px;
			height: 273px;
			background: url("../img/leftbg.jpg") repeat-y;
			text-align: left;
			overflow: hidden;
			}
	
	.rechts {
			position: absolute;
			top: 136px;
			right: 0px;
			width: 31px;
			height: 273px;
			background: url("../img/rightbg.jpg") repeat-y;
			text-align: left;
			overflow: hidden;
			}
	
	.content {
			position: absolute;
			padding: 2px;
			top: 136px;
			left: 31px;
			width: 708px;
			height: 273px;
			background-color: #F1EEE8;
			text-align: left;
			overflow: hidden;
			}
	
	.trenner {
			position: absolute;
			background: url("../img/trennbg.jpg") no-repeat;
			top: 409px;
			left: 0px;
			width: 770px;
			height: 10px;
			overflow: hidden;
			}
	
	.abschluss {
			position: absolute;
			background: url("../img/abschlussbg.jpg") no-repeat;
			top: 439px;
			left: 0px;
			width: 770px;
			height: 9px;
			overflow: hidden;
			}
	
	.linkbar {
			position: absolute;
			bottom: 177px;
			right: -1px;
			width: 28px;
			}
	
	.linkbar2 {
			position: absolute;
			bottom: 279px;
			left: -1px;
			width: 28px;
			}

	.footer {
			padding-left: 33px;
			padding-right: 33px;
			padding-top: 4px;
			color: #383B2E;
			position: absolute;
			background: url("../img/footerbg.jpg") no-repeat;
			top: 419px;
			left: 0px;
			width: 770px;
			height: 20px;
			font-family: 'Lucida Grande', Verdana, Sans-Serif;
			FONT-SIZE: 10px;
			font-weight: normal; 
			overflow: hidden;
			text-align: center;
			}

	a.inline:link, a.inline:visited {
			color: #383B2E;
			font-weight: bold;
			text-decoration: none;
			}
	
	a.inline:active, a.inline:hover {
			color: #818548;
			font-weight: bold;
			text-decoration: none;
			}

	}

