@charset "utf-8";
/**
  * @link       </css/screen.css>
  * @version    1.0
  * @media      screen, projection
  * @css-for    all
  */

/**
  * @colordef   #000000;   black;  text-elements
  */

/**
  * @section    Whitespace reset
  */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: helvetica, arial, sans-serif;
}


/**
  * @section    Body
  */
html {
    background: #fff;
    height: 100%;
}

body {
    width: 800px;
    margin: 0 auto;
    background: url(../img/basics/bg-body.gif) 50% 0 repeat-y;
    color: #4d4d50;
}

/**
  * @section    Elements
  */
h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

h2 {}

p {
    margin: .6em 0;
    font-size: .8em;
    line-height: 1.4;
}


/**
  * @section    Container
  */

#header {
    height: 200px;
    position: relative;
}

    #header .right, #header .left {
        position: absolute;
        top: 0;
        width: 15px;
        height: 200px;
        background: #72982d;
        background: rgba(172, 176, 145, .4);
    }
    
    #header .right {
        right: 0;
    }
    
    #header .left {
        left: 0;
    }

#header img {
    height: 200px!important;
}

ul#nav {
    list-style: none;
    float: left;
    width: 730px;
    padding: 5px 20px;
    border-right: 15px solid #acb091;
    border-left: 15px solid #acb091;
    background: #fff;
}

    ul#nav li {
        float: left;
        margin-right: 5px;
        padding: 0 5px 0 0;
        border-right: 1px solid #4d4d50;
        font-size: .9em;
    }
    
    ul#nav li.spacer {
        margin-right: 20px;
        border-right: 0;
    }
    
    ul#nav li:last-child {
        margin-right: 0;
        border-right: 0;
    }
    
        ul#nav li a {
            color: #4d4d50;
            text-decoration: none;
        }
        
        ul#nav li a:hover {
            color: #666;
            text-decoration: underline;
        }
        
        
#cntWrap {
    clear: left;
    padding: 15px 35px;
    background: url(../img/basics/bg-cntwrap.gif) no-repeat 50% 100px;
	border-bottom: 15px solid #93A05A;
    
}

#content {
    height: 300px;
    padding-right: 10px;
    overflow: auto;
}

#footer {
	padding: 10px 15px;
	background: #fff;
	font-size: .8em;
	text-align: right
}

#footer a {
	color: #666;
	}
	
iframe {
	width: 100%;
	height: 300px;
	border: 0;
}	


#bild {
	width:200px;
	height:150px;
	position:fixed;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
    list-style: none;
}

ul#brief li {
		list-style:none;
        margin-right: 5px;
        padding: 0 5px 0 0;
        font-size: .9em;
    }
    
ul#brief li.spacer {
        margin-right: 20px;
        border-right: 0;
    }
    
ul#brief li:last-child {
        margin-right: 0;
        border-right: 0;
    }
    
ul#brief li a {
            color: #4d4d50;
            text-decoration: none;
        }
        
ul#brief li a:hover {
            color: #666;
            text-decoration: underline;
        }
        


#scroll {
	width:490px;
	float: right;
	margin-left: 10px;
}

