/*
-----------------------------------------------
----------------------------------------------- */

body {
	background:         url("img/bg_solid.jpg");
	padding:            0 0 40px;
}






/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	width:                      960px;				/* adjust page-size here*/
	margin:                     auto;
	/**margin-left:             4%;
	margin-right:               4%;*/
}

#site_container {
    /*background:                 url("img/bg_stripe.png") repeat-y  ;*/

}



/* layout
----------------------------------------------- */


ul.start_nav {
    margin:0;
    list-style: none;
    margin-left: 160px;
    border: 0px solid red;
    height: 25px;
    

}

ul.start_nav li {
    float:left;
    margin:0;
}

ul.start_nav li a {
    display: block;
    font-size: 20px;
    padding: 4px 45px 4px 0px;
    color: #871715;
    text-decoration: none;
}

ul.start_nav li a:hover {
    text-decoration: underline;
}






div#main {
	margin-top:                 0px;
	background:                 transparent;
    border:                     0px;
    /*position:                   relative;*/
    min-height:                 100%; /* Mindesth�he in modernen Browsern */
    height:                     auto !important; /* !important-Regel f�r moderne Browser */
    height:                     100%; /* Mindesth�he in IE (<7) */
   
}

div#content {
    padding:                    12px;
	margin:                     auto;
    /*position:                   relative;*/
	min-height:                 600px; /* Mindesth�he in modernen Browsern */
    height:                     auto !important; /* !important-Regel f�r moderne Browser */
    height:                     100%; /* Mindesth�he in IE (<7) */
}

div#top_nav {
    background:                 #d6d0c5;
    padding:                    2px 10px 2px 10px;
    float:                      right;
}

#footer {
    height:                     100px;
    margin-top:                 0px;
	padding:                    13px 0px 12px 0px;
	/*color:                    #666;
	background:                 #eee;
    border:                     1px #ddd solid;
    border-top:                 0px;*/
}


