body {
	font-family: Tahoma, Arial, Helvetica, "MS Sans Serif", sans-serif ;
	font-size: 62.5%;
	color: #ffffff;
	text-align: center;
	background-color: #000000; background-image: url(../images/bgtile.png); background-repeat: repeat-x; background-position: center top;
}

p {font-size: 1.1em; color: #ffffff;}

h1{font-size: 2em; color: #EC3D40; font-weight: normal; }
h2{font-size: 1.4em; color: #EC3D40; font-weight: normal;}
h3{font-size: 1.1em; color: #EC3D40; font-weight: normal; }
h4{font-size: 1em; color: #EC3D40; font-weight: normal; }

.navigation {font-size:1.2em; color: #FFFFFF;}
.header {font-size:1.2em;}
.content {font-size:1.2em; color: #FFFFFF;}
.footer {font-size:1em; color: #ABABAC;}
INPUT, SELECT, TH, TD {font-size:1em;}

.red{color: #EC3D40;}
.grey{color: #717477;}
.brod {font-size:1.1em; color: #000000;}

.centertable{ margin-left: auto; margin-right: auto; text-align: center;}

.text{ width: 560px; height: auto; text-align: left;}

a:link {font-weight: normal; color: #EC3D40; text-decoration: none;}
a:active {font-weight: normal; color: #EC3D40; text-decoration: none;}
a:hover {font-weight: normal; color: #EC3D40; text-decoration: underline;}
a:visited {font-weight: normal; color: #EC3D40;	text-decoration: none;}

a.bottlink:link {font-weight: normal; color: #ABABAC; text-decoration: none;}
a.bottlink:active {font-weight: normal; color: #ABABAC; text-decoration: none;}
a.bottlink:hover {font-weight: normal; color: #ABABAC; text-decoration: underline;}
a.bottlink:visited {font-weight: normal; color: #ABABAC; text-decoration: none;}

/* menu */
.menu{width: auto; }
.menu ul{margin: 0; padding: 0; float: none; padding-left: 5px; padding-right: 5px;} 
.menu ul li{display: inline;} 
.menu ul li a{float: none; color: #ffffff; padding-left: 10px; padding-right: 10px; text-decoration: none;} 
.menu ul li a:visited{color: #ffffff;} 
.menu ul li a:hover, .menu ul li .current{color: #EC3D40 !important; }
.active{color: #EC3D40; text-decoration: none;}
