body {
	font: 12px Arial, sans-serif;
	color:#191817;
	background-color:#fff;
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin:0;
}

h1, h2, h3, h4, p, fieldset, table, hr {
	margin:0;
	padding:0;
	margin-bottom:16px;
}

p {
	line-height:16px;
}

div.clearer {
	clear:both;
}


#container {
	width:860px;
	margin:auto;
}

#mainmenu {
	width:100%;
	height:61px;
	background-image: url('../images/bg_mainmenu.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#logo {
	width:100%;
	height:81px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	font-family: arial, georgia, serif;
	font-weight:normal;
	letter-spacing: -1px;
	font-size:22px;
	text-align:right;
	line-height:81px;
}

#header {
	background-color:#ffa600;
	height:220px;
	background-image: url('../images/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#header #buttons {
	padding:145px 0 0 30px;
}

#content {
	width:100%;
	background-color:#f3eadb;
}

#content .left, #content .right, #content .full {
}

#content .left {
	width:410px;
	float:left;
	padding:16px 16px 0 16px;
}

#content .right {
	width:auto;
	margin:0 0 0 50%;
	padding:16px 16px 0 16px;
}

#content .full {
	width:auto;
	padding:16px 16px 0 16px;
} 

#content .box {
	background-color:#faf6ed;
	padding:16px;
}



/* ============ */
/* = Mainmenu = */
/* ============ */

#mainmenu a {
	display:block;
	float:left;
	height:61px;
	line-height:65px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:0 30px 0 30px;
	background-image: url('../images/mainmenu_divider.gif');
	background-repeat: repeat-y;
	background-position: right top;
	text-shadow: #000 0 1px 2px;
}

#mainmenu a:hover {
	background-color:#333;
}

#mainmenu a.selected {
	background-color:#666;
}

/* ========== */
/* = Button = */
/* ========== */

a.button {
	background: transparent url('../images/button_r.gif') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: bold 12px Verdana, sans-serif;
	height: 24px;
	padding-right: 24px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	color: #b53717;
	outline: none;
	text-shadow: #fff 0px 1px 0px;
	margin-right:12px;
}

a.button span {
	background: transparent url('../images/button_l.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding: 5px 0 3px 24px;
}

a.button:active {
	background-position: right -24px;
}

a.button:active span {
	background-position: left -24px;
	padding: 6px 0 2px 24px;
}

/* ================ */
/* = Textelemente = */
/* ================ */

h1 {
	color:#ffa600;
	font-family: arial, georgia, serif;
	font-weight:normal;
	letter-spacing: -1px;
	font-size:22px;
}

h2 {
	font-family: arial, georgia, serif;
	font-weight:normal;
	letter-spacing: -1px;
	font-size:16px;
/*	border-left:20px solid #ffa600;
	padding-left:10px;*/
	color:#4b4947;
}

/* ========= */
/* = Forms = */
/* ========= */

fieldset {
	background-color:#ede9e1;
	border: 1px solid #d5d1ca;
	padding:4px 4px 4px 16px;
}

fieldset legend {
	font-family: arial, georgia, serif;
	font-weight:normal;
	letter-spacing: -1px;
	font-size:16px;
	padding:0 6px;
	color:#4b4947;
}

/* ======== */
/* = Form = */
/* ======== */

form {
	margin:0;
}

input[type=text], input[type=password], textarea {
	font-size:14px;
}

dl.form dt {
	margin:0;
	padding:0;
	font-size:11px;
}

dl.form dd {
	margin:0 0 12px 0;
	padding:0;
}

/* ======== */
/* = Tabs = */
/* ======== */

div.tabs {
	display:block;
	height:24px;
}

div.tabs a {
	background: transparent url('../images/tab_r.gif') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 11px Arial, sans-serif;
	height: 24px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	outline: none;
	margin-right:3px;
}

div.tabs a span {
	background: transparent url('../images/tab_l.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 6px 0 4px 18px;
}

div.tabs a:hover {
	color:#d5cdb7;
}

div.tabs a.selected {
	background-position: right -24px;
	color:#191817;
}

div.tabs a.selected span {
	background-position: left -24px;
}

/* ================== */
/* = Error Messages = */
/* ================== */

#content .error {
	background-color: #8c0014;
	padding:16px;
}

#content .error ul {
	margin:0;
	padding:0 0 0 16px;
	color:#fff;
	font-weight:bold;
}

