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

/*Grundaufbau*/

html, body	 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#clear {
	clear: both;
}

#iframe {
	width: 100%;
	height: 1750px;
	border: 0px;
	overflow: hidden;
}
#header {
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
	width: 100%;
	height: 142px;
}

#logo {
	height: 142px;
	width: 281px;
}

/*Navigation*/

#navigation {
	position: relative;
	margin-top: 10px;
	margin-left: 35px;
	height: 30px;
	background-color: #FFF;
	float: left;
	padding-bottom: 5px;
	vertical-align: middle;
}
  ul#Navigation {
  	padding-left: 10px;
	padding-right: 10px;
  	background-image:url(Kley-Prog_08-01-08/images/navi_inaktiv.jpg);
	background-repeat: repeat;
	width: 100%;
  }
  ul#Navigation li {
  	padding: 5px;
    list-style: none;
    display: inline;
  }

  ul#Navigation a, ul#Navigation span {
	color: #1c61ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
  ul#Navigation a:hover, ul#Navigation span {
    color: #19468e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
  * html ul#Navigation a, * html ul#Navigation span {
    width: auto;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
  
/* Seiteninhalte*/
  
#spalte_links {
	width: 281px;
	border-right: 1px solid;
	border-right-color: #FFF;
}

#pic_links {
	border-bottom: 20px solid;
	border-bottom-color: #19468e;
}	

#text_links {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 20px;
	width: 236px;
}	

#content {
	width: 550px;
	float: left;
	margin-top: 50px;
}	
	
#content_box {
	width: 550px;
}

#content_top {
	float: left;	
	margin-left: 20px;
	margin-top: 18px;
}

#content_left {
	border-right: 1px solid;
	border-right-color: #FFF;
	width: 190px;
	float: left;	
}

#content_right {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}

#content_left_kontakt {
	border-right: 1px solid;
	border-right-color: #FFF;
	margin-left: 20px;
	width: 170px;
	float: left;	
}

#content_right_kontakt {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#content_right_trau {
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-top: 10px;
}

#button {
	width: 64px;
	height: 100px;
	margin-left: 20px;
	float: left;
}	

#news_pic {
	width: 65px;
	height: 70px;
	float: left;
}

#news_text {
	width: 204px;
	height: 100px;
	margin-left: 20px;
	float: left;
}

#trau_abschluss {
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-top:: 20px;
	float: left;
}

#aufzaehlung {
	margin-top: 1px;
	width: 15px;
	height: 15px;
	background-color: #19468e;
	float: left;
	text-align: center;
	}
	
/* Textformatierung */

.h1 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.fliesstext {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

.text_bold {
	color: #FFF;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.kleine_schrift {
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.kleine_schrift_center {
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
