/* foto.typo.cz, CSS styly */

/* redefinice */

A {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

DIV {
	margin: 0px;
	padding: 0px;
}

EM {
	font-weight: bold;
	font-style: normal;
}

FORM {
	margin: 0px;
	padding: 0px;
}

H1 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 180%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

H2 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 160%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

H3 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 140%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

H4 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 130%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

H5 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

H6 {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

INPUT {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	width: 200px;
	height: 19px;
	background-color: #FFFFFF;
	border: none;
}

LI {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	list-style-type: square;
}

P {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

SELECT {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	width: 200px;
	background-color: #CCCCCC;
}

STRONG {
	font-weight: bold;
	font-style: normal;
}

SUB {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 8px;
	vertical-align: sub;
}

SUP {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 8px;
	vertical-align: super;
}

TD {
}

TEXTAREA {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	height: 100px;
	background-color: #FFFFFF;
	border: none;
}

/* pseudo */

a:link {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* class - default */

.d-button {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: #CCCCCC;
	width: 200px;
	height: 19px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.d-ckeckbox {
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	border-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.d-radio {
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	border-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.d-submit {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: transparent;
	width: 86px;
	height: 19px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.d-reset {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: #CCCCCC;
	width: 200px;
	height: 19px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.d-image {
	width: 53px;
	height: 19px;
	border: none;
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

.d-alert {
	color: #FF0000;
}

.d-notice {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.d-scrollbar { /* scrollbar pro DIVy */
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color: #707070;
	scrollbar-base-color: #E0E0E0;
	scrollbar-darkshadow-color: #707070;
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-track-color: #E0E0E0;
}

.d-vizus { /* copy VIZUS */
	letter-spacing: 3px;
}

.d-webmaster {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.d-webmaster A {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}

.d-webmaster a:link {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}

.d-webmaster a:hover {
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}

/* class - custom */

.c-texts {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 664px;
	/*max-height: 421px;*/
}

/* IDs */

#page, #homepage {
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 47px;
	padding-bottom: 13px;
}

#homepage DIV {
	width: 50%;
	float: left;
}

#menu P, #text P, #kolaz P, #titulek P, #links P, #home P {
	margin: 0px;
}

DIV.c-texts P {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

#header {
	width: 684px;
	height: 46px;
	background-image: url(../images/gr01.gif);
	background-repeat: no-repeat;
}

#home {
	float: left;
	overflow: hidden;
	width: 251px;
}

#menu {
	width: 400px;
	height: 27px;
	float: right;
	overflow: hidden;
	text-align: right;
	margin-top: 19px;
	padding-right: 10px;
}

#menu P {
	line-height: 27px;
}

#holder {
/*	width: 100%;
	float: left;
	clear: both;
	height: 1px;
	border: 1px solid green;*/
}

#lista {
	background-color: #FFDF00;
	width: 684px;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	max-width: 664px;
}

#titulek {
	float: left;
}

#titulek P {
	line-height: 27px;
}

#links {
	float: right;
	display: table;
}

#text {
	background-color: #EDEEEF;
	height: 374px;
	width: 684px;
}

#menu P {
	font-weight: bold;
	color: #FFFFFF;
}

#menu P, #menu A, #menu a:link, #menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#links P {
	font-weight: bold;
	color: #000000;
	line-height: 27px;
	float: left;
}

#links P, #links A, #links a:link, #links a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#links IMG {
	margin-top: 6px;
}

#kolaz {
	position: relative;
}

#kolaz DIV {
	position: absolute;
}

INPUT#adresa {
	width: 500px;
}
