*{ 
	margin: 0;
	padding: 0;
	border: 0; 
}

html{
	height: 100%;
}

body {
	font: 100% Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
	background-color: black;
	height: 100%;
}


h1,h2{
	font: 100% Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight:normal;
}

small{
	font-size:60%;
}

#page{
	width: 980px;
	background-image: url(../images/page_back.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#header{
	height: 180px;
	width: 100%;
           background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content{
	width:100%;
}

#flash{
	width:100%;
	height: 319px;
}
#pod_flash{
	height:32px;
	width:100%;
	background-image: url(../images/pod_flash_back.gif);
	background-repeat: repeat-y;
}

#vedle_flash{
	width:32px;
	background-color:#e6e6e6;
	height:100%;
	float:left;
}

#flashright{
	width:481px;
	height: 100%;
	float: left;
}

#flashright .text{
	padding-left:30px;
	padding-top:15px;
}

#flashright ul{
		padding: 30px;
		padding-top:10px;
		list-style: none;
}

#flashright li{
	background-image: url(../images/odrazka.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	margin-top: 20px;
}

#right{
	width: 588px;
	float: right;
	margin-right:42px;
}


#left{
	float:right;
	background-color:#820100;
	margin-top:32px;
	width:300px;
	
}

#left table{
	background-color:white;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}

#left table th{
	font: 70% Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight:bolder;
	padding-top:10px;
}
#left table td{
	font: 70% Verdana, Tahoma, "Microsoft Sans Serif";
	padding:2px;
	padding-right:20px;
	padding-left:20px;
	color:#820100;
	
}

input,textarea{
	background-color:#cbcbcb;
}
.submit{
	border: 2px #cccccc outset;
	color:#820100;
}


.fl{
	float: left;
}

.reference{
	width: 274px;
	height:200px;
	float:left;
	text-align:center;
	margin-top:20px;
	padding:10px;
}
.reference a{
	font: 60% Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight:bolder;
	color:#820100;
	text-decoration:none;
}

.reference a:hover{
	color:white;
	text-decoration:underline;
}

#preview_div{
	display: none;
	position: absolute;
	z-index:110;
	background-color:white;
	border: 2px outset #dddddd;
	height:150px;
}
.preview_temp_load{
height:200px;
}

.white{
	color: white;
}