/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  	height: 100%;
  	margin-bottom: 1px;
  	background-color: #ffffff;
}

form {
  	margin: 0;
  	padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

#whitebox {
	font-size:12px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-weight:normal;
	background:#ffffff;
	color:#5E5D5D;
	min-width:950px;
	max-width:1030px;
	height: 620px;
	margin:0 0 15px 0;
	background-image: url(../images/border_down.png);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
}

#whitebox div {
	text-align: left;
}

#whitebox_m {
	width:100%;
	height:98%;
}

p { margin-top: 0; margin-bottom: 5px; }

h1,.contentheading{
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: bold;
	vertical-align: bottom;
	color: #9a0000;
	text-align: left;
	width: 100%; 
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #9D9FA2;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading {
  	margin: 0;
  	font-weight: bold;
  	font-family: Helvetica,Arial,sans-serif;
  	font-size: 1.5em;
  	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	color:#d5942e;
}
.tip
{
	
	border:solid 1px #333;
	background: #ffffcc;

}

a img {
	border: none;
}

.actions {
	float:right;
	list-style:none;
}


div#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width:950px;
	max-width:1030px;
}

div#header {
	height:213px;
	width:100% -5px;
	font-family:Arial,Helvetica;
    padding:0px;
    overflow:hidden;   
    background-color: #9d9fa2;
    margin-top:40px;
    border:6px solid #9a0000;
    border-bottom: none;
    background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#header_links {
	float:left;
	height:213px;
	width:210px;
	background-color: #9A0000;
	position:absolute;
}

div#header_logo {
	float:right;
	position: absolute;
}
/* Um das Logo unabhängig von der Größe zu Platzieren*/
#platzhalter {
	position:relative; 
	top:20px;
	left:250px;
	width:100px;
}

#header_slogan {
	width:300px;
	height:25px;
	font-size:20px;	
	float:left;
	color: #ffffff;	
	position: absolute;
	top:55px;
}

/** Modul für das Hintergrundbild (zB Zitrone) **/
.module_Hintergrundbild {
	position:absolute;
	top:550px;
	margin:0px;
}

 
/*********************************/
/***  Hozizontales Hauptmenü   ***/
/*********************************/

#Navi {
	min-width:800px;
	max-width:1030px;
	height:25px;
	padding:0px;
	overflow:hidden;
	text-align:center;	
	position: relative;
	margin:90px -6px 0 -6px;
	background-color: #9a0000;	
	border-top: 1px solid black;
	border-bottom:1px solid black;
}

#Navi ul li {
	float:left;
	width:152px;
	height:25px;
	list-style:none;
	padding:0px;
	margin:-12px 0 0 0;
	background-color: #9a0000;
}

#Navi a {
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 23px;
	display: block;
	min-width:110px;
	/*max-width:150px;*/
	border-right:1px solid black;
}

#Navi a:hover { 
	height:25px;
	background-color: #96979A;
}


/**************************************/
/***  ENDE Hozizontales Hauptmenü   ***/
/**************************************/


/** Für die Hervorhebung der aktiven Menüpunkte **/

/* Hauptmenu */
.joomla-nav #current a {
	height:25px;
	background-color: #9D9FA2;
}
/*Untermenüs*/
.module_nebenmenu li#current a {
	color: #9D9FA2;
	background: transparent;
}


/******************************************************/
/* Nebenmenüs zu den einzelnen Punkten des Hauptmenüs */
/******************************************************/
.module_nebenmenu {
	padding:0 0 5px 0;
}

.module_nebenmenu a {
	color:#9A0000;
	font-weight:bold;
	text-decoration: none;
}

.module_nebenmenu a:hover {
	color: #96979A;
	text-decoration: none;
}

.module_nebenmenu li {
	padding:6px 0 6px 0;
}

/* Aktiver Menüpunkt vom Nebenmenü */
.mainlevel_current a{
	color: #ffffff;
	padding-left:5px;
	text-decoration: underline;
}
.module_nebenmenu li ul {
	padding-left:11px;
	padding-top:3px;
}
/***********************************************************/
/* ENDE Nebenmenüs zu den einzelnen Punkten des Hauptmenüs */
/***********************************************************/
 
 
/**************************/
/*** Sprache einstellen ***/
/**************************/
#sprache {
	padding-left:8px;
	width: 100px;
	position:relative;
	top:-17px;
}
#sprache img {
	padding-left:4px;
}
#jflanguageselection{
	width:130px;
}
#jflanguageselection img{
	text-decoration: none;
	border:none;
	padding-right:4px;	
}
/**************************/
/***    ENDE Sprache    ***/
/**************************/
 

