﻿body{
	background-color : black;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
}

div#obsah{
	position : absolute;
	top : 30px;
	left : 20%;
	width : 65%;
}

div#menu{
	background-color : black;
	position : absolute;
	top : 30px;
	left :20px;
	width : 14%;
	font-size : 80%;
	padding : 0px 10px 0px 0px;
}

div#patka{
	font-size : 65%;
	text-align : center;
	color : #7E7E7E;
	border-top : 1px dashed #C8D1D9;
	margin : 25px 0px 0px 0px;
}

div#prehled{
	background-color : #444444;
	margin : 25px 0px 15px 0px;
	padding : 5px 5px 5px 5px;
	font-size : 80%;
	text-align : center;
	border-top : 1px solid #C8D1D9;
	border-bottom : 1px solid #C8D1D9;
	border-left : 1px solid #C8D1D9;
	border-right  : 1px solid #C8D1D9;
}

p{
	margin : 15px 10px 15px 10px;
	text-indent : 15px;
}

li{
	margin : 15px 10px 15px 10px;
}

h1{
	margin : 0px 10px 15px 10px;
	font-size : 200%;
	font-weight : normal;
	color : white;
	text-align : center;
}

h2{
	border-top : 1px dashed #C8D1D9;
	margin : 15px 10px 15px 10px;
	font-size : 160%;
	font-weight : normal;
	color : white;
	padding : 0px 0px 0px 10px;
}
h3{
	border-top : 1px dashed #C8D1D9;
	margin : 15px 10px 15px 0px;
	font-size : 140%;
	font-weight : normal;
	color : white;
	padding : 0px 0px 0px 10px;
}

h4{
	margin : 15px 10px 15px 0px;
	font-size : 80%;
	font-weight : normal;
	color : white;
	text-align : center;
	padding : 0px 0px 0px 10px;
}

a{
	text-decoration: underline
	color: white
}

a:link {
	text-decoration: underline;
	color: #AAAAAA
}

a:visited { 
	text-decoration: underline; 
	color: #FF9900
}

a:hover { 
	text-decoration: underline; 
	color: red 
} 

a.tlacitko{
	border : 1px solid #D1D1D1;
	background-color : transparent;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	width : 121px;
	padding : 2px 5px 2px 5px;
	color : white;
	margin : 0px 10px 0px 0px;
	display : block;
}

a.tlacitko:link{
	text-decoration: none;
	color : white;
}

a.tlacitko:visited{
	text-decoration: none; 
	color : white;
}

a.tlacitko:hover{ 
	text-decoration: none;
	border-bottom : 1px solid #D1D1D1;
	background-color : #444444;
	color : red;
} 

p, li{
	line-height : 130%;
}

input.tlac{
	margin : 20px 0px 10px 30px;
}
