﻿
html {
height: 100%;

}

/* general */
body {
	padding: 0px;
	margin: 0px;
	background-color: #C0C0C0;
}

#page_margins {
	width: 985px;
	text-align: left;
	margin: 0px auto;
	background: #ffffff;
}
#page {
	width: 985px;
	background: #ffffff;
}
#main {
	padding: 0px 50px 0px 50px;
	margin: 0px;
}
#header, #main, #footer {
	clear: both;
}
/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* (de) Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
.clearfix {
	display: block;
}
/* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox {
	overflow: hidden;
}
/* (de) IE-Clearing: BenÃ¶tigt nur der Internet Explorer und Ã¼ber iehacks.css zugeschaltet */
#ie_clearing {
	display: none;
}
/*------------------------------------------------------------------------------------------------------*/
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h4 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h5 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #9C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* shift the buttons right */
.contentpaneopen {
	width: 100%;
}
.contentheading, .buttonheading {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	color: #9C0000;
}
.article_column {
	padding: 2px;
}
.button {
	color: #000;
	font-weight: bold;
	background: #658896;
	border: none;
	border: solid 1px #cccccc;
	background: url(../images/button-bg.jpg) repeat-x;
	font-size: 1em;
	padding: 4px 5px 3px 5px;
	margin: 0 3px;
}
.button:hover {
}
/* pagination */
/* footer */
#footer {
	padding: 25px 0 0 0;
	background-color: #FFF;
}
#footer h3 {
	margin: 0;
	padding: 0;
}
#foot {
	width: 100%;
	height: 128px;
	
}
.foot {
	width: 100%;
	color: #FFF;
	display: block;
	padding-top: 20px;
}
.item-title {
	font-size: 14px;
}
/*listenanzeige */
ol {
	list-style-type: square;
}



img {
border:none;
margin:0 10px 0 10px;
padding:0;

}

img .caption {
text-align: left;

}

.highlight{
padding: 0px 2px 0px 2px;
color:#f1f1f1;

}


.inputbox {
	border:thin solid #000;
	padding:4px;
	font-weight:normal;
}  




/*********************/

/*Diverse */

.jicons-icons > img {
    float: left;
    margin: 0 10px 0 0;
}
.contact-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;    
 }
 
 .moduletable_cbonline {
	font-size: 12px;
	font-weight: normal;
	color: #000;	 
 }