#kontakt h1
{
	padding		: 0;
	font-family	: Georgia, "Times New Roman", Times, serif;
    font-size	: 24px;
	font-weight	: normal;
	margin	 	: 5px 0 15px 0;
}


#kontakt h2
{
	margin		: 0 0 20px 0;
	font-family	: tahoma;
	font-size	: 17px;
	font-weight	: normal;
}

#kontakt
{
	font-family	: arial,tahoma;
	font-size	: 13px;
	position	: relative;
}

#kontakt .kontakt_form
{
	position	: absolute;
	width		: 350px;
	height		: 300px;
	right		: 10px;
	top			: 30px;
}

#kontakt form
{
	padding		: 20px 20px 20px 20px;
	background	: #F9F9F9;
	border		: 1px solid #D0D0D0;
}


#kontakt fieldset
{
	border	: 0;
	padding	: 0;
	margin	: 0;
}

#kontakt label
{
	display	: block;
}

#kontakt input.text, #kontakt textarea
{
	display		: block;
	width		: 300px;
	font-size	: 14px;
	font-family	: tahoma;
	padding		: 3px 5px;
}

#kontakt textarea
{
	height	: 100px;
}

input.submit
{
	background	: #767676;
	color		: #fff;
	border		: 0;
	padding		: 6px 15px;
	font-family	: tahoma;
	font-size	: 15px;
	cursor		: pointer;
}

div.error
{
	color	: #ff0000;
	font-size	: 11px;
	margin-bottom	: 10px;
}

div.success
{
	color	: #035d01;
	font-size	: 13px;
	margin-bottom	: 10px;
}
