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

body { 
	color:#333333; 
	font-size:9pt;
	line-height:14pt;
	font-family:Arial,Helvetica,Sans-Serif;
	background-color: #FFFFFF;
	}
	
#main {
	position:relative;
	left:0px;
	top:10px;
	width:727px;
	height:auto;
}

a  {
	font-weight : bold;
    color: #20496E;
	text-decoration: none;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

#box {
	border: 1px dashed rgb(245, 159, 0); 
	padding: 0px 0px 12px 12px;
	margin-top: 15px;
}

#info {
	width:727px;
	margin-top:-10px;
	border-collapse:collapse;
	border: 1px solid rgb(245, 159, 0);
	border-top-width:2px; 
	border-bottom-width:2px;
	padding: 12px 0px 12px 12px;
}
#kontakt {
	margin-top:-10px;
	border: 1px dashed rgb(245, 159, 0);
	padding: 12px 0px 12px 12px;
}
input, select {
	background-color:#ffffff;
	color:#333333;
	border:1px solid #f59f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
}

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
}

	
h1 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F59F00;
	padding-top:0px;
	padding-bottom:4px;
	margin-top:-3px;
	font-size:15px;
	color:#444444;
}

h2 {
	font-size: 14px;
	color: rgb(68, 68, 68);
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: rgb(68, 68, 68);
	font-weight: bold;
}