/* hlavné štýly */
BODY {
	background-color : Black;
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : Silver;
	margin: 0;
}

P {
	font-family : Tahoma;
	font-size : 11px;
	color : Silver;
	
}

.news1 {
	color : #E10000;
	padding-bottom : 2px;
	border : 0px;
	margin-bottom : 0px;
	font-weight : bold;
}

.news2 {
	padding-top : 2px;
	border : 0px;
	margin-top : 0px;
	text-align : justify;
}

.members1 {
	color : #E10000;
	font-weight : bold;
}

.actions2 {
	padding-top : 2px;
	padding-right : 5px;
	border : 0px;
	margin-top : 0px;
}

DIV {
	font-family : Tahoma;
	font-size : 11px;
	color : Silver;
}

A {
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #E10000;
	text-decoration : none;
}

A:HOVER {
	color : #FBDB55;
	text-decoration : underline;
}

TD {
	font-family : Tahoma;
	font-size : 11px;
	color : Silver;
}

TEXTAREA {
	background-color : Silver;
}

INPUT {
	background-color : Silver;
	font-family : Tahoma;
	font-size : 11px;
}

p.error {
	color : Red;
}

#DoForm input, #DoForm textarea{
	width: 400px;
}

#DoForm input.green{
	width: auto;
}

.filepolozka{
	width: 600px;
}

#toptd{
background-image: url(img/top.gif);
background-position: bottom right;
background-repeat: no-repeat;
}
