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

*{
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Sans-Serif, Verdana;
	color: #666666;
	background-color:#535353;
	font-size: 1em;      
}

h1,h2,h3,h4,h5,h6 {
	color: #666666;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	padding: 10px 0 10px 0;
}
hr {
	color: #EEEEEE;
	border: 1px dashed #CCCCCC;
	width: 99%;
	float: left;
}

hr.sp_ruler{
        color:#d7d6d6;
        border:none;
        border-bottom:1px solid #d7d6d6;
        height:0;
        width:90%; 
        margin-left:5%;
        margin-right:5%;
}

.clear{
	clear: both;
}
.align_left{
	text-align: left;
	float: left;
}
.align_right{
	text-align: right;
	float: right;
}
img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #DDD;
}

/*Datesprite*/
.date_sprite
{
 width:50px;
 height:50px;
 padding:0 5px 0 0;
 float:left;
}

.portal_date
{
 clear:both;
 width:50px;
 height:50px;
 padding:5px;
 float:left;
 border:none;
 border-left:solid 1px #d7d6d6;
 border-top:solid 1px #d7d6d6;
}

.news_date
{
 clear:both;
 width:50px;
 height:50px;
 padding:5px;
 float:left;
 border:none;
 border-left:solid 1px #d7d6d6;
 border-top:solid 1px #d7d6d6;
}

.postdate { 
  position:relative; 
  width: 50px;
  height: 50px;
  float: left;
}
.month, .day, .year {
  position: absolute;
  text-indent: -1000em;
  background-image: url(../imgs/calendar.jpg);
  background-repeat: no-repeat;
}
.month { top: 2px; left: 0; width: 34px; height: 24px;}
.day { top: 25px; left: 0; width: 32px; height: 25px;}
.year { bottom: 0; right: 0; width: 17px; height: 48px;}

.m-Jan { background-position: 0 2px;}
.m-Feb { background-position: 0 -31px;}
.m-Mar { background-position: 0 -63px;}
.m-Apr { background-position: 0 -93px;}
.m-May { background-position: 0 -124px;}
.m-Jun { background-position: 0 -156px;}
.m-Jul { background-position: 0 -186px;}
.m-Aug { background-position: 0 -219px;}
.m-Sep { background-position: 0 -249px;}
.m-Oct { background-position: 0 -279px;}
.m-Nov { background-position: 0 -310px;}
.m-Dec { background-position: 0 -341px;}


.d-01 { background-position: -50px 0;}
.d-02 { background-position: -50px -31px;}
.d-03 { background-position: -50px -62px;}
.d-04 { background-position: -50px -93px;}
.d-05 { background-position: -50px -124px;}
.d-06 { background-position: -50px -155px;}
.d-07 { background-position: -50px -186px;}
.d-08 { background-position: -50px -217px;}
.d-09 { background-position: -50px -248px;}
.d-10 { background-position: -50px -279px;}
.d-11 { background-position: -50px -310px;}
.d-12 { background-position: -50px -341px;}
.d-13 { background-position: -50px -372px;}
.d-14 { background-position: -50px -403px;}
.d-15 { background-position: -50px -434px;}
.d-16 { background-position: -50px -465px;}
.d-17 { background-position: -100px 0;}
.d-18 { background-position: -100px -31px;}
.d-19 { background-position: -100px -62px;}
.d-20 { background-position: -100px -93px;}
.d-21 { background-position: -100px -124px;}
.d-22 { background-position: -100px -155px;}
.d-23 { background-position: -100px -186px;}
.d-24 { background-position: -100px -217px;}
.d-25 { background-position: -100px -248px;}
.d-26 { background-position: -100px -279px;}
.d-27 { background-position: -100px -310px;}
.d-28 { background-position: -100px -341px;}
.d-29 { background-position: -100px -372px;}
.d-30 { background-position: -100px -403px;}
.d-31 { background-position: -100px -434px;}


.y-09 { background-position: -150px -5px;}
.y-10 { background-position: -150px -50px;}
.y-11 { background-position: -150px -100px;}
.y-12 { background-position: -150px -150px;}
.y-13 { background-position: -150px -200px;}
.y-14 { background-position: -150px -250px;}
.y-15 { background-position: -150px -300px;}
.y-16 { background-position: -150px -350px;}
.y-17 { background-position: -150px -400px;}



