* {
				margin:0px;
				padding:0px;
}

body {
				background:#060606 url(../img/layout/background.jpg) top left repeat-x;
}

.container {
				position:relative;
				
				width:929px;
}

.header {
				width:929px;
				height:386px;
				
				background:url(../img/layout/header.png) top left no-repeat;
}

.header .navigation {
				position:absolute;
				top:120px;
				right:100px;
				
				width:220px;
}

.content {
				margin:-39px 0px 100px 136px;
}

.content .top {
				width:694px;
				height:11px;
				
				background:url(../img/layout/content_top.png) top left no-repeat;
}

.content .middle {
				width:594px;
				height:auto;
				padding:50px;
				
				background:url(../img/layout/content_middle.png) top left repeat-y;
}

.content .bottom {
				width:694px;
				height:11px;
				
				background:url(../img/layout/content_bottom.png) top left no-repeat;
}

/* ------------------------------------  startseite  ------------------------------------ */

.content .middle .left {
				float:left;
				width:365px;
}

.content .middle .right {
				float:right;
				width:180px;
}

.content div.error {
				padding:10px 10px 10px 55px;
				margin-bottom:60px;
				
				background:url(../img/layout/warn.png) left center no-repeat;
				text-align:center;
				font-size:1.5em;
				line-height:24px;
				
				border-top:1px solid #ffffff;
				border-bottom:1px solid #ffffff;
}
