html {

	height:				100%;

}

body {

	margin:				0px;
	height:				100%;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;
	background:			#606c53 url('/img/bg.jpg') repeat-x left top;

}

a {

	color:				#fff;
	text-decoration:	none;

}

p {

	margin:				0;

}

td {

	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;
	vertical-align:		top;

}

#page {

	height:				100%;

}

#top {

	height:				157px;
	border-left:		1px solid #f5d733;

}

#left {

	height:				29px;
	background-color:	#f5d733;

}

#menu {

	border-top:			1px solid #f5d733;
	border-bottom:		1px solid #f5d733;

}

#main {

	border-left:		1px solid #f5d733;

}

#main  table {

	width:				100%;
	height:				100%;

}

#content {

	width:				440px;

}

.spacing {

	padding:			20px;

}

#angebote {

	width:				330px;
	background-color:	#7d8d6c;

}

#bottom_left {

	border-top:			1px solid #f5d733;

}

#bottom {

	height:				26px;
	border-left:		1px solid #f5d733;

}

#footer {

	text-align:			right;
	border-top:			1px solid #f5d733;
	padding:			5px;

}

#footer a {

	color:				#f5d733;
	text-decoration:	none;

}

/* CMS Login */
div#cms_login {

	width:				200px;
	height:				207px;
	background-color:	#fff;
	border:				1px solid #dbdbdb;
	text-align:			center;

}

div#cms_login_space {

	padding:			12px 0 0 0;

}

div#cms_login form {

	width:				186px;
	height:				107px;
	margin:				auto;
	text-align:			center;
	background-color:	#e6e6e6;
	font-size:			11px;
	color:				#000;

}

div#cms_login form div {

	width:				140px;
	text-align:			left;
	margin:				auto;

}

div#cms_login form input[type=text], div#cms_login form input[type=password] {

	width:				138px;
	height:				14px;
	background-color:	#fff;
	border:				1px solid #a5acb2;
	color:				#000;
	font-size:			11px;

}

div#cms_login form input[type=submit] {

	width:				68px;
	height:				18px;
	text-align:			center;
	background-color:	#777;
	border:				1px solid #efefef;
	color:				#fff;
	font-size:			11px;
	margin-left:		74px;

}