/*Seitenlayout*/
#site
{
        float: left;
        background-color:#faf9f9;
	width:100%;
        min-width:1024px !important;
        min-height: 100%;
        height: auto !important;        
        height: 100%;
        margin: 0;
	padding: 0;
}

#menubar
{
	width:100%;
	height:54px;
	color:#acc0c3;
	border:none;
	margin:0;
	padding:0;
	border-bottom:solid 1px #7e7e7e;
	background:#000 url(../imgs/Logo.jpg) top right no-repeat;
}

img.language{
  float:left;
  margin:2px;
  padding:0;
  border:none; 
}

#menuarea
{
	padding-top:15px;
        height:35px;
        width:100%; 
        font-size:1.0em;
}

#sub_menuarea
{        
        margin-left:150px;        
}

.sub_navigation
{
       width:auto;
       background:none;
       border:none;
       margin:10px;
       padding:10px;
}

.sub_navigation h1
{
	margin-top:0;
}

.sub_navigation ul li a, .sub_navigation ul li a:link
{
        color:#666666;
}

.sub_navigation ul li a:hover
{
        color:#ff7e00;
}

/** Alternatives Menü **/
.sub_navigation2
{
       width:auto;
       background:none;
       border:none;
       margin: 20px 30px 10px 0;
       padding:10px;       
}

.color_orange
{
       color: #ff7e00;
}

.sub_navigation2 h1
{
	margin-top:0;
        background: none;
        padding: 0;
        color:#666666;
        border-bottom: 1px solid #ccc;
}

.sub_navigation2 h1 a, .sub_navigation2 h1 a:link {	
        color:#666666;
}

.sub_navigation2 h1 a:hover {	
        color:#ff7e00;
}


.sub_navigation2 ul
{
	list-style-type: disc;
}


.sub_navigation2 ul li a, .sub_navigation2 ul li a:link
{
        color:#666666;
}

.sub_navigation2 ul li a:hover
{
        color:#ff7e00;
}

.sub_navigation2 ul li a.active, .sub_navigation2 ul li a.active:link
{
        color:#ff7e00;
}

.sub_navigation2 ul li a.active:hover
{
        color:#ff7e00;
}



/***/


#headerbar
{
	width:100%;
	height:140px;
	background:#000 url(../imgs/HeaderBar.jpg) top left no-repeat;
        border:none;
        border-bottom:solid 1px #7e7e7e;
}

#content
{
        font-family:georgia,garamond,serif;
	width:1024px;
        margin: 0 auto 0 auto;
	float: none;/*left;*/
        border: none;
}

#left_column
{
        margin:0 20px 25px 20px;
	width:590px;
        min-height: 450px;
        height: auto !important;
        height: 450px;
	border:none;
        float:left;
}

#right_column
{
        margin:0 0 25px 0;
        width:350px;
        min-height: 450px;
        height: auto !important;
        height: 450px;
        float:left;
}

#footer
{
        float: left;
	width:100%;
        height: 19px;
        background:#000;
        border:none;
        border-top:solid 1px #7e7e7e;
        font-size:14px;
        color:#999;
        padding-top:2px;
        margin: -22px 0 0 0;
}

.portal_teaser_img
{
  float:right;
}

.news_teaser_img
{
  float:right;
}

.teaser_img
{
	width:571px;
	height:200px;
	border:none;
        margin:0;
        padding:0;
	background:url(../imgs/teaser.jpg) top left #FFF;
}

.content_box{
	padding:10px;
        border:none;
        background:none;
}
/* Vom Image Fader benÃ¶tigte styles */
.image_fade_wrapper {
	float: left;
	border: 0px #FFFFFF solid;
}
.image_fade {
	position: relative;
	float: left;
	width: 320px;
	height: 320px;
	border: none;
}
.image_fade img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: 0;
	padding: 0;
}
/* ENDE - Vom Image Fader benötigte styles */

/* Linkliste */

.linklist {
	float: left;
}
.linklist ul {
	list-style: none;
	width: 90%;
	margin: 10px 5% 20px 5%;
	padding: 0;
}
.linklist li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
}
.linklist li A {
    display: block;
	padding: 5px;
	margin: 0;
}
.linklist li A:hover {
    background-color: #FFF;
}
.linklist li a, .linklist li a:link, .linklist li a:visited, .linklist li a:hover
{
 color:#666666;	
}

