﻿#inhalt-index3{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	background-color: #f7f7f7;
	height:1200px;
	width:885px;
	margin:2px;
	z-index:50;
	padding:5px;
	text-align:left;
}


.index3{
	position:relative;
	width:820px;
	height:750px;
	margin:20px auto 100px auto;
	padding:0px 0px 5px 0px;
	background-color:white;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.0.4);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);

}


#kontakt_form {
width:800px;
	margin:20px 0 0 10px;

}

.index3 h3{
	
	background-color:grey;
	padding:10px 5px 10px 10px;
	color:white;
	margin:0 0 10px 0;
	border-radius:5px 5px 0px 0px;
	
}

.index3 h4{
	padding:2px 5px 2px 10px;
	color:grey;
	margin:0;
	
}

.index3 p{
	font-size:medium;
	padding:2px 5px 10px 10px;
	margin:0;
}

.index3 p:last-child{
	border-radius:0px 0px 5px 5px;
}

.index3_r {
	float:	right;
	margin:0px 10px 10px 10px;
	border:2px lightgray outset;
	border-radius:5px;
}

.index3_l {
	float:	left;
	margin:0px 10px 10px 10px;
	border:2px lightgray outset;
	border-radius:5px;
}

