body{
	margin: 0;
	font: normal 14px/100% Arial, Helvetica, Sans, Sans-Serif;
	background: #c5c6c7 url('../../img/layout/bodybg.jpg') left top repeat-x;
	}

div.clear{
	clear: both;
	}
a:link, a:visited, a:active{
	color: #32559f;
	text-decoration: none;
	}
a:hover{
	color: #333333;
	}

a img{
	border-width: 0;
	}

a.pfeil{
	position: absolute;
	right: 0;
	bottom: 5px;
	display: block;
	padding: 0 20px 0 0;
	background: transparent url('../../img/layout/pfeilblau.gif') right center no-repeat;
	font-size: 13px;
	margin: 10px 0 0 0;
	}
	a.pfeil:hover{
		background-image: url('../../img/layout/pfeilgrau.gif');
		}
	


table#background-table{
	width: 100%;
	}
	table#background-table td{
		vertical-align: top;
		}
	table#background-table td#middle{
		width: 980px;
		}
	table#background-table td#left{
		background: transparent url('../../img/layout/shadow_left.png') top right repeat-y;
		}
	table#background-table td#right{
		background: transparent url('../../img/layout/shadow_right.png') top left repeat-y;
		}


div#layout-wrapper{
	position: relative;
	width: 980px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	}
	div#layout-wrapper div#shadow-left{
		width: 14px;
		height: 100%;
		background: transparent url('../../img/layout/shadow_left.png') top right repeat-y;
		position: absolute;
		left: -14px;
		top: 0;
		}
	div#layout-wrapper div#shadow-right{
		width: 14px;
		height: 100%;
		background: transparent url('../../img/layout/shadow_right.png') top left repeat-y;
		position: absolute;
		right: -14px;
		top: 0;
		}
	div#layout-wrapper div#shadow-bottom{
		height: 15px;
		width: 100%;
		background: transparent url('../../img/layout/shadow_bottom.png') top left repeat-x;
		position: absolute;
		bottom: -15px;
		left: 0;
		}
	div#layout-wrapper div#shadow-corner-left{
		width: 14px;
		height: 13px;
		background: transparent url('../../img/layout/shadow_corner_bottom_left.png') top left no-repeat;
		position: absolute;
		bottom: -13px;
		left: -14px;
		}
	div#layout-wrapper div#shadow-corner-right{
		width: 14px;
		height: 19px;
		background: transparent url('../../img/layout/shadow_corner_bottom_right.png') top left no-repeat;
		position: absolute;
		bottom: -19px;
		right: -14px;
		}
	
	
div#header-wrapper{
	height: 152px;
	background: #ffffff url('../../img/layout/blaueleiste.jpg') left bottom no-repeat;
	}
	div#header-wrapper div#rotator{
		position: absolute;
		top: 0;
		left: 0;
		width: 475px;
		height: 116px;
		overflow: hidden;
		}
	
	div#header-wrapper div#header-top{
		position: relative;
		height: 116px;
		/*background: transparent url('../../img/layout/gebaeude.jpg') left top no-repeat;*/
		}
	div#header-top img#logo{
		position: absolute;
		top: 15px;
		right: 55px;
		}
	div#header-top img#slogan{
		position: absolute;
		bottom: 18px;
		left: 460px;
		}


div.area-wrapper{
	width: 483px;
	height: 325px;
	background-color: #c6c7c8;
	}

div.content-wrapper{
	position: relative;
	width: 468px;
	height: 309px;
	color: #444444;
	font-size: 11px;
	}
	div.content-wrapper div.headline-container{
		position: relative;
		height: 39px;
		}
	div.content-wrapper p{
		line-height: 140%;
		}
	div.content-wrapper p.intro{
		width: 300px;
		}
	div.content-wrapper div.content{
		padding: 20px;
		}
	div.content-wrapper div.content-footer{
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 428px;
		padding: 0 20px 0 20px;
		font-size: 10px;
		line-height: 150%;
		font-weight: bold;
		}
		div.content-footer h1{
			display: inline;
			color: #33549e;
			font-size: 12px;
			font-weight: bold;
			margin: 0;
			padding: 0;
			}
		div.content-footer img{
			position: absolute;
			bottom: 30px;
			right: 30px;
			}


div#top-left{
	float: left;
	background-image: url('../../img/layout/sprite_topleft.png');
	background-position: left top;
	}
	div#top-left div.content-wrapper{
		background: transparent url('../../img/layout/bg_topleft.png') top left no-repeat;
		}
	div#top-left a.pfeil:hover{
		background-image: url('../../img/layout/pfeilgruen.gif');
		color: #aec569;
		}
	div#top-left div.content-footer{
		bottom: 5px;
		}

div#top-right{
	float: right;
	background-image: url('../../img/layout/sprite_topright.png');
	background-position: right top;
	}
	div#top-right div.content-wrapper{
		float: right;
		background: transparent url('../../img/layout/bg_topright.png') top left no-repeat;
		}
	div#top-right a.pfeil:hover{
		background-image: url('../../img/layout/pfeilgelb.gif');
		color: #e0cd24;
		}
	div#top-right div.content-footer{
		bottom: 5px;
		}
	
div#bottom-left{
	float: left;
	margin: 14px 0 0 0;
	background-image: url('../../img/layout/sprite_bottomleft.png');
	background-position: left bottom;
	}
	div#bottom-left div.content-wrapper{
		margin: 16px 0 0 0;
		background: transparent url('../../img/layout/bg_bottomleft.png') top left no-repeat;
		}
	div#bottom-left a.pfeil:hover{
		background-image: url('../../img/layout/pfeilgrau.gif');
		color: #848587;
		}
	
div#bottom-right{
	float: right;
	margin: 14px 0 0 0;
	background-image: url('../../img/layout/sprite_bottomright.png');
	background-position: left bottom;
	}
	div#bottom-right div.content-wrapper{
		float: right;
		margin: 16px 0 0 0;
		background: transparent url('../../img/layout/bg_bottomright.png') top left no-repeat;
		}
	div#bottom-right a.pfeil:hover{
		background-image: url('../../img/layout/pfeilorange.gif');
		color: #c85316;
		}