/* Ende Linkliste */

.latest_articles
{
  position:static;
  clear:both;
  width:300px;	
  height:auto;
}

.latest_articles a
{ 
 color:#666666;
}

.latest_articles a:link
{
 color:#666666;	
}

.latest_articles a:visited
{
  color:#666666;	
}

.latest_articles a:hover
{
 color: #F76522;	
}

.one_article
{
 width:300px;
 height:60px; 
 float:left;
 padding:5px;
 margin:0 0 10px 0;
 border:solid 1px #faf9f9;
}

.one_article:hover
{
  border-left:solid 1px #666666;	
}
.one_article_content
{
 width:100%; 
}

.one_article_name
{
 width:280px;
 height:60px;
 float:left; 
}

.right_layout_column img {
	padding: 5px;
	margin: 6px;
	border: none;
	background: none;
}

h1{
	font-size: 1.4em;
        font-weight:400;
        color:#666666;
        background-image:url(../imgs/bullet1.jpg);
	background-position:center left;
	background-repeat:no-repeat;
        padding-left:20px;
}


h1.indent10px
{
	font-size: 1.4em;
        font-weight:400;
	background-image:url(../imgs/bullet1.jpg);
	background-position:center left;
	background-repeat:no-repeat;
        padding: 10px 10px 10px 20px;
	margin: 18px 0 0 10px;
}

h1.nospace
{
	padding:0;
        margin:0;
        padding-left:20px;
        margin-left:10px;
}

h2
{
 font-weight:200;	

}

.news_header
{
	padding:20px 0;
}
h1.news_header
{
	font-size: 1.4em;
        font-weight:400;
        background:none;
        height:60px;
	/*background-image:url(../imgs/bullet1.jpg);
	background-position:2px 8px;
	background-repeat:no-repeat;*/
        padding:0;
	margin:0;
        margin-left:55px; 
        padding-left:20px;
}
.portal_header
{
	padding:20px 0;
}

h1.portal_header
{
	font-size: 1.4em;
        font-weight:400;
        background:none;
        height:60px;
	/*background-image:url(../imgs/bullet1.jpg);
	background-position:2px 8px;
	background-repeat:no-repeat;*/
        padding:0;
	margin:0;
        margin-left:55px; 
        padding-left:20px;
}


h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.0em;
}
h4{
	font-size: 0.8em;
}
h5{
	font-size: 0.7em;
}
h6{
	font-size: 0.6em;
}


/* SIFR TextgrÃ¶sse */
h1.replace {
	font-size: 1.8em;
}
h2.replace {
	font-size: 1.6em;
}
h3.replace {
	font-size: 1.4em;
}
h4.replace {
	font-size: 1.2em;
}
h5.replace {
	font-size: 1.1em;
}
h6.replace {
	font-size: 1.0em;
}

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

p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
A{
	color: #6666CC;
	text-decoration: none;
}
A:link{
	color: #6666CC;
} 
A:visited{
   color: #F76522; 
}
A:hover, A:active{
	color: #F76522;
}
A.header{
  color: #666666;	
}
A.header:link, A.header:visited, A.header:active
{
  color: #666666;	
}
A.header:hover{
  color: #F76522;	
}

ul,ol{
	margin-left: 0.8em;
	padding-left: 0.8em;
	color: #666666;
}

.left_column {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
	padding-right: 1%;
	margin-bottom: 7px;
}

.right_column {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
	padding-left: 1%;
	margin-bottom: 7px;
}

#page_bottom {
	color: #FFFFFF;
}

#page_bottom h1,#page_bottom h2,#page_bottom h3,#page_bottom h4,#page_bottom h5,#page_bottom h6 {
	color: #FFFFFF;
}

/* MenÃ¼ Ebene Eins */
#menuarea ul.main_menu {
	float: left;
	list-style: none;	
        padding: 8px 0 0 25px;
	margin: 0px;
	width: 850px;
	height: 30px;
	text-align: center;
}

#menuarea ul.main_menu li {
	float: left;
	/*margin: 0 10px 0 10px;*/
	margin: 0 5px 0 5px;
	padding: 0;
}