/********************************/
/*** Außenrahmen der Webseite ***/
/********************************/

.box_oben {
	text-align:right;
	height:43px;
	overflow: visible;
	border-left:6px solid #9a0000;
	border-right:6px solid #9a0000;
}



.box_mitte {
	float:left;
	height:575px;
	padding-left:10px;
	background: url(../images/border.png);
	background-position: left;
	background-repeat: repeat-y; 
	width: 96%;
	padding-right:30px;	
}

.box_unten {
	border: 6px solid #9a0000;
	border-top:none;
	text-align: right;
	clear:both;
	height:20px;
	margin-bottom:20px;
}

/* Für die Abgerundeten Ecken des Außenrahmens*/
.backgroundimg_border {
	float:right;
}
.backgroundimg {
	float:right;
}
/******************************/
/*** ENDE Boxen Außenrahmen ***/
/******************************/


/*******************/
/*** Login Modul ***/
/*******************/
/* Position für den Login */
.login {
	position:relative;
	top:50px;
}

/* Felder des Logins */
#sl_horiz {
	float:right;
	margin:20px, 25px 0 0;
	height:40px;
	width:640px;
	color: #376701;
}

#sl_horiz a {
	text-decoration: none;
	color: #96979A;	
	font-size: 11px;
}

#sl_horiz a:hover{
	color:#9A0000;
}

#sl_horiz .button {
	background-color: #96979A;
	border:none;
	color: #ffffff;
}
#sl_horiz .button:hover {
	background-color: #9A0000;
	border:none;
	color: #ffffff;
	cursor: pointer;
}


/************************/
/*** ENDE Login Modul ***/
/************************/


/***********************/
/***  MODUL "Right"  ***/
/***********************/
#right {
	height: 575px;
	width:16%;
	border-left:1px dashed gray;
	float:right;
	padding: 0 0 0 7px;
	margin-top:-30px;
}

#right a {
	color: #9A0000;
}
#right a:hover {
	color: #9D9FA2;
}
/** ENDE Modul "Right" **/


/***************************************/
/*** Bilder im Beitrag Kanzleiprofil ***/
/***************************************/
#beitrag_bilder {
	float:right; 
	width:130px;
	padding-left:25px;
}

#beitrag_bilder a {
	color: #96979A;
}

#beitrag_bilder a:hover {
	color: #9A0000;
}
/********************************************/
/*** ENDE Bilder im Beitrag Kanzleiprofil ***/
/********************************************/


/****************************/
/*** Tabelle für Contents ***/
/****************************/
.contentpane tbody {
	color: #808080;
	width: 300px;
	vertical-align: text-bottom;
}

.contentpane img {
	border:none;
}
.contentpane a {
	text-decoration: none;
	color: #96979A;
	font-weight: bold;
}
.contentpane a:hover {
	text-decoration: none;
	color: #9A0000;
	font-weight: bold;
}
/*****************************/
/*** ENDE Tabelle Contents ***/
/*****************************/


/* Bereich für die Unter-Menüs */
#leftcolumn {
	padding: 0;
	margin: 0 8px 0 -4px;
	width: 210px;
	height:100%;	
	float:left;
}

#leftcolumn_small {
	width:210px;	
	float:left;

}

/* Contentbereich (zB für Beiträge) */
#maincolumn {
	padding-left: 13px;
	width: 57%;
	height:595px;
	overflow: auto;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
	overflow: auto;
	height:595px;
	position:relative;
}

#maincolumn_right {
	width: 500px;
}
/* Für die korrekte Anzeige des Infocenters */
#maincolumn2 {
	 width:84%; 
	 position:relative; 
	 left:-219px;
}

#area {
	height:600px;
	clear:both;
}
/* ENDE Contentbereich */


