@media screen{
	body{
		border:none;
		background-color:white;
		font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		font-size:70%;
		margin:0;
		padding:0;
		text-align:center;
		background-image:url(images-vogelsang-ip/body-bg.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-attachment:fixed;

	}
}
@media print{
	body{
		background-color:rgb(255,255,255);
		font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		font-size:12px;
		margin:0px;
		padding:0px;
		width:100%;
	}
}


@media screen{
	a{
		color:rgb(0,0,0);
		text-decoration:none;
	}
}
@media print{
	a{
		color:rgb(0,0,0);
		text-decoration:underline;
	}
}




/*--- Layout ---*/
@media screen{
	.page_container{
		width:900px;
		margin:0px auto;
		padding:0px;
		text-align:left;
	}

	.top_container{
		width:900px;
		height:151px;
		background-image:url(images-vogelsang-ip/top2.jpg);
		background-repeat:no-repeat;
		background-position:0px 10px;
	}

	.topmenu_container{
		padding-top:131px;
		background-image:url(images-vogelsang-ip/topmenu-bg.png);
		background-repeat:no-repeat;
		background-position:0px 235px;
	}

	.top_links_container{
		width:900px;
		height:32px;

		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:white;
		padding:0;
	}
	.top_link1{
		width:444px;
		height:26px;
		border-top:4px solid white;
		border-right:2px solid white;
		border-bottom:4px solid white;
		border-left:4px solid white;
		float:left;
		text-align:left;
	}
	.top_link1 a{
		background-image:url(images-vogelsang-ip/pfeil-bereich.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		padding:0px 0px 0px 20px;
		margin:4px 0px 0px 4px;
		float:left;
	}
	.top_link1 a:link{
		color:white;
	}
	.top_link1 a:active{
		color:white;
	}
	.top_link1 a:visited{
		color:white;
	}
	.top_link1 a:hover{
		color:#CCCCCC;
	}
	.top_link2{
		width:444px;
		height:26px;
		border-top:4px solid white;
		border-right:4px solid white;
		border-bottom:4px solid white;
		border-left:2px solid white;
		float:left;
		text-align:right;
	}
	.top_link2 a{
		background-image:url(images-vogelsang-ip/pfeil-bereich.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		padding:0px 0px 0px 20px;
		margin:4px 4px 0px 0px;
		float:right;
	}
	.top_link2 a:link{
		color:white;
	}
	.top_link2 a:active{
		color:white;
	}
	.top_link2 a:visited{
		color:white;
	}
	.top_link2 a:hover{
		color:#CCCCCC;
	}
	.top_link3{
		width:194px;
		height:26px;
		border-top:0px solid white;
		border-right:2px solid white;
		border-bottom:4px solid white;
		border-left:4px solid white;
		float:left;
		text-align:left;
	}
	.top_link3 a{
		background-image:url(images-vogelsang-ip/pfeil-bereich.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		padding:0px 0px 0px 20px;
		margin:4px 0px 0px 4px;
		float:left;
	}
	.top_link3 a:link{
		color:white;
	}
	.top_link3 a:active{
		color:white;
	}
	.top_link3 a:visited{
		color:white;
	}
	.top_link3 a:hover{
		color:#CCCCCC;
	}
	.top_link4{
		width:196px;
		height:26px;
		border-top:0px solid white;
		border-right:2px solid white;
		border-bottom:4px solid white;
		border-left:2px solid white;
		float:left;
	}
	.top_link4 a{
		background-image:url(images-vogelsang-ip/pfeil-bereich.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		padding:0px 0px 0px 20px;
		margin:4px 0px 0px 37px;
		float:left;
	}
	.top_link4 a:link{
		color:white;
	}
	.top_link4 a:active{
		color:white;
	}
	.top_link4 a:visited{
		color:white;
	}
	.top_link4 a:hover{
		color:#CCCCCC;
	}
	.top_link5{
		width:194px;
		height:26px;
		border-top:0px solid white;
		border-right:4px solid white;
		border-bottom:4px solid white;
		border-left:2px solid white;
		float:right;
		text-align:right;
	}
	.top_link5 a{
		background-image:url(images-vogelsang-ip/pfeil-bereich.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		padding:0px 0px 0px 20px;
		margin:4px 4px 0px 0px;
		float:right;
	}
	.top_link5 a:link{
		color:white;
	}
	.top_link5 a:active{
		color:white;
	}
	.top_link5 a:visited{
		color:white;
	}
	.top_link5 a:hover{
		color:#CCCCCC;
	}

	.content_container{
		width:450px;
		margin:50px 0px 0px 10px;
	}
	.content_container h1{
		color:white;
		font-size:1.2em;
		text-shadow: #000000 3px 3px 5px;
		line-height:1.3em;
	}


}
@media print{

}



/*--- Flaggen Sprachwahl ---*/
.flaggen{
	float:left;
	margin:3px 2px 0px 0px;
	position:relative;
	top:-2px;
}
.flaggen ul, .flaggen li{
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}
.flaggen img{
	width:22px;
	border:none;
	margin-right:5px;
}

