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

#kontakt_right
{
	position: relative;
	width: 49%;
	height: auto;
	margin: 5px;
	overflow: auto;
	float: right;	
}

.kontakt_input
{
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	font-size: 18px;
	background: rgba(210,210,210,0.5);
	//border: 1px solid white;
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;	
	margin-bottom: 5px;
}

#kontakt_inhalt
{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 300px;
	min-height: 300px;
	max-height: 600px;
	background: rgba(210,210,210,0.5);
	outline: none;
	border: 0;
	margin-bottom: 5px;
}

#kontakt_submit
{
	
}

#kontakt_left
{
	position: relative;
	width: 47%;
	height: auto;
	float: left;	
	padding: 5px;
}