/*
Copyright by sbn-admin.de
This file was last edited on 09/23/2010.
It contains parts of the sbn-admin.de - website.
*/

/* general styles */

body {
    margin:     20px;
    text-align: center;
    background: #353535;
    font:       1em sans-serif }

h1 {
    font:               14pt sans-serif;
    font-weight:        bold;
    text-decoration:    underline;
    text-shadow:        #C4C4C4 5px 5px 4px;
    color:              #FF6A07 }

h2 {
    margin-left:    10px;
    font:           12pt sans-serif;
    font-weight:    bold;
    text-shadow:    #C4C4C4 4px 4px 3px;
    color:          #FF6A07 }

p {
    font:   10pt sans-serif;
    color:  #111111 }

/****** individual classes ******/

p.small {
    font:   8pt sans-serif;
    color:  #111111 }

p.big {
    font:   11pt sans-serif;
    color:  #111111 }

/****** individual styles ******/

div#main {
    margin:     0px auto;
    width:      854px;
    text-align: center }

div#header {
    width:          850px;
    height:         200px;
    border-style:   solid;
    border-width:   2px;
    border-color:   #FF6A07 }

img.header {
    width:  850px;
    height: 200px }

div#container {
    background: #FF6A07 }

div#linet {
	z-index:    2;
    position:   relative;
    margin:     auto;
    margin-top: -5px;
    height:     5px;
    background: #FFFFFF }

div#lineb {
	z-index:    2;
    position:   relative;
    margin:     auto;
    margin-top: -205px;
    height:     200px;
    background: url(../images/borderline1_1x200px_20100920.png) repeat-x }

/*NAVIGATION*/

div#navigation {
    margin:         0px 140px 0px 140px;
    padding-bottom: 2px;
	border-width:   0px 1px 1px 1px;
    border-style:   solid;
    border-color:   #353535;
    background:     #FF6A07;
    font-size:      10pt }

a.nav_act {
    margin:         0;
    padding:        0px 8px 2px 8px;
    border-width:   1px;
    border-style:   solid;
    border-color:   #353535 #353535 #FFFFFF #353535;
    background:     #F0F0F0;
    letter-spacing: 2px }

a.nav_inact {
    margin:         0;
    padding:        0px 8px 2px 8px;
    background:     #FF6A07;
    letter-spacing: 2px }

a:link, a:active, a:visited {
    color:              #000000;
    text-decoration:    none }

a:hover {
    color:              #353535;
    text-decoration:    none }

/*CONTENT*/

div#content {
    z-index:        3;
    position:       relative;
    margin:         auto;
    margin-left:    2px;
    margin-right:   2px;
    padding-bottom: 20px;
    min-height:	    300px;
    height:	        auto !important; 	/*modern Browsers*/
    height:	        300px;				/*IE*/
    background:     #FFFFFF	}

div#content_box {
    margin:     50px 20px 0px 20px;
    clear:      both;
    font-size:  10pt;
    text-align: justify}

div#photo_frame {
    position:   relative;
    float:      right;
    margin:     0px 20px 20px 20px;
    border:     1px solid #C4C4C4 }

img#photo {
    margin:     10px 10px 0px 10px;
    padding:    1px;
    border:     1px solid #0F0F0F }

img#contact {
    margin-bottom:  5px;
    width:          200px;
    height:         40px } 

/*FOOTER*/

div#footer {
    z-index:        3;
    position:       relative;
    margin:         auto;
    margin-top:     20px;
    margin-left:    200px;
    margin-right:   200px;
    background:     #4A4A4A;
    color:          #FF6A07;
    font-size:      9pt }

div#valid_footer {
    z-index:        3;
    position:       fixed;
    bottom:         0px;
    right:          0px;
    padding:        8px;
    border-width:   1px 0px 0px 1px; 
    border-style:   solid;
    border-color:   #181818 }

img.w3cimg {
    width:	88px;
    height:	31px;
    border:	none }
