body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	background-color: #FFF;
	width: 97%;
	text-align: center;
	padding-top: 25px;
}

body, p{
	margin: 0px;
}

.kontinput{
	display: none;
}

.inputbtn{
	display: none;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1{
	margin: 0 0 25px 0;
}

h2{
	margin: 0 0 25px 0;
}

h3{
	margin: 15px 0 3px 0;
}

img{
	border: 0px;
}

a{
	color:#000;
	text-decoration:underline;
}


.clearer{
  clear: both;
  overflow: hidden;
}

.space5px{
	height: 5px;
	overflow: hidden;
}

.space10px{
	height: 10px;
	overflow: hidden;
}

.space15px{
	height: 15px;
	overflow: hidden;
}

.space20px{
	height: 20px;
	overflow: hidden;
}

.space25px{
	height: 25px;
	overflow: hidden;
}

.space30px{
	height: 30px;
	overflow: hidden;
}

.dottDarkShort{
	width:180px;
	height:1px;
	background: url(../img/dott_dark.gif) repeat-x 1px 0px;
	overflow:hidden;
}

.dottLightShort{
	width:180px;
	height:1px;
	background: url(../img/dott_light.gif) repeat-x 1px 0px;
	overflow:hidden;
}

.dottLightLong{
	width:500px;
	height:1px;
	background: url(../img/dott_light.gif) repeat-x 1px 0px;
	overflow:hidden;
}

.dottFooter{
	width:780px;
	height:1px;
	background: url(../img/dott_grey.gif) repeat-x 1px 0px;
	overflow:hidden;
}

/**{***************   Main Grid   **********   START   ************/

#Main{
	text-align: left;
	margin: auto;
	width: 780px;
}

#MainContent{
	width: 780px;
	background: url(../img/bg.gif) repeat-x;
	float: left;
}

#MainLeftCol{
	width: 535px !important;
	width: 580px;
	padding: 45px 0 0 45px;
	float: left;
}

#MainRightCol{
	width: 180px !important;
	width: 200px;
	padding: 30px 10px 0 10px;
	float: left;
}

#MainFooter{
	width: 780px;
	font-size: 10px;
	color: #999;
	margin: 7px 0 7px 0;
}

#MainFooter a{
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}

/**}***************   Main Grid   **********   END   ************/

/**{***************   Header   **********   START   ************/

#MainHeader{
	float: left;
}

	#MainHeader .headLogo{
		width: 250px;
		height: 94px;
		text-align: center;
		background-color: #005AA0;
		margin-left: 18px;
		float: left;
		display: inline;
	}

	#MainHeader .headLogoRight{
		width: 9px;
		height: 94px;
		overflow: hidden;
		float: left;
		display: inline;
	}
	
	#MainHeader .headNav{
		height: 94px;
		width: 503px;
		float: left;
		display: inline;
	}

	#MainHeader .headImg{
		width:780px;
		height: 224px;
		float:left;
	}

/**}***************   Header   **********   END   ************/

/**{***************   Navigation   **********   START   ************/

#mainNav{
	width: 503px;
	height: 27px;
}
	
	#mainNav a{
		height: 27px;
		display: block;
	}
	
	#mainNav a.home{
		width: 70px;
		background: url(../img/menu/home.gif) bottom left no-repeat;
		float: left;
	}
	
	#mainNav a.diekanzlei{
		width: 105px;
		background: url(../img/menu/diekanzlei.gif) bottom left no-repeat;
		float: left;
	}
	
	#mainNav a.neuigkeiten{
		width: 109px;
		background: url(../img/menu/neuigkeiten.gif) bottom left no-repeat;
		float: left;
	}
	
	#mainNav a.leistungen{
		width: 100px;
		background: url(../img/menu/leistungen.gif) bottom left no-repeat;
		float: left;
	}
	
	#mainNav a.klienteninfo{
		width: 119px;
		background: url(../img/menu/klienteninfo.gif) bottom left no-repeat;
		float: left;
	}
	
	#mainNav a:hover{
		background-position: top left;
	}
	
	#mainNav .over{
		height: 27px;
		overflow: hidden;
		float: left;
	}
	
#satNav{
	width: 493px;
	height: 67px;
	text-align:right;
}

	#satNav img{
		margin-right: 10px;
	}

/**}***************   Navigation   **********   END   ************/

/**{***************   Article List   **********   START   ************/

.article{
	width: 500px;
	margin-bottom: 20px;
}

.articleDate{
	font-size: 10px;
	margin-bottom: 3px;
}

.articleTitle{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.articleTitle a{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.articleTeaser{
	margin-bottom: 0px;
}

.articleTeaser2{
	margin-bottom: 10px;
	font-weight: bold;
}

.articleText{
}

.articleImg1{
	width: 200px;
	float: left;
	overflow: hidden;
	margin-right: 10px;	
}

.articleImg2{
	width: 200px;
	float: right;
	overflow: hidden;
	margin-left: 10px;	
}

.articleSubTitle{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 3px 0;
}

/**}***************   Article List   **********   END   ************/

/**{***************   Formular   **********   START   ************/

input.text{
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666;
  border:1px solid #D2D2D2;
  width:250px;
}

select{
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666;
  border:1px solid #D2D2D2;
}

textarea{
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666;
  border:1px solid #D2D2D2;
  width:250px;
}

input.button{
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #246EA7;
  border:1px solid #246EA7;
  background-color: #FFF;
}

label{
	width: 150px;
	float: left;
	font-weight: bold;
}

.textsmall{
	font-size: 10px;
}

/**}***************   Formular   **********   END   ************/

/**{***************   LinkListe   **********   START   ************/

#linkListe{
}

#linkListe .list{
	width: 250px;
	float: left;
}

/**}***************   LinkListe   **********   END   ************/

/**{***************   InfoBox   **********   START   ************/

#infoBox {
	width: 500px;
	float: left;
	border: 1px solid #AFCCE3;
	padding: 7px 7px 7px 4px;
	background-color: #79AAD0;
	margin-bottom: 20px;
}

	#infoBox h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}

	#infoBox h1 a {
		color: #FFF;
	}

	#infoBox .colleft {
		width: 86px;
		float: left;
		text-align: center;
		margin-right: 10px;
	}
	
	#infoBox .col {
		width: 388px;
		float: left;
		margin-left: 3px;
	}

	#infoBox img {
		width: 80px;
		float: left;
		border: 3px solid #AFCCE3;
		overflow: hidden;
		margin-top: 3px;
	}
	
/**}***************   InfoBox   **********   END   ************/