img{
	border:none;
}

a{
	color:#005697;
	text-decoration:none;
}



fieldset{
	border:none;
	border-bottom:1px dashed #ccc;
	padding:1em 0 1em 0;
}

legend{
	padding:1em 0 0 0;
	font-weight:bold;
	color:#000;
}


input{
	border:2px solid #e5e5e5;
 	width:15em;
	padding:0 0 0 0.5em;
}

table input,
p.checkradio input{
	border:none;
	width:auto;
}

textarea{
		border:2px solid #e5e5e5;
        font-family: Arial, Helvetica, sans-serif;
        font-size:0.9em;
		width:auto;
		height:4em;
}

table textarea{
		height:3em;
}

table{
		font-size:1em;
}

table th{
	background-color:#e9e9e9;
	padding:0.3em;
}

table td{
	border-bottom:1px solid #ccc;
	padding:0.3em;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6{
		font-size:1em;}

h1{
		font-size:1.2em;
		color:#DF5F17;
}

h2{
		font-size:1em;
		font-weight:normal;
		color:#000;
}

.hidden,
.offscreen{
	display:none;
}

.intro{
		width:450px;
		float:left;
		margin:1.5em 5.5em 0 0;
}

.contact{
	float:left;
	background-color:#F6F6F4;
	width:265px;
	margin:1.5em 0 0 0;
	padding:0.5em 0.5em 1.5em 0.5em;
	line-height:1.5em;
}

.contact h2{
	color:#DF5F17;
	font-size:1.1em;
	margin:0.5em 0 0 0;
	font-weight:bold;
}

h2.fragebogen{
			background-color:#005697;
			width:100%;
			padding:0.75em 0 0.75em 0;
			margin:1em 0 0 0;
}

h2.fragebogen img{
			margin:0 0 0 1em;
}

.content{
	width:806px;
}

.intro a.linkanstrich{
		background-image:url(../img/linkanstrich.gif);
		background-position:0 0.15em;
		background-repeat:no-repeat;
		padding:0 0 0 1.5em;}

.containingfloat
			{
			/* fuer alle Browser; 
			 * Block Formatting Context (~auto-clearing)
			 *
			 * Bedingt in eingesetzen Containern
			 * das die Eigenschaft [height] durch
			 * [min-height] ersetzt wird!!
			 */    
			overflow: auto;
			}


* html .containingfloat
			{
			/* nur fuer IE; 
			 */
			height: 0; 
			overflow: visible;
			}
