/*
======================================================
style.css
======================================================
*/
html{border:0px;margin:0px;padding:0px;}
body{border:0px;margin:0px;padding:0px;}

@font-face {
    font-family: AvantGarde Bk BT;
    font-style:  normal;
    font-weight: normal;
    src: url("AVANTGA1.eot");
  }
  @font-face {
    font-family: AvantGarde Bk BT;
    font-style:  normal;
    font-weight: 700;
    src: url("AVANTGA0.eot");
  }
  
body{
	font-family: "AvantGarde Bk BT", sans-serif;
	font-size: 12px;
	color:#33333f;
}


#Content a, #Content a:link, #Content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#0053a4;
}

#Content a:hover, #Content a:active, #Content a:focus{
	background:#0053a4;
	color:#ffffff;
}

.LeftPartContentText a, .LeftPartContentText a:link, .LeftPartContentText a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#0053a4;
}

.LeftPartContentText a:hover, .LeftPartContentText a:active, .LeftPartContentText a:focus{
	background:#0053a4;
	color:#ffffff;
}

#FooterLine{
	font-size:9px;
	color:#0053a4;
}

#FooterLine a, #FooterLine a:link, #FooterLine a:visited{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#0053a4;
}

#FooterLine a:hover, #FooterLine a:active, #FooterLine a:focus{
	font-size:9px;
	color:#eeeeee;
}

#ContentPart{
	border:0px;
	margin:0px;
	padding:30px;
}

/* 
------------------------
h3 grey header 
------------------------
*/

h3{
	font-weight:normal;
	
	font-size:13px;
	color: #555555;
	border:0px;
	margin:0px;
	padding:0px;
}

/* 
------------------------
h4 blue header 
------------------------
*/

h4{
	font-weight:normal;
	font-size:13px;
	color: #0053a4;
	border:0px;
	margin:0px;
	padding:0px;
}

/* 
------------------------
h5 blue & bold header 
------------------------
*/

h5{
	font-size:15px;
	color: #0053a4;
	border:0px;
	margin:0px;
	padding:0px;
}

/* 
------------------------
h5 blue & bold header 
------------------------
*/

h6{
	font-size:12px;
	font-weight:bold;
	color: #0053a4;
	border:0px;
	margin:0px;
	padding:0px;
}

/* 
------------------------
class blue 
------------------------
*/

.blue{
	color: #0053a4;
}

.bluebold{
	color: #0053a4;
	font-weight:bold;
}

.bodytext, p {
	border:0px;
	margin:0px;
	padding:0px;
}



/*
=================================================================
Forms
=================================================================
*/


label {
	display:block;
	width:100px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;
	}
	
input {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
select {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
	
textarea{
	float:left;
	display:block;
	border: none;
	width: 220px;
	background: #ffffff;
	border: 1px dotted #33333f;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin-bottom:10px;
}

.csc-mailform-check{
	width: 100px;
	border: none;
}

.csc-mailform{
	border:none;
	width: 350px;
}
.csc-mailform-submit{
	float:left;
	display:block;
	border:none;
	background:#00519E;
	color: #ffffff;
	width: 132px;
	margin-top: 15px;
}

.csc-textpic-caption{
	font-size: 9px;
}

.Blocksatz{
	text-align:justify;
}


#Content a.intermenue, #Content a.intermenue:visited{
	color:#57ab26;
}

#Content a.intermenue:hover, #Content a.intermenue:focus{
	color:#33333f;
	background:#57ab26;
}

table.leistungen tr td{
	padding:30px 0px 0px 0px;
	line-height: 15px;
}
.second{
		margin:4px 0px 0px 0px;
	}