/* 
    Document   : main
    Created on : 2009-11-07, 10.07.19
    Author     : tomas.valacka
    Description:
        Purpose of the stylesheet follows.
*/
body{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #45160a;
	background-color: #E7D2BD;
}

a{color: #45160a;}
root { 
    display: block;
}
h1 {
	font-family:  Georgia, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #854132;
	margin: 0 0 8px 0;
}

*.lang-link{
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

div.total-hidden{
	display: none;
}

div.total-shown{
	display: block;
	margin: 15px 0;
	padding: 5px;
	background-color: #eee;
}

*.menu-link{
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #854132;
	text-decoration: underline;
}

*.sub-menu-link{
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #854132;
	text-decoration: underline;
}


*.menu-item{
	list-style-type: disc;
	color: #E6CDC7;
}

*.active
{
	color: #854132;
}


*.contact-widget{
	 font-family: Tahoma, Verdana, Arial;
	 font-size: 12px;
	 color: #fff;
}

