BODY{
	background-color:#ffffff;
	font-family : arial;
	font-size : 11px;
/*	right-margin : 0;*/
}

TABLE {
	font-family :  arial;
	font-size : 11px;
/*	color: #222222;*/
}
OPTION {
	font-family :  arial;
	font-size : 11px;
}

INPUT {
	font-family :  arial;
	font-size : 10px;
	background-color:#f4f4f4;
}

.check {
	background-color: transparent;
}

SELECT {
	font-family :  arial;           
	font-size : 11px;
	background-color:#eeeeee;
}

TEXTAREA {
	font-family :  arial;           
	font-size : 11px;
	background-color:#eeeeee;
}


/* LINK */

A:link, A:visited {
	font-size : 11px;
	color : #cc0000;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
}

/* ELEMENTS */

/* LOGIN box */

.login {
	font-family :  arial;
	font-size : 9px;
	color : #cc0000;
	background-color:#f4f4f4;
}

.loginbutt {
	font-family :  arial;
	font-size : 11px;
	font-weight: bold;
	color : #f4f4f4;
	background-color:#cc0000;
/*	width=78px; height=19px;*/
}

/* SUBMENU link */

A.sub:link, A.sub:visited {
	font-size : 11px;
	color : #880000;
	font-weight: bold;
	text-decoration: none;
}

A.sub:hover {
    color : #cc0000;
	text-decoration: none;
	font-weight: bold;
}


/* GRAFIKA */

 .bg { background: white url("images/bg.gif") repeat fixed 0% 0% }
 .menu { background: white url("images/menu.gif") no-repeat fixed 0% 0% }
 .login { background: white url("images/login.gif") no-repeat fixed 0% 0% }
 .home { background: transparent url("images/home_blue.gif") no-repeat 0% 0% }

 .lcorn { background: white url("images/lcorn.gif") no-repeat fixed 100% 0% }
 
 .rcorn { background: #EEF9FF url("images/rcorn.gif") no-repeat fixed 0% 0% } 
 
.subjekt{background-color:#C2CFD1;}
.notice{background-color:#EDF0F1;}
   
