body {
	margin-top: 10px;
	padding: 0;
	background: url(../grafiken/img_background.png) center;
	background-repeat: repeat-y; 
	font-size: 12px;
	font-family: Arial Unicode MS;
	color: #363636;
}


p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 26px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

	input, textarea, select {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}


/* Header */

#header {

	width: 971px;
	height: 70px;
	margin: 0 auto;

}


#banner {
	float: left; 
	width: 971px; 
	height: 70px; 
 	background:url(../grafiken/bg_banner.png) center;
}


/* Menu */

#header_menu {
	width: 971px;
	margin: 0px auto;
	height: 71px;
	background: url(../grafiken/bg_menu.png) no-repeat;
}


#menu {
	float: left;
	width: 900px;
	height: 32px;
	padding-left: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.detailmenuactive {
	
	font-weight:bold;
	background: #6d6f75;
	color: #FFFFFF;
}
a.detailmenuactive:hover {
	text-decoration:none;


}
#menu a:hover { 
	background: #767983;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #767983;
	color: #FFFFFF;
}


/* Page */

#page {
	font-size: 12px;
	width: 969px;
	min-height:400px;
	margin: 0 auto;
	padding: 0;
	color: #151515;
	background: #a0a4ab;
	border: 1px solid #6e7176;
}

/* Content */

#content {
	font-size: 12px;
	margin-top: 0 auto;
	width: 739px;
	float: left;	
	padding: 0px 20px 20px 30px;

	border-right: 1px solid #adb1b7;
	
}

/* Sidebar */

#sidebar {
	float: left; 
	padding-top: 10px;
	margin: 0 auto

}

/* LOGO_REXIMA */

#logo_rexima {
	top: 20px;
	width: auto;
	height: 100px;	
	margin-left:50px;
	background: url(../grafiken/bg_logo.png) no-repeat;
}


/* Footer */
#footer-wrap {
}

#footer {
	width: 971px;
	height: 40px;
	margin: 10px auto;
	background: url(../grafiken/bg_menu.png) no-repeat;
}

#footer p {
	padding: 5px;
	font-size: 12px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}

/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
.deadlink {
	color:#ff4444;
	text-decoration:line-through;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
.highlight {
	padding:0px 1px;
	font-size:inherit;
	background-color:#dd0000;
	color:#ffffff;
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
.search form, .news form {
	padding:0px;
	margin:0px;
}
form.searchform {
}
form.searchform:hover {
}



/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
	width:100px;
	margin-left:0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

#search {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 13px;
	color: #000000;
}

/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	border:none;
	margin: 0;
}


/* -------------------------------------------------------- */
/* Kontaktformular */
/* --------------- */
form#contact_form {
  padding-left: 180px;
}
table#contact_table {
}
table#contact_table td {
  vertical-align:top;
  padding:5px;
}
span#contact_errormessage{
  color:#880000;
  font-weight:bold;
}
span#contact_successmessage{
  color:#008800;
  font-weight:bold;
}
input#contact_name, input#contact_mail, input#contact_website {
  width:200px;
}
textarea#contact_message {
  width:200px;
}
input#contact_submit {
  width:200px;
}

/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
	color: # FFFFFF;
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	border:none;
}

span.imagesubtitle {
	margin:3px 3px;
	text-align:justify;
	font-size:0.9em;
	line-height:1.1em;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
	margin:8px;
	max-width:300px;
	float:left;
	margin-left:0px;
}

img.leftcontentimage {
	max-width:100px;
	border:1px solid;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
	margin:8px;
	max-width:300px;
	float:right;
	margin-right:0px;
}

img.rightcontentimage {
	border:1px solid;
	max-width:100px;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b {

}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i {

}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u {

}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s {

}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	color: #FFFFFF;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	color: #000000;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	color: #000000;
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
}



/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	background:#b7bdc5 none repeat scroll 0%;
	border:0pt none;
	height:1px;
	/* color:#e5e5eb; */
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	text-align:center;
	margin:0px auto;
	width:99%;
	font-size: 14px;
}
th.contenttable {
	text-align:center;
	vertical-align:top;
	padding:2px 40px;
}
td.contenttable1 {
	vertical-align:top;
	padding:0px 40px;
}
td.contenttable2 {
	vertical-align:top;
	padding:0px 40px;
}
/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align:center;
}
/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align:left;
}
/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align:right;
}
/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:justify;
}
/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}
fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}