@import url(style.css);

@media all
{
	/**************************************************************************/
	/** Allgemeine Anpassungen
	/**************************************************************************/
	#page {
		background-image: url(../images/bg_page_unterseite.png);
	}
	#content {
		padding: 0 0 20px 1px;
		width: 650px;
	}

	/**************************************************************************/
	/** Navigation & Navigation 2
	/**************************************************************************/
	#nav {
		background-image: url(../images/nav_bg_unterseite.png);
		margin-bottom: 0px;
	}
	
	#nav2 {
		width: 117px;
		background-color: #012058;
		float: left;
		padding: 0 7px 20px 0;
		color: #FF9900;
	}

	#nav2 ul {
		color: #FF9900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin: 0 0 0 15px;
	}
	
	#nav2 ul ul {
		margin: 0 0 0 10px;
		font-size: 10px;
	}

	#nav2 ul li {
		margin: 6px 0 0 0;
		color: #FF9900;
		line-height: 12px;
		list-style-type: none;
		list-style-image: none;
		font-size: 10px;
	}

	#nav2 ul a {
		color: #FFF;
		text-decoration: none;
		font-size: 10px;
	}

	#nav2 ul a:hover {
		color: #FF9900;
		text-decoration: none;
		font-size: 10px;
	}

	/**************************************************************************/
	/** Boxen
	/**************************************************************************/
	.box_249 {
		width: 249px;
		color: #012058;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 5px 0 5px 11px;
		float: right;
	}
	.box_249_head {
		height: 22px;
		background-image: url(../images/box_249_head.png);
		padding: 10px 0 0 10px;
		font-weight: bold;
		background-repeat: no-repeat;
	}
	.box_249_body {
		background-image: url(../images/box_249_body.png);
		padding: 5px 0 10px 10px;
		overflow: hidden;
	}	
	.box_249_footer {
		height: 4px;
		background-image: url(../images/box_249_footer.png);
		background-repeat: no-repeat;
	}
	.box_249 p.weiter {
		text-align: right;
		margin-right: 10px;
	}
	.box_249 p.weiter a {
		color: #012058;
		font-weight: bold;
		text-decoration: none;
	}
	.box_249 p.weiter a:hover {
		color: #FF9900;
		font-weight: bold;
		text-decoration: none;
	}
	.box_509 {
		width: 509px;
		color: #012058;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 5px 0;
		float: right;
	}
	.box_509_head {
		height: 22px;
		background-image: url(../images/box_509_head.png);
		padding: 10px 0 0 10px;
		font-weight: bold;
		background-repeat: no-repeat;
	}
	.box_509_body {
		background-image: url(../images/box_509_body.png);
		padding: 5px 0 10px 10px;
		overflow: hidden;
	}	
	.box_509_footer {
		height: 4px;
		background-image: url(../images/box_509_footer.png);
		background-repeat: no-repeat;
	}
	.box_509 p.weiter {
		text-align: right;
		margin-right: 10px;
	}
	.box_509 p.weiter a {
		color: #012058;
		font-weight: bold;
		text-decoration: none;
	}
	.box_509 p.weiter a:hover {
		color: #FF9900;
		font-weight: bold;
		text-decoration: none;
	}
}
@media print
{
	#nav2 {
		display: none;
		width: 50px;
	}
	
	.box_249 {
		border: 1px solid #012058;
		margin: 5px 0 5px 9px;
		color: #000;
	}

	.box_509 {
		border: 1px solid #012058;
		color: #000;
	}
}
