/* Helper */
*{
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

/*
	Clear Floats Without Structural Markup
	http://www.positioniseverything.net/easyclearing.html
*/
.clearfix {
    clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
 
    visibility: hidden;
}

body {

margin: 0px auto; 
background: url(../img/hand.gif);

}

.container {
width: 770px; 
margin: 0px auto; 
background: url(../img/background.gif) top left repeat-y; 
border: solid 1px #666666;
}

.img-header {
clear: both; 
float: left; 
width: 770px; 
height: 130px; 
}



/*  Schriftänderung */

.container-font {
width: 770px; 
top: 11px; 
position: absolute; 
}

.font{
font-family: verdana, arial, sans serif; 
}

.font ul {
float: right; 
padding: 0px 20px 0px 0px; 
background-color: #ffffff; 
font-weight: bold;
}	

.font li {
display: inline; 
list-style: none; 
float: left; 
}

.font li a {
display: block; 
float: left; 
padding: 0px 5px 0px 5px; 
border-right: solid 1px #666666; 
color: #999999; 
text-decoration: none; 
}

.font a:hover, .font a.selected {
color: #666666; 
text-decoration: none;
}
.space {
clear: both; 
width: 770px; 
height: 20px; 
background-color: #ffffff;
}

/* Navigation */

.nav {
overflow: hidden; 
clear: both; 
float: left; 
min-height: 500px; 
color: #666666; 
}

.nav ul {
margin: 0px 0px 20px 0px; 
border-bottom: solid 1px #cccccc; 
background-color: #ffffff;
}	

.nav li {
list-style: none; 
}

.nav li.title {
margin: 0px 0px 0px 0px; 
padding: 3px 5px 2px 15px; 
background-color: #bac9c9;
color: #ffffff; 
text-transform: uppercase; 
font-weight: bold; 
}

.nav li.mainnav a {
display: block; 
min-height: 1.9em; 
height: auto; 
height: 1.9em; 
line-height: 1.90em; 
padding: 0px 5px 0px 13px; 
border-top: solid 1px #cccccc; 
border-left: solid 7px #bac9c9;
color: #333333; 
font-weight: bold; 
}

.nav li.selected  {
display: block; 
min-height: 1.7em; 
height: auto; 
height: 1.7em; 
line-height: 1.95em; 
padding: 0px 5px 0px 13px; 
border-top: solid 1px #cccccc; 
border-left: solid 7px #e80314; 
color: #333333; 
font-weight: bold; 
}

.nav li a {
display: block; 
min-height: 1.9em; 
height: auto 
height: 1.9em; 
line-height: 1.9em; 
margin: 0px; 
padding: 0px 7px 0px 20px; 
border-top: solid 1px #cccccc; 
border-left: solid 7px #cccccc;
color: #666666; 
text-decoration: none; 
}

.nav li a.selected {
border-left: solid 7px #e80314; 
xcolor: #687aad; 
xtext-decoration: none;
}

.nav li a:hover {
border-left: solid 7px #ffcc33; 
color: #687aad; 
text-decoration: none;
}

/* content*/

.content_around {
float: left; 
padding: 0px 0px 5px 20px; 
color: #333333;
}

.content_rows {
float: left; 
padding: 10px 0px 5px 0px; 
}

.content {
overflow: hidden;  
}

.content-pagetitle {
overflow: hidden;
margin: 0px 0px 10px 0px; 
padding: 0px 0px 2px 0px; 
border-bottom: solid 2px #e80314;
color: #e80314;
font-weight: bold; 
}

.content-title-size1 {
color: #e80314; 
font-weight: bold; 
font-family: arial, sans serif;
}

.content-subtitle-size1 {
color: #e80314; 
font-weight: bold; 
}

.content_text_row_left {
margin: 0px; 
padding: 0px;
color: #333333; 
font-weight: bold; 
}

.content_text_row_right {
margin: 0px; 
padding: 0px; 
color: #333333; 
font-weight: normal;
}

.content .img-right{
float: right; 
margin: 0px 0px 0px 10px;
}

.content .clear{
float: right; 
margin: 0px 0px 0px 10px;
clear:left;
}

.content img {
float: left;

padding: 5px 10px 2px 0px;
}
.content a, .content a:active {
color: #669900;
text-decoration: underline;
margin: 0px 0px 0.5em 0px; 
line-height: 1.4em; 
font-family: verdana, arial, sans serif;
}

.content a:hover {
color: #2dc130; 
text-decoration: none;
}

.content a:visited {
color: #333333;
}


#articlelist .content-title-size1 {
border-top: 1px solid #808080;
padding-top: 1em;
margin-top: 0.8em;
}


.content_2col_left {
overflow: hidden; 
float: left; 
width: 150px; 

}

.content_2col_right {
overflow: hidden; 
float: right; 
width: 250px;  
display:block;
}

/* Headings */

h1 {
margin: 1.0em 0px 0.5em 0px; 
font-weight: bold; 
}

h2 {
margin: 1.0em 0px 0.5em 0px; 
font-weight: bold; 
}

h3 {
padding-top: 0.5em;
margin: 2.0em 0px 0.5em 0px; 
font-weight: bold; 
clear: left;
line-height: 1.8em; 
}

h4 {
margin: 2.0em 0px 0.5em 0px; 
font-weight: bold; 
clear: left;
}

