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

body {
	background:         url("img/bg.jpg") repeat-x;
	padding:            0 0 40px;
}






/* 960 grid system container background
----------------------------------------------- */
.content_area {
    width:                      970px;				/* adjust page-size here*/
	margin:                     auto;
    height:                     100%;
    
}

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



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



div#header {
	font-weight:                normal;
	text-align:                 left;
	height:                     210px;
	background:                 url("img/header.jpg") no-repeat;
    
    margin:                     auto;
    padding:                    0px 18px 22px 18px;
}
div#header h1 {
    font-size:                  35px;
    color:                      #666;
}
div#header h1 a {
    color:                      #333;
}
div#header h1 a:hover {
    text-decoration:            none;
}


#bigbuttons {
    margin-bottom:              44px;
}
#nav {
    margin-bottom:              22px;
    padding:                    0px 17px 0px 0px;
    
}


#logo img {
    border:                     0px;
}

div#main {
    margin-top:                 0px;
    padding:                    0px 0px 32px 0px;
    background:                 #fff;/*url("img/bg_stripe.jpg") repeat-y  ;*/
    /*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) */
    border:                     1px solid #ddd;
}

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;*/
}


