/* vseobecne pre cely dokument */
BODY, IFRAME {
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #e0e0e0;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: silver;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	overflow: auto;
/*
	background-color: white;
	background-image: url("images/background_GauzeB.jpg");*/
}

A {
	font-weight: bold;
	text-decoration: none;
	color: darkblue;
	padding: 2px;
	line-height: 30px;
}

A:hover {
	background-color: rgb(128,128,128);
	color: white;
}

.clouds {
	background-image: url("images/clouds.gif");
}

.header_large {
	font-size: 40px;
	font-weight: bold;
	color: rgb(128,128,128);
}

.header_small {
	padding: 5px;
}

.title {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	color: rgb(0,51,102);
/*	color: red;*/
}

.text {
	font-size: 12pt;
	color: rgb(0,80,140);
}

.text_bold {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0,51,102);
}

.menu {
	width: 120px;
	height: 100%;
	vertical-align: top;
	padding-top: 10px;
	border-right: 1px solid silver;
	background-color: #e0e0e0;
}

.menu_item, .menu_item_active {
	line-height: 30px;
}

.menu_item_active {
	color: rgb(255,0,0);
}

.body {
	vertical-align: top;
	padding: 10px;
}

.image {
	border: 1px black solid;
	float: left;
	margin-right: 40px;
}

.editbox {
	font-family: Courier New;
	border: 1px solid silver;
	background-color: #f0f0f0;
	text-align: center;
}

.position {
	font-family: Verdana, Arial;
	font-size: 8pt;
	border-bottom: 1px solid silver;
}

/* titulok okna, maly aj velky */
/*
.title, .title2 {
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: #f80;
	border: 1px solid silver;
	padding: 10px;
	text-align: center;
	filter: wave(add=1,freq=1,phase=25);
	filter: alpha(finishopacity=30,style=1);
}
*/

