@charset "utf-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
}

body
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
}

h1
{ 
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e2001a; 
    padding: 5px 0px 5px 0px;
}

h2
{
    color: #616264;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}

h3
{
    background-color: #e2001a;
    font-size: 12px;
    color: #FFF; 
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    margin: 5px 0px 5px 0px; 
}

h4
{
    background-color: #d6d6d6;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    margin: 5px 0px 5px 0px;   
}

h5
{
    background-color: #616264;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    margin: 5px 0px 5px 0px;   
}

a
{
    color: #3a4b73;
    font-weight: bold;
}

a:hover
{
    color: #e2001a;
}
p{    padding-bottom: 5px;    padding-top: 5px;}
#content ul,
#content ol
{
    padding: 15px 0px 15px 30px;
}

#content ul li,
#content ol li
{
    padding: 4px 0px 4px 0px;
}

#content input,
#content textarea,
#content select
{
border: 1px solid #808080;
padding: 2px; 
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px; 
margin: 4px 0px 4px 0px; 
}

#wrapper
{
	width: 1079px;
	background-color: transparent;
	margin: 30px auto;
}
#main
{
	position: relative;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
}

.lip
{
	background-color: #e2001a;
	height: 7px;
	margin: 0px 0px 5px 0px;
}

#top
{
	background-color: #d6d6d6;
	margin: 0px 15px 0px 15px;
	height: 30px;
}

#top ul
{
    text-align: center;
    line-height: 30px;
    list-style-type: none;
    font-weight: bold;
    
}

#top ul li
{
    float: left;   
}

#top ul li a
{
   text-decoration: none;
   text-transform: uppercase;
   color: #000000;
   padding: 3px 5px 3px 5px;
   margin: 0px 4px 0px 4px; 
}

#top ul li a:hover
{
    background-color: #616264;
    color: #FFF;
}

#top ul li.active a
{
    background-color: #e2001a;
    color: #FFF;
}

#main_1
{
	float: left;
	width: 815px;
	margin: 0px 0px 15px 0px;	
}

#header
{
	position: relative;
	height: 169px;
	background-color: transparent;
	margin: 0px 0px 0px 10px;
}

#middle
{
	background-color: #d6d6d6;
	margin: 0px 15px 0px 15px;
	min-height: 15px;    padding: 3px 0px 3px 10px;
}
.separator
{
	background-color: #616264;
	height: 7px;
	margin: 10px 15px 0px 15px;
}

#main_2
{
	width: 260px;
	background-color: transparent;
	float: left;
	height: auto;
    margin-top: 9px; /*--15-9 wegen margin:6px bei den items--*/
}

#left
{
	width: 245px;
	position: relative;
	background: url(../images/left.gif) right center repeat-y;
	z-index: 2;
	margin-left: 15px;
}

#left .menu
{
    list-style-type: none;
    width: 226px;
    font-weight: bold;
}

#left .menu li
{
    line-height: 22px;
}

#left .menu li a
{
    text-decoration: none;
    color: #000000;
    margin: 6px 0px 6px 0px;
    display: block;
    padding-left: 10px;
    text-transform: uppercase;   
}

#left .menu li ul li
{
    list-style-type: none;
}

#left .menu li ul li a
{
    margin: 2px 0px 2px 20px;
    text-transform: none;  
}

#left .menu li a:hover
{
    background-color: #616264;    
    color: #FFF;
}
#left li#current.active a
{
    background-color: #e2001a; 
    color: #FFF;
}

#left li#current.parent.active ul li a

{
    background-color: #ffffff;
    color: #000000;
}

#left li#current.parent.active ul li a:hover
{
    background-color: #616264;
    color: #ffffff;
}

#left .moduletable form
{
    border: none;
}

#left .moduletable h3,
#left .moduletable_menu h3
{
    width: 211px;
    background-color: #e2001a;
    color: #FFF;
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
    font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #616264;
	border-top: 2px solid #616264;
}

.moduletable h3,
.moduletable_menu h3
{
    width: 211px;
    background-color: #e2001a;
    color: #FFF;
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
    font-weight: bold;
	text-transform: uppercase;
}

#right ol,
#right ul
{
   padding-left:15px;
   padding-top: 10px;
}


#right ol li,
#right ul li
{
   padding-bottom: 10px;
}

#right .moduletable h3
{
    width: 215px;
    text-transform: uppercase;
    margin-bottom: 6px;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
}

#right table.contentpaneopen
{    
    margin-bottom: 10px;
}


#left .moduletable .input
{
    border: none;
    padding-left: 10px;
}

#holder_left
{
	position: absolute;
	width: 260px;
	bottom: 45px;
	top: 300px;
	height: auto;
	background: url(../images/left.gif) right center repeat-y;
}


#breadcrumb
{
	margin: 0px 0px 0px 260px;

}

#content
{
	margin: 15px 0px 0px 260px;
	padding: 0px 15px 15px 15px;
    
}

#main_3
{
	float: right;
	width: 260px;
}

#right
{
	position: relative;
	width: 230px;
	height: auto;
	margin: 15px 0px 15px 0px;
	padding: 0px 15px 0px 15px;
	z-index: 2;
	background: url(../images/line.gif) left center repeat-y;
}

#holder_right
{
	position: absolute;
	width: 260px;
	bottom: 45px;
	top: 70px;
	height: auto;
	background: url(../images/line.gif) left center repeat-y;
	
}




#footer
{
	clear: both;
	background-color: #d6d6d6;
	margin: 0px 15px 5px 15px;
	height: 30px;
}

#footer ul
{
    text-align: center;
    line-height: 30px;
    list-style-type: none;
    font-weight: bold;
    
}

#footer ul li
{
    float: left;   
}

#footer ul li a
{
   text-decoration: none;
   text-transform: uppercase;
   color: #000000;
   padding: 3px 5px 3px 5px;
   margin: 0px 4px 0px 4px; 
}

#footer ul li a:hover
{
    background-color: #616264;
    color: #FFF;
}

#footer ul li.active a
{
    background-color: #e2001a;
    color: #FFF;
}

.lip_2
{
	background-color: #e2001a;
	height: 7px;
	margin: 5px 0px 0px 0px;
}

div.search
{
    float: right;
    margin: 4px 10px 4px 0px;
}

div.search .inputbox
{
    padding: 1px;
}

.button
{
    background-color: #616264;
    color: #FFF;
    border: none !important;
    margin-left: 0px;
    padding: 3px 4px 3px 4px !important;
    cursor: pointer; 
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-serif;
}


div.search .button
{
    background-color: #616264;
    color: #FFF;
    border: none !important;
    margin-left: 5px;
    padding: 1px 3px 1px 3px !important;
    cursor: pointer; 
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-serif;    
}

.button:hover,
div.search .button:hover
{
     background-color: #e2001a;
}


.breadcrumbs
{
    display: block;
    color: #000000;
    font-weight: bold;
}

.breadcrumbs img
{
  margin: 0;
  padding: 1px 4px 1px 4px;
  border: 0;
  
}


.breadcrumbs a
{
  text-decoration: none;
  color: #000000;
}

a.readmore
{
    margin-top: 7px !important;
    background-color: #616264;
    color: #FFF;
    padding: 3px 4px 3px 4px; 
    text-decoration: none;
}
a.readmore:hover
{
    color: #FFF;
    background-color: #e2001a; 
}

.buttonheading a img
{
    border: none;
}

#right ul
{
    padding-left: 20px;
}

.contentheading
{ 
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e2001a; 
    padding: 5px 0px 5px 0px;
}

.componentheading
{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase; 
}

#form-login div
{
    border-top: 2px solid #808080;  
    margin-right: 15px;
    text-align: center;
  
}
#form-login div .button
{
    border: none;
}
/*-- Benutzer-Account Bearbeitung Felder ausblenden --*/
#paramslanguage,
#paramseditor,
#paramshelpsite,
#paramstimezone,
#paramsadmin_language
{
    display: none;
}
.paramlist_key 
{
    display: none;
}
#com-form-login .input
{
    border: none !important;
}

#com-form-login ul
{
    padding-left: 0px;    
}

#content #com-form-login ul li
{
    list-style-type: none;
}
#system-message dd
{
   text-indent: 0px;   
}

.table_style
{
    background: #d6d6d6;
    width: 470px;
    border-collapse: collapse;
    color: #616264;
    font-weight: bold;
}

.table_style td
{
    border: 1px solid #ffffff;
    padding: 4px;
}
}
