/* SESAM CSS */
/* IE Hack für Mindesthöhe */



* html #content_innen {
	height: 530px;
}


* {
    font-family: arial;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
	color: #000;
	line-height: 130%;
    }
    
#seite {
    margin: 0 auto 0 auto;
    width: 759px;
    min-height: 670px;
    }

body{
    text-align: center;
    }

#head {
    width: 759px;
	height: 134px;
	margin-top: 10px;
	background-image: url(../images/head.jpg);
	text-align: right;
    }

#content {
    float: left;
    width: 561px;
    min-height: 530px;
    text-align: left;
    margin: 10px;
    }

#content_innen {
    min-height: 530px;
    }

#content_innen ul {
	padding-left: 30px;
	}

#footer, #footer a {
    text-align: right;
    font-size: 10px;
    }
    

#leftnavi {
    float: left;
    width: 178px;
    min-height: 400px;
    background-image: url(../images/bg_left.gif);
    background-color: #79AEC9;
    text-align: left;
    }

#left_bottom {
    width: 178px;
    height: 264px;
    }

a {
	color: #005C8A;
	}

a:hover {
	color: #666;
	}


/*Linke Navigation Anfang*/


#leftnavi ul{
	list-style-type: none;
	padding-top: 21px;
	}

#leftnavi li {
	height: 33px;
	padding: 5px 0px 0px 6px;
	}

#leftnavi a {
    margin-left: 22px;
	color: #005c8a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

#leftnavi a:hover {
	text-decoration: underline;
	}

#leftnavi a:active {
	color: #67768f;
	}

#leftnavi .active {
	color: #00354F;
    }

#leftnavi .active2 {
	color: #00354F;
    }
	

h5 {
	width: 166px;
	height: 33px;
    background-image: url(../images/navi_bg.gif);
	background-repeat: repeat;
   }



h6 {
    width: 166px;
	height: 33px;
    background-image: url(../images/navi_bg_act.gif);
	background-repeat: repeat;
	font-style: normal;
	}
	
#leftnavi .navi2 {
	width: 150px;
	height: 18px;
	margin-left: 22px;
	}

#leftnavi .navi2 a {
	margin-left: 0px;
	}



/*Linke Navigation Ende*/

h1 {
    font-size: 18px;
    color: #005c8a;
    font-weight: bold;
    text-align: center;
	margin-bottom: 10px;
    }
h2 {
    font-size: 14px;
    color: #005c8a;
    font-weight: bold;
    text-align: left;
    }
	
h3 {
	font-size: 12px;
	}

.align-center {
	text-align: center;
	}

.contenttable {
	border: 1px solid #79AEC9;
	}
	
.contenttable td {
	width: 150px;
	padding: 2px;
	vertical-align: top;
	}

/*Send Form*/
#content_innen form input, textarea, select {
	width: 200px;
	margin-bottom: 5px;
	border-bottom: 2px solid #005C8A;
	border-right: 1px solid #005C8A;
	border-left: 1px solid #79AEC9;
	border-top: 1px solid #79AEC9;
	}

#content_innen select{
	width: 100px;
	}

#content_bottom, img {
	text-align: right;
	margin-top: 2px;
	}