/* Tabelle in der die Beiträge angezeigt werden */
table.nopad {
	width: 99%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad a{
	color: #96979A;
}
table.nopad a:hover{
	color: #9A0000;
	text-decoration: none;
}

table.nopad td.middle_pad {
	width: 20px;
}

/** Video-Konferenz (Interlounge-Applikation) **/
#interlounge {
	position:absolute;
	top: 180px;
	width:950px;
	top:0px;
	left:7px;
}

/*************************************/
/*** DOCMAN Dokumentenverwaltung  ***/
/*************************************/

/* Breite der Leiste "Kategorien" */
#dm_cats {
	width:90%;
}
/* Breite der Leiste "Dokumente" */
#dm_docs{
	width:90%;
}
/* Breite der Leiste "Dokumente Details" */
#dm_details{
	width:97%;
}

#dm_details table thead{
	background-color:#F2DE02;
	width:100%
}

#dm_header a:hover {
	color: #9A0000;
}

a.dm_name:hover { 
	background: #F5FCE0; 
	color: #9A0000; 
}
/*****************************************/
/*** ENDE DOCMAN Dokumentenverwaltung  ***/
/*****************************************/


/**********************/
/*** Joomla - BLOG  ***/
/**********************/

.table_row_title{
	background-color:#D5E5D6;
	color:#FFFFFF;
	font-weight:bold;

}
.table_row_first{
	background-color:#f1f0ee;
}
.table_row_second{
	background-color:#f1f0ee;
}


#clsTopMenuBg{
	padding:2px;
	margin-bottom:25px;
}

#clsTopMenuBg {
	margin-right:5px;
}

.clsFloatRight {
}

#josForm {
	margin-right:5px;	
}

#sectiontableheader {
	padding-top:30px;
}

.buttonheading a {
	padding-right:6px;
	border:none;
}

/* Links in der Blog-Übersicht */
#clsWebpageBlueBorder a{
	color:#96979A;
}
#clsWebpageBlueBorder a:hover{
	text-decoration:none;
	color:#9A0000;
}


/* Für die Leiste unter den Blog-Beiträgen (Details) */
#divBlogDetails{
	font-size:11px;
	text-align:right;
	background-color:#d2d2d5;
	color:#573503;
	border:1px dashed #999999;
	padding:3px;
	margin:5px 0px 30px 0px;
}
#divBlogDetails a{
	color:#96979A;
}

#divBlogDetails a:hover{
	text-decoration:none;
	color:#9A0000;
}


/*** Login für SmartBlog ***/

#com-form-login {
	width:60%;
	margin-left: 18%;
}
#com-form-login a{
	color:#96979A;
	text-decoration: none;
}
#com-form-login a:hover{
	color:#9A0000;
}
form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }
form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/*** Ende Login ***/

/***************************/
/*** ENDE Joomla - BLOG  ***/
/***************************/


/***********************/
/*** TWITTER MODUL   ***/
/***********************/
/* Weiteres, design-unspezifisches CSS unter: joomla\modules\mod_jTweet\css\jTweet.css  */

ul.tweet_list li a, ul.tweet_list li a {
	border: none;padding: 0; color:#96979A;
}
ul.tweet_list li a:hover {
	color:#9A0000;
}
/***************************/
/*** ENDE Twitter MODUL  ***/
/***************************/


/* DIV für den Link auf das Impressum und die AGB */
#Impressum_AGB{
	float:left;
	padding:0 0 5px 0;
	width:200px;
}
#Impressum_AGB a {
	text-decoration: none;
	color: #96979A;
	padding-left:6px;
	padding-right:6px;
}
#Impressum_AGB a:hover{
	color: #9A0000;
}


/* headers */
div.componentheading {
  	font-size:18px;
	font-weight:bold;
	color:#573503;
	margin:30px 0 30px 0;
}

/*** Letzte Änderung eines Beitrages, Erstellungsdatum etc ***/
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

/** Drucken- PDF- und E-Mail-Button **/
td.buttonheading img {
	border:none;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}
/******************/
/** Wolken Modul **/
/******************/
.module_Wolke {
	margin-top:30px;
}
.module_Wolke a:visited {
	color: #513201;
}

/****************************/
/* Extraseite für den Login */
/****************************/
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0 0 0 20px;
	width: 100%;
	overflow: scroll;
}
table.contentpaneopen img {
	border: none;
}

table.contentpane div {
	margin-top:30px;
}

