/* alle Hauptlayoutelemente der Seite */

body {
	margin:0;
	background:url(../img/bg.png) center repeat-y;
}

body.login{
	background:none;
}

#frame {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:960px;
	height:auto;
	position:relative;
}

* html #wrapper {
	width:940px;
}

#header {
	width:950px;
	height:130px;
	margin:0 0 10px 0px;
}

* html #header {
	margin:0 8px 30px 40px;
}

* + html #header{
	margin:0 8px 30px 0;
}

main {
	text-align:center;
	width:940px;
	background-color:#CCCC33;
}

#separate {
	float:left;
	width: 46px;
}

#content {
	width:670px;
	float:left;
	text-align:left;
	margin:0 0 0 20px;
}

div.content_left {
	float:left;
	width:435px;
}

div.content_right {
	float:left;
	margin:0 0 0 30px;
	width:180px;
}

#content {
	float:left;
	width:640px;
	font-size:12px;
}

* html #content {
	width:630px;
}

div.cont_start {
	width:260px;
	height:170px;
	float:left;
	border:1px solid #ccc;
	margin:5px;
	padding:20px;
}

* html div.cont_start {
	height:200px;
}

#footer {
	background-color:white;
	width:960px;
	float:left;
	height:500px;
}

* html #footer {
	margin:0 0 0 20px;
}

#rahmen_footer {
	float:left;
}

/* Schattenrahmen ANFANG */
#ol, #o, #o_login, #or, #l, #l_login, #r, #r_login, #ul, #u, #u_login, #ur {
	float:left;
	margin:0;
}

#ol, #or, #ul, #ur {
	width:7px;
	height:7px;
}

#o_login, #u_login {
	height:7px;
	width:345px;
}

#l_login, #r_login {
	width:7px;
	height:226px;
}

* html #l_login, * html #r_login {
	height:215px;
}

#l, #r {
	height:500px;
	width:7px;
}

#ol {
	background-image:url(../img/schatten_ol.png);
}

#o, #o_login {
	background-image:url(../img/schatten_o.png);
}

#or {
	background-image:url(../img/schatten_or.png);
}

#l, #l_login {
	background-image:url(../img/schatten_l.png);
}

#r, #r_login {
	background-image:url(../img/schatten_r.png);
}

#r {
	position:relative;
	top:-140px;
	left:10px;
}

* html #r {
	top:-160px;
}

* + html #r {
	top:-160px;
}

#ul {
	background-image:url(../img/schatten_ul.png);
}

#u, #u_login {
	background-image:url(../img/schatten_u.png);
}

#ur {
	background-image:url(../img/schatten_ur.png);
}

/* Schattenrahmen ENDE */

div#content div.spacer {
	clear:left;
	margin:0px;
	border:0px;
	padding:0px;
	height:20px;
}

