body,
html
{
	width:100%;
	height: 99.8%;
}
* html body,
* html html
{
	height: 100%;
	min-height: 700px;
}


body
{
	margin: 0px;  
	background: #000;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#seitenbreite
{
    position: relative;
	width: 960px;     
	margin: 0px auto;
    
}
#line
{
    position: fixed;
	width: 960px;     
	margin: 0px auto;
    height: 100%;
    background: url(../../_images/bg.gif) 770px 0px no-repeat;
    z-index: 10;
}


#content
{
    position: absolute;
	top: 158px;
    left: 200px;
    width: 550px;
    z-index: 200;
    padding: 0px 20px 50px 0px;
}

#header
{
    position: absolute;
	top: 0px;
	width: 960px;
	padding: 0px;
	margin: 0px;
    z-index: 100;
    height: 158px;
    background: #000;
}
	#header.home
    {
        height: auto;
    }
    #header.home #adress
    {
        display: none;
    }
    #header #stern
    {
        position: absolute;
        right: 0px;
        top: 27px;
    }
    #header #logo
    {     
        position: absolute;
        right: 3px;
        top: 105px;
    }
    #header #language
    {
        position: absolute;
        left: 0px;
        top: 27px;
    }
    #header #adress
    {
        position: absolute;
        right: 3px;
        top: 158px;        
        text-align: right;
        width: 200px;
        height: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    
#footer
{
	position: fixed;
	bottom: 0px;
	background: #000;
	text-align:center;
	height: 35px;
	padding:0px 0px 0px 0px;
	z-index: 500;
    color: #666;
}
	#footer .content
    {
        width: 960px; 
        border-top: solid #444 1px;
        padding: 6px 0px 0px 0px;
        margin-top: 3px;
    }
    #footer p
    {
        text-align:left;
    }
    #footer a
    {
        color: #666;
    }

hr
{
	height: 1px;
	border: 0px;
	background: none;
	margin: 25px 0px 30px 0px;
}


/*******************************************************
 Typographie
*******************************************************/
body,
textarea
{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
}

h1
{
    background: no-repeat;    
    text-indent: -1000px;
    margin: 0px 0px 30px 0px;
    height: 26px;
}
h2
{
    font-size: 13px;
    margin: 0px 0px 20px 0px;
}
h3
{
    font-size: 11px;
    margin: 0px 0px 0px 0px;
}

p
{
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

#content ul
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
	#content  ul li
	{
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}


/*******************************************************
 Links
*******************************************************/
a,
body.pflege a
{
	text-decoration: none;
	color: #666;
}
    a:hover,
    a:active,
    body.pflege a:hover
    {
        color: #fff !important;
        text-decoration: none;
    }
    
div#footer a
{
	color: #666;
}
    div#footer a:hover,
    div#footer a.active
    {
        color: #fff;
    }
    
#header #language a
{
    margin: 0px 10px 0px 0px;
}
 
#header #language a,
#header #adress a,
a.anfahrt,
a.pdf
{
    color: #666;
}    

a.pdf
{
    display: block;
    width: 200px;
    padding-left: 20px;
    background: url(../../_images/icon_pdf.gif) no-repeat 0px 3px;
}

a.anchor
{
    float: right;
}

/*******************************************************
 Navigation
*******************************************************/

#language a
{
    background: no-repeat 0px 4px;
    filter:alpha(opacity=40); /* IE */
    -moz-opacity: 0.40; /* Mozilla */
    opacity: 0.40; /* Opera */
    padding: 0px 2px 0px 0px;
}
	#language a.active,
    #language a:hover
    {
        filter:alpha(opacity=70); /* IE */
        -moz-opacity: 0.7; /* Mozilla */
        opacity: 0.7; /* Opera */
    }
	#language a span
    {
        visibility: hidden;
    }


.navigation
{    
    list-style: none;
    padding: 0px;
    margin: 0px;
}
    .navigation li
    {
        float: left;
        padding: 0px;
        margin: 0px;
    }
    .navigation li a
    {
        display: block;
        background: no-repeat 1px 5px;
		padding: 0px 5px 0px 0px;
    }
        .navigation li a span
        {
            visibility: hidden;
        }
    
#navigation_main
{
	position: absolute;
    left: 0px;
    top: 118px;
}
	#navigation_main li
    {
        float: left;
        margin: 0px 15px 0px 0px;
    }
        #navigation_main li.active a,
        #navigation_main li a:hover
        {
            background-position: -100px 5px;
        }
        
#navigation_sub
{
	position: absolute;
    left: 0px;
    top: 38px;
}
	#navigation_sub li
    {
        float: none;
        margin: 0px 0px 5px 0px;
    }
    	#navigation_sub li a
        {
            background: no-repeat 1px 5px !important;
            color: #666 !important;
            filter:alpha(opacity=40); /* IE */
            -moz-opacity: 0.40; /* Mozilla */
            opacity: 0.40; /* Opera */
        }
            #navigation_sub li a.active,
            #navigation_sub li a:hover
            {
                color: #fff !important;
                background: no-repeat 1px 5px !important;
                filter:alpha(opacity=100); /* IE */
            	-moz-opacity: 1; /* Mozilla */
            	opacity: 1; /* Opera */
            }

#navigation_meta
{
	float: right;
}
	#navigation_meta li
    {
        float: left;
        margin: 0px 0px 0px 15px;
    }
        #navigation_meta li.active a
        {
            color: #fff !important;
        }

/*******************************************************
 Contentspezifische Dinge...
*******************************************************/

img.anfahrtsskizze
{
    margin: 0px 0px 30px 0px;
}



/*************************************
	Formular
*************************************/


form {
	display: block;
    margin: 30px 0px 0px 0px;
}

input,
textarea,
button,
select
{
    font-size: 11px;
	border: 1px solid #444;
	padding: 2px;
	color: #fff;
	background: #000;
	margin-bottom: 5px;
	width: 300px;
    float: left;
}
    textarea
    {
        width: 405px;
        height: 100px;
    }
    input:focus,
    textarea:focus,
    button:focus,
    select:focus
    {	
        background: #111 !important;
    }
    input.radio,
    label.radio
    {
        float: left !important;
        width: auto !important;
        margin-bottom: 12px;
        margin-right: 5px;
    }
    label.radio
    {
        padding-top: 1px;
        margin-right: 20px;
    }
    input.button
    {
        width: 150px !important;
        float: right;
        margin-right: 139px;
    }

label
{
	width: 105px;
	float: left;
}
    label.error,
    p.error
    {
        color: #E50C3C;
        font-weight: bold;
    }
    p.error
    {
        margin-bottom: -10px !important;
    }

	p.mand
    {
        float: left;
        color: #888;
        margin: 0px 150px 0px 0px;
    }

	