.contentpaneopen a {
	color: #96979A;
}

.contentpaneopen a:hover {
	color: #9A0000;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
/**********************************/
/** ENDE Extraseite für den Login */
/**********************************/


/** INFOCENTER **/
div.contentpane_Infocenter {
	position: absolute;
	margin:0px;
	top:0px;
	left:6px;
	background: none;
	width:98%;
	border:none;
}
.componentheading_Infocenter {
	font-family: Helvetica ,Arial,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: bottom;
	color: #deca32;
	text-align: right;
	width: 100%;
	padding-left: 50%;
}

iframe {
	border: 0;
}

#leftcolumn div.module table {
	width: auto;
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}



/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}





/******************************/
/*** InternetExplorer Fixes ***/
/******************************/

*+html #Navi {
	position: absolute;
	left:0px;
	min-width:700px;
	max-width:800px;
	overflow: visible;
	padding-right: 500px;
}

*+html div#header {	
	position:relative;
	 background-image: url(../images/Header_Ie7.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

*+html div.contentpane_Infocenter {
	width:100%;
	border: none;
	margin-top:570px;
}

*+html #blockrandom {
	position:relative;
	margin-top:-570px;	
}
*+html #com-form-login {
	margin-left:100px;
}
*+html #Navi ul li {
	margin-top:0px;
}
*+html #wrapper {
	width:1050px;
}
*+html .contentpane_Mahnbescheid {
	position:relative;
	top:600px;
	width:109%;
	height:100px;
}
*+html .wrapper_Mahnbescheid {
	position:relative;
	height:600px;
}
*+html table.nopad {
	width:90%;	
}
*+html #maincolumn2 {
	 position:relative; 
	 left:-5px;
}
*+html #maincolumn {
	height:595px;
	width:60%;
	position:relative;
}

*+html #maincolumn_full {
	top:-30px;
}
*+html #platzhalter {
	left:50px;
}
*+html div#header_links {
	position: relative;
}
*+html #sl_horiz {
	width:650px;
}
*+html .module_nebenmenu li ul {
	padding-left:0px;
	margin-left: 6px;
}
*+html #bfElemWrap961 {
	display:none;
}

/** ENDE IE7 Fix **/

/** -----------------------**/

/** IE 6 Fixes **/
* html #Navi {
	position: relative;
	top:-30px;
	left:30px;
	padding:0 0 0 100px;
	width:720px;
	float:left;
}

* html #Navi ul li {
	float:left;
	margin:0 0 0 0;
}
* html #sl_horiz {
	width:660px;
}

* html #header_slogan {
	position: relative;
	top:40px;
	right:170px;
}
* html div#header_links {
	position: relative;
}
* html #platzhalter {
	left:50px;
}
* html #header {
	width:1048px;
}

/** IE6 Fix **/
* html #whitebox {
	width:1060px;
}
* html table.nopad {
	margin-top:20px;
}

* html #maincolumn {
	float:right;
	position: absolute;
	width: 580px;
	top:0px;
	left:235px;
}
* html #maincolumn_full {
	position: absolute;
}
* html #right {
	position: absolute;
	top:0px;
	right:0px;
	height:580px;
}
* html div.contentpane_Infocenter {
	position: absolute;
	top:550px;
	left:215px;
	
}
* html #whitebox {
	height: 900px;
	background-color: transparent;
	background-image: none;
}
* html .box_mitte {
	background-color: white;
}

* html #leftcolumn {
	width:216px;
	clear:both;
	background-color: #9a0000;
	position:relative;
	left:-10px;
}
* html #leftcolumn_small {
	width:216px;
	clear:both;
	background-color: #9a0000;
	position:relative;
	left:-10px;
}

* html #area {
	width:99%;
	position:relative;
}

/*Extra Div um den Rahmen anzuzeigen (rechts) */
* html #ie6_rahmen {
	width:99.5%;
	background: url(../images/border.png);
	background-position: right;
	background-repeat: repeat-y; 
	padding-right:5px;
}

* html #blockrandom {
	position: absolute;
	top:-580px;
}
* html table.nopad {
	width: 97%;
}
/** ENDE IE6 Fix **/

/***********************************/
/*** ENDE InternetExplorer Fixes ***/
/***********************************/

