﻿/* Mit dem Universalselektor standardmäßige Innen- und Außenabstände entfernen */
* {
	margin: 0;
	padding: 0;
}

/* Scrollbar einblenden, damit die Seite bei langem Inhalt nicht springt */
html {
	overflow: -moz-scrollbars-vertical; /* Firefox */
	overflow-y: scroll;
	background-color: #E2E2E2;
}

/* Keine Rahmen um Bilder anzeigen */
img {
	border: 0;
}

/* Gestrichelte Rahmen beim Klicken von Links entfernen */
a:focus {
	outline: none;
}

body {
font:100% Arial, Helvetica, Tahoma, sans-serif;
font-size: 12px;
background: #E2E2E2 url(../../layout/images/pagebg.png) repeat-x;
}

a 
{
    color: #05427F;
    text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

li
{
    margin: 0px 0px 0px 25px;
    list-style-type:disc;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

table
{ 
	font-size: 12px;
}

#container 
{
color:#303030;
margin:0 auto;
padding:0;
text-align:left;
width:980px;
}

#header
{
	width: 980px;
	height:90px;
}

#navigationLogo
{
    background:url('../../layout/images/logo.png') 0px 12px no-repeat;
    height:80px;
}

#navigationHeader
{
	display:none;
}

#navigationHeader ul {
	display:none;
}

#navigationHeader li {
	display:none;
}

#navigationHeader a
{
	display:none;
}

#navigationHeader a:hover 
{
	display:none;
}

#search
{
	display:none;
}

#contentIntroWrap
{
     background:url('../../layout/images/contentintro.png') no-repeat;
     height:198px;
}

/*-------------- Main-Navigation -------------------------------------------------*/

#navigationMain
{
	min-height:22px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationMain{height:22px}
/* end hide */ 


#navigationMain ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationMain li {
float:left;
list-style:none;
margin:0;
padding:0;

}



#navigationMain a 
{
    background:url(../../layout/images/naviarrow.png) no-repeat scroll center 100px transparent;
    color:#697A98;
    font-weight:bold;
	display:block;
	text-decoration:none;
    margin:0px 0px 0px -35px;
	padding: 0px 37px 0px 37px;
    float:left;
	height:22px;
}

#navigationMain .current
{
    color: #05427F;
    background-position:center 17px;
}

#navigationMain a:hover
{
    color: #05427F;
    background-position:center 17px;
}



/*-------------- SubMain-Navigation -------------------------------------------------*/

#navigationSubMain
{
    float: left;
	clear:both;
    width: 0;
	margin: 0;
	padding: 0;
	height:0;
    overflow: hidden;
}

#navigationSubMain ul
{
}

#navigationSubMain li
{
}

#navigationSubMain a
{
}

#navigationSubMain a.current
{
}


/*-------------- Sub-Navigation -------------------------------------------------*/

#navigationSub
{
	float: left;
	clear:both;
}

#navigationSub ul 
{
}

#navigationSub li 
{
}

#navigationSub a 
{
}

#navigationSub a:hover 
{
}

#navigationSub a.current 
{
}

#navigationSubBottom
{
	float: left;
	clear:both;
}

/*-------------- ContentLeft -------------------------------------------------*/

#contentLeft
{
    background:url(../../layout/images/contactbox.png) no-repeat 0px 0px transparent;
    float:left;
    clear:both;
    margin:0px 0px 0px 9px;
    width:160px;
    height:200px;
    padding:8px 0px 0px 13px;
}

#contentLeft p 
{
    margin:0 0 10px;
}


/*** Content wrap ***/

#wrap 
{
	background: url('../../layout/images/contentmainbg.png') repeat-y;
	clear:both;
	padding:0;
	min-height: 400px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #wrap{height:400px}
/* end hide */ 


/*** Content ***/

#content
{
	margin:0px 25px 0px 200px;
	padding:7px 0px 10px 0px;
	text-align:left;
	font-size: 12px;
	min-height: 400px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #content{height:400px}
/* end hide */ 

#contentRight
{
	display:none;
}

/*** Various classes ***/

.hide {display:none;}


/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{	
    background:url('../../layout/images/footer.png') center no-repeat;
	width: 980px;
	height:45px;
    font-size: 11px;
}

#navigationFooter 
{	
	padding: 50px 0px 0px 5px;
}

#navigationFooter a
{	
	text-decoration:none;
	color:#666666;
}

#navigationFooter a:hover 
{
	text-decoration:underline;
	color:#000000;
}


/************************** CKEditor custom styles ******************* */
.fontTitleBlue
{
    color:#05427F;
    font-size: 18px;
}



/* ------------  Module News ----------------------- */		
.NewsTitle
{
	border-top-style:solid;
	border-top-color:#489543;
	border-top-width:thin;
	font-weight:900;
	padding:7px 0px 5px 0px;
	font-size:larger;
}

.NewsText
{
	font-weight:normal;
	margin:0px 0px 30px 0px;
}


/* ------------  Module Sitemap ----------------------- */	
#siteMapTop
{
	position: relative; left: 50px; top: 0px;
	padding:5px;
}

#siteMapTop a
{
	font-weight:900;
}

#siteMapSub
{
	position: relative; left: 20px; top: 0px;
}

#siteMapSub a
{
	color:Gray;
	font-weight:300;
}
