/* www.matejkren.cz, CSS styly */

/* redefinice */
BODY {
	font-family: Verdana, Tahoma;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 160%;

}

A {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}


DIV {
	margin: 0px;
	padding: 0px;
}

FORM {
	margin: 0px;
}

H1 {
	font-size: 160%;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: 3px;
	margin-top: 20px;
}

H2 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: 3px;
}

H3 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

INPUT {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	height: 19px;
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

LI {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	list-style-type: square;
}

P {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

TABLE, TD {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

SELECT {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	width: 200px;
	background-color: #CCCCCC;
}

SUB {
	font-size: 8px;
	vertical-align: sub;
}

SUP {
	font-size: 8px;
	vertical-align: super;
}

TEXTAREA {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	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: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* pseudo */

a:link {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* class - default */

.d-button {
	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-checkbox {
	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-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: #CCCCCC;
	color: #CCCCCC;
	width: 200px;
	height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.d-reset {
	font-size: 11px;
	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-alert {
	color: #FF0000;
}

.d-notice {
	font-size: 10px;
	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-size: 80%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

/* class - custom  */

/* IDs */

#black, #white {
	width: 100%;
	height: 100%;
	text-align: center;
}

#black {
	background-color: #000000;
}

#white {
	background-color: #FFFFFF;
}

#page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#black #page P, #black #page td, #black #page H1, #black #page H2, #black #page H3, #black #page LI {
	color: #FFFFFF;
}

#white #page P, #white #page H1, #white #page H2, #white #page H3, #white #page LI {
	color: #000000;
}

#black INPUT, #black TEXTAREA, #black SELECT, #black INPUT.d-submit {
	background-color: #000000;
	color: #FFFFFF;
}

#white INPUT, #white TEXTAREA, #white SELECT, #white INPUT.d-submit {
	background-color: #FFFFFF;
	color: #000000;
}

#white #page A, #white #page a:link {
	color: #000000;
}

#white #page a:hover {
	color: #666666;
}

#black #page A, #black #page a:link {
	color: #FFFFFF;
}

#black #page a:hover {
	color: #999999;
}

#navi {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 20px;
}

#navi P {
	font-weight: normal;
	font-style: normal;
	line-height: normal;	
}

#navi A {
	text-decoration: underline;
}

#navi a:link {
	text-decoration: underline;
}

#navi a:hover {
	text-decoration: underline;
}

#black #navi P, #black #navi A, #black #navi a:link {
	color: #666666;
}

#black #navi a:hover {
	color: #AAAAAA;
}

#white #navi P, #white #navi A, #white #navi a:link {
	color: #AAAAAA;
}

#white #navi a:hover {
	color: #666666;
}