h6 {
margin: 0px 0px 0.5em 0px; 
font-weight: bold; 
clear: left;
line-height: 1.5em; 
font-family: verdana, arial, sans serif;
font-style: italic;
}

/* Paragraphs */


p {
margin: 0px 0px 0.5em 0px; 
line-height: 1.5em; 
font-family: verdana, arial, sans serif;
}


span {
margin: 0px 0px 0.5em 0px; 
line-height: 1.4em; 
font-family: verdana, arial, sans serif;
font-weight: bold;
xpadding-right: 1em;
}

ul.list li.list{ 
margin: 0px 0px 6px 18px; 
padding: 0px; 
list-style-type: disc; 
list-style-position: outside; 
font-family: verdana, arial, sans serif;
line-height: 1.4em; 
}


ul.list_number li.list_number{ 
margin: 0px 0px 6px 25px; 
padding: 0px; 
xlist-style-position: outside; 
font-family: verdana, arial, sans serif;
line-height: 1.4em; 
list-style-type: decimal;
}

/*  Sidebar, Partner */

.sidebar {
overflow: hidden; 
float: right; 
width: 160px; 
min-height: 350px; 
padding: 0px 0px 10px 0px; 
}

.sidebar-maintitle {
margin: 0px 0px 10px 0px; 
padding: 3px 10px 2px 10px; 
background-color: #bac9c9; 
color: #ffffff; 
text-transform: uppercase; 
font-weight: bold; 
}

.sidebar-imgbox img{
margin: 0px 0px 10px 0px; 
padding: 2px 10px 3px 30px;
border: none;
}

/*  Footer */

.footer {
overflow: hidden; 
clear: both; 
width: 770px; 
height: 2.0em; 
padding: 0.3em 0px 0.3em 0px; 
border-top: solid 1px #666666; 
background-color: #bac9c9; 
color: #ffffff; 
font-weight: bold;
}

.footer p { 
text-align: center; 
}

.footer a {
color: #ffffff; 
text-decoration: underline;
}
.footer a:hover {
color: #333333; 
text-decoration: none;
}

.line {
border-bottom: solid 1px #cccccc; 
padding-bottom: 10px; 
margin: 0px 0px 20px 0px;
}

/*  Forms */

FORM * {
	font-size: small;
}

FIELDSET {
	padding: 0em 1em 1em 2em;
	margin-bottom: 1em;
}

LEGEND {
	margin: 0em 0em 0.5em 0em;
	padding: 2px 8px 4px 4px;
	color: #808080;
}

LABEL {
	display: block;
	font-size: 90%; 
	margin-top: 0.5em;
}

.textfieldsmall, .textareasmall {
		width: 25%;
}

.textfieldmedium, .textareamedium {
		width: 50%;
}

.textfieldlarge, .textarealarge {
		width: 75%;
}

.content .submit, .content .button {
	float: right;
	margin-left: 1em;
}

.formactions {
	display: block;
	text-align: right;
}

.formactions INPUT {
	margin-left: 1em;
}



/* Database Lists */

.listlink {
	margin-left: 1em;
}
.list A, .list A:hover, .list A:visited {
	text-decoration: none;
	color: #000000;

}

/* Dialog */

#nirvana {
	display: none;
}

#bcrshader { /* Layer, der sich über den gesamten inhalt legt und ihn ausgraut, wenn ein dialog geöffnet ist */
background: #CCCCCC;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
}

#bcrdialog IMG {
	border: 0;
}

#bcrdialog A {
	color: #000000;
}

#currentimage IMG { /* Aktuell ausgewähltes Bild im News Einfügen Dialog */
	max-width: 30%;
	margin-bottom: 1em;
}

.help { /* Hilfe Button */
	float: right;
	border: 0px;
}

.contexthelp { /* Die Kontexthilfe ist verstekt und öffnet sich, wenn der Button betätigt wird. */
	display: none;
}
#bcrdialog { /* Dialogfenster */
font-family: sans-serif;

background: #ffffff url(../img/cmslogo.gif) top left no-repeat;
margin: 4em auto 2em auto;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
border-top: 15px solid #e80314;
border-bottom: 15px solid #e80314;
width: 480px;
display: block;
padding: 1em 1em 1em 111px;
}

#bcrdialog H1 { /* Titel des Dialogfensters */
padding: 1em 0.3em 0.1em 1em;
margin: -1em -1em 1em -1em;
color: #000000;
font-family: 'trebuchet ms', sans-serif;
}

#bcrdialog TH {
	text-align: left;
}

#bcrdialog LI {
	line-height: 180%;
	list-style: none;
	background: url(../img/icon_arrow.gif) center left no-repeat;
	padding-left: 20px;
}

#bcrdialog LI A {
	text-decoration: none;
}

#bcrdialog LI A:hover {
	color: #0066FF;
}

#bcrdialogerror { /* Bereich im Dialog, in dem Fehler dargestellt werden */
display: none;
color: red;
}
#bcrdialogerror LEGEND {
	color: red;
}

/* Gallery */


.gallery_img {
	height: 70px;
	border: 5px solid #FFFFFF;
}

.line-box {
border-bottom: solid 1px grey; 
padding-bottom: 15px; 
margin: 15px 0px 15px 0px;
}


