/*Stylesheet DALMO*/
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fcc;
}
img {
	border: 0 none;
}
html,body {
	height: 100%;
}
body {
	width: 100%;
	background: #bf5555 url('../img/template/body-bg.png') left top repeat-x;
	text-align: center;
}
#box {
	width: 800px;
	background-color: #c05555;
	margin: 0 auto;
	border: 1px solid #ccc;
	position: relative;
	top: 10px;
	min-height: 96%;
	_height: 96%;
}

#box_top {
	text-align: center;
}

#box_main {
	padding: 5px 5px 20px 5px;
}

#box_foot {
	width: 800px;
	margin: 12px auto;
	text-align: left;
	padding-bottom: 20px;
}
#box_foot_left,#box_foot_right,#box_foot_right a {
	font-size: 11px;
	color: #fbb;
}
#box_foot_left {
	float: left;
	padding: 0 10px;
}
#box_foot_right {
	float: right;
	padding: 0 10px;
}

/*formulare*/
select,option {
	color: #333;
}

.input {
	border: 1px solid #999;
	color: #444;
}
.btn {
	color: #555;
}
option {
	padding-right: 10px;
	color: #444
}
/*odkazy*/
a,a:link,a:active,a:visited,a:hover {
	color: #fff;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:hover {
	color: #ddd;
	text-decoration: underline
}

/*text*/
b, strong {
	color: #fcc;
	font-weight: bold;
	letter-spacing: 1px;
}
.smaller, .smaller a, .smaller i, .smaller b, .smaller option {
	font-size: 8pt;
	font-weight: normal;
}
.smaller b {
	font-weight: bold;
}
ul {
	margin-left: 80px;
	text-align: left;
}
ul li {
	list-style-image: url('../img/template/bullet.png');
	line-height: 20px;
}

h1, h2, h3, h4 {
	color: #ddd;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}
h1 {
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin-top: 5;
	margin-bottom: 5
}
h4 {
	font-size: 16px;
	margin-top: 2;
	margin-bottom: 2
}
/*photo*/
#photobox {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	border: 0;
}
#photomenu {
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 1;
	border-bottom: 1px solid #aaa;
}
#photomenu img {
	position: relative;
	top: 2px;
}

.photo {
	float: left;
	width: 140px;
	height: 90px;
	text-align: center;
	margin: 4px 7px;
	overflow: hidden;
}
.phototext, .phototextsm {
	color: #ddd;
	font-weight: bold;
	padding-top: 3
	font-size: 10pt;
}
.phototextsm {
	font-size: 8pt;
	padding-top: 1
}
@media screen {
}

