html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, input, textarea, select, table, td, th, tr, form, label, fieldset, legend{
	margin: 0;
	padding: 0;
}

img { border-width: 0; }

body { 
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
}

/* header */
#logo
{
    margin:auto;
    width:775px;
    height:auto;
    text-align:left;
}
#head
{
    margin:auto;
    width:775px;
    height:85px;
    background-color:#6f6f6f;
    text-align:right;
    margin-bottom:15px;
}

#title 
{
    width: 250px;
    text-align: right;
    float: right;
    margin: 55px 20px 0 0;
    }

#head h2 
{
    font-size: 16px;
    color: White;
    text-transform: uppercase;
    }

#head img
{
    border-left: 10px solid #fda101;
    float: right;
}


/* Navi */
#navigation
{   float:left; 
    width: 200px;  }

#navigation li
{
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #6f6f6f;
    list-style-type: none;
    text-transform: uppercase;
}

#navigation li li,
#navigation li li li
{
    padding-left: 10px;
    padding-bottom: 1px;
    border-top: 0;
    text-transform: none;
}
    
#navigation a
{
    font-weight:bold;
    padding-left:10px;
    color: #6f6f6f;
    text-decoration: none;
    background-image: none;
}

#navigation a:hover
{
    background-image: url(/Img/Pfeil.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

#navigation a.active
{
    color: #fda101;
}

#navigation li li a,
#navigation li li li a
{
    background-image: none !important;
    }

/* Content Bereich*/
#contentwrapper
{   margin:auto;
    width:775px;
    min-height: 1px;
}

#content 
{   float:left;
    width: 560px;  
    padding-left:15px;
    overflow:hidden;
}

h1
{
    font-size: 15px;
    color: #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    padding:2px 0 2px 0;
    text-align: left;
}

img.center
{
    margin: 10px;
}
img.right
{
    margin: 0 0 10px 10px;
    float:right;
}
img.left
{
    margin: 0 10px 10px 0;
    float:left;
}

/* Linklist */
#content ul li a
{
    padding-left:30px;
    margin-left:15px;
    background-image: url(/Img/liststyle.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration:none;
}
#content ul
{
    padding-bottom:20px;
}
#content ul li a:hover
{
    text-decoration:underline;
}
#content ul li
{
        list-style-type:none;
}
#content h2
{   
    margin:0 0 3px 14px;
    font-size:12px;
    color: #6f6f6f;
    padding-left:30px;
    background-image: url(/Img/Pfeil.gif);
    background-repeat: no-repeat;
    background-position: 0 3px
}

/* Spalten */

#content a
{
    color:#3a4995;
}
#content a:hover
{
    font-weight:bold;
}

#content p
{
    line-height: 18px;
    color: #6F6F6F;
    text-align: justify;
}

.center
{
    text-align:center ! important; 
}

.right
{
    text-align:right ! important;
}

.col3
{
    float:left;
    width: 171px;
    margin: 0 0 10px 15px;
    text-align: center;
}

.col2 {
    float:left;
    width: 264px;
    margin: 0 0 10px 15px;
    text-align: center;
}

.col1  
{
    clear:left;
    margin: 0 0 10px 15px;
    text-align: center;
}




/* Footer */
#bottom
{
    margin:auto;
    width:775px;
    background-color:#6f6f6f;
    height:20px;
    clear: left;
    margin-top:10px;
}
    

#bottom a 
{
    display: block;
    width: 215px;
    height: 17px;
    background-color: #efefef;
    color:black;
    border-left:10px solid #fda101;
    float: right;
    text-align: right;
    padding-right:10px;
    text-decoration: none;
    padding-top:3px;
}




/* Editierlinks (CMS) */

.EditArea{
	clear:both;
	width: 100%;
}
.EditArea a:link, 
.EditArea a:visited,
.EditArea a:hover,
.EditArea a:active
{
    display: inline !important;
	padding: 1px !important;
	font-size: 11px !important;
	font-weight: normal !important;
	background: Navy !important;
	color: White !important;
	line-height:20px !important;
}

a.EditLink:link,
a.EditLink:visited,
a.EditLink:hover,
a.EditLink:active
{
    display: inline;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
	background: Navy!important;
	color: White !important;
	line-height:20px;
}

a.ModuleLink:link,
a.ModuleLink:visited,
a.ModuleLink:hover,
a.ModuleLink:active
{
    display: inline;
	margin: 5px 10px 5px 0px;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	background: Teal !important;
	color: White !important;
	line-height:20px;
}

.ModuleInstanceName
{
	padding: 5px;
    display: block;
    width:85%;
	margin: 0px 5px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	background: Navy !important;
	color: White !important;	
}

.aural
{
	visibility: hidden;
	display: none;
}