#menuarea ul.main_menu A{
	text-decoration: none;
	color: #aec2c6;
	font-weight: 200;
	margin: 0 15px 0 10px;
}
#menuarea ul.main_menu  A:link, #menuarea ul.main_menu  A:visited{
	
}
#menuarea ul.main_menu  A:hover
{	
       color: #CCC;
}

#menuarea ul.main_menu A:active{
	color: #aec2c6;
        border-bottom:solid 1px #ff7e00;
}
#menuarea ul.main_menu A.active{
	float: left;
	text-decoration: none;
	color: #aec2c6;	        
        border-bottom:solid 1px #ff7e00;
}
#menuarea ul.main_menu  A.active:link, #menuarea ul.main_menu  A.active:visited{
	
}
#menuarea ul.main_menu  A.active:hover, #menuarea ul.main_menu A.active:active{
	
}
/* MenÃ¼ Ebene Zwei */
#sub_menuarea ul.sub_menu {
        clear:both;
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	margin: -5px 0;        
}

#sub_menuarea ul.sub_menu li {
        float:left;
	display: inline;
	padding: 0;
	margin: 0 2px 0 0;        
        border-top:dashed 1px #ff7e00;
        font-size:12px;
}

#sub_menuarea ul.sub_menu A{
	text-decoration: none;
	color: #aec2c6;
	margin: 0 15px 0 10px;        
}
#sub_menuarea ul.sub_menu  A:link, #sub_menuarea ul.sub_menu  A:visited{
	
}
#sub_menuarea ul.sub_menu  A:hover, #sub_menuarea ul.sub_menu A:active{
	color: #FFF;
}
#sub_menuarea ul.sub_menu A.active{
	color: #aec2c6;
}
#sub_menuarea ul.sub_menu  A.active:link, #sub_menuarea ul.sub_menu  A.active:visited{
	
}
#sub_menuarea ul.sub_menu  A.active:hover, #sub_menuarea ul.sub_menu A.active:active{
	
}

/* Portal MenÃ¼ */
.portal_rootline {
	float: left;
	padding: 9px 0 0 40px;
	margin: 0px;
	width: 910px;
	height: 32px;
	font-size: 0.8em;
	background: url(pics/submenu_bg.png) no-repeat bottom center;
}

ul.portal_main_categories {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
}
ul.portal_main_categories A {
	color: #666666;
	font-weight: bold;
}
ul.portal_main_categories A:hover {
	color: #CC0000;
}

ul.portal_articles {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
}
ul.portal_articles A {
	color: #666666;
	font-weight: bold;
}
ul.portal_articles A:hover {
	color: #CC0000;
}

ul.portal_categories {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
}
ul.portal_categories A {
	color: #666666;
	font-weight: bold;
}
ul.portal_categories A:hover {
	color: #CC0000;
}

.content_width {
	float: left;
        width: 100%;
        margin: 0;
        padding: 0;
}

/* Content REDAXO */
.section {
	
}

.tinymcewysiwyg {
	margin: 0;
	padding: 0 0 20px 0;
}

.tinymcewysiwyg img{
	margin: 5px;
    padding: 5px;
    border: 1px solid #DDD;
}
/**
  * Formatierung von Formularelementen
  */
input {
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	font-size: 0.9em;
}
textarea {
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.txt {
	width: 100%;
}

.inpt {
	width: 100%;
}

.senden {
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 1.0em;
	font-weight: bold;
	float: right;
}
fieldset {
	display: inline;
	border: 0;
	margin-left: 20px;
	width: 70%;
}

#right_column .tinymcewysiwyg
{
 width:80%;
 margin-left:10px;
 margin-right:auto;
}

h6
{
 text-indent:25px;
 color: #666666;
 margin:0;
 margin-top:-15px;
 padding:0;
}

h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:hover
{
color: #666666;
}

.ext_news
{
  margin-bottom:30px;	
}

.ext_news_list
{
	
}

.ext_news_item
{
  list-style:square;  
  margin-bottom:10px;
  margin-left:5px;
}

.ext_news_item be:first-line
{
text-indent:0;
}
.ext_news_item be
{
text-indent:5px;
}

.ext_news_item a, .ext_news_item a:link, .ext_news_item a:active
{
color: #666666;
text-decoration:none;
}
.ext_news_item a:hover
{	
color:#ff7e00;
}
