/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	background: #ffffff;
	color: #333333;
    font: 12px/20px Tahoma,Geneva,sans-serif;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


/*****************************************  KONTAKT *****************************************/

p.notice{
	background: #CCC;
	padding: 10px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

legend {
	display: none;
}

form{
	background: #F2F2F2;
	padding: 20px;
	width: 550px;	
}

label{
	display: block;
}

.select{
	color: #3b0a19;
	width: 205px;
	font-size: 11px;
	margin: 0 0 7px 0;
	padding: 3px;
	border: 1px solid #CCC;
	width: 257px;
}

.txtfield{
	color: #3b0a19;
	width: 192px;
	font-size: 11px;
	margin: 0 0 7px 0;
	padding: 2px 0 2px 5px;
	border: 1px solid #CCC;
	height: 20px;
	width: 250px;
}

textarea{
	border: 1px solid #cccccc;
	width: 240px;
	height: 55px;
	padding: 7px;
	font-size: 11px;
}

input.btn {
	margin: 7px 0 0 0;
}