@charset "utf-8";
/* CSS Document */

body{
        background-color:#352453;
		background-image: url(images/layout/hg.jpg);
        background-repeat:repeat-x;
		margin:10px;
		padding:0px;
        }

#all{
        width:990px;
        margin:0px auto;
        }

#header{
        height:155px;
        width:990px;
        background:url(images/layout/header.jpg);
        }
		
h1{
        color: #306;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:20px;
        line-height:120%;
		margin: 0px 0px 0px 0px;
		}
		
.text{
        color:#303;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:16px;
        line-height:120%;
		margin:0px 0px 0px 0px;
        }

li{
        display:block;
	   	margin:0px;
	    padding:0px;
       }
	   
/*#navbo{
		width: 250px;
		height: 122px;
		background-color: #999;
		}
		
#navbo a{
                display:block;
                outline: none;
                margin: 0px auto;
				padding:97px 0px 0px 15px;
                }*/
			   		
#navi{
	width: 250px;
	float:left;
	list-style:none;
	height: 530px;
	background-color: #999;
	margin:0px;
	padding:10px 0px 0px 0px;
        }
		


#navi ul{
		margin:0px;
		padding:0px;                
		text-indent: -900%;
        }

#navi a{
                display:block;
                outline: none;
                margin: 0px auto;
                }

#navi a:hover{
                background-position: left bottom;
                margin: 0px auto;
        }
		
#navi .leistung{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/leistungen.jpg);
            }
			
#navi .vorteile{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/vorteile.jpg);
            }
			
#navi .wer{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/wer.jpg);
            }
			
#navi .werdegang{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/werdegang.jpg);
            }
			
#navi .kontakt{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/kontakt.jpg);
            }
			
#navi .impressum{
                        width: 230px;
                        height: 68px;
                        background:url(images/layout/impressum.jpg);
            }
			
#content{
                float: right;
				display:block;
                width: 700px;
				height:435px;
				background-color: #999;
				padding: 20px 20px 0px 20px;
				margin:0px;
                }
				
#bottom{
		        float: right;
                display: block;
				width: 700px;
				height:85px;
				background-color: #999;
				padding: 0px 20px 0px 20px;
				}
				

/*#bbh{
		position: static;
		top: 250px;
		left: 640px;
		}
		
img{	margin: 20px 0px 20px 0px;
		}*/
		
.pic{	margin: 20px 0px 20px 0px;
		}

			
