#normal {
	font-size: 75%;
}

#top, #header {
	font-size: 80%;
}

#footer {
	font-size: 65%;
}

#header table, #normal table, #top table, #footer table {
	font-size: 100%;
}

#list {
	line-height: 180%;
}

.large {
	font-size: 120%;
}

.medium, a.medium {
	font-size: 110%;
}

.small, a.small {
}

.smallest, a.smallest, a.nav_sub, a.nav_sub_this {
	font-size: 90%;
}

h1 {
	font-size: 110%;
}

h2, h3, h4 {
	font-size: 100%;
}

pre {
	font-size: 120%;
}

body {
	background-color: #ffffff;
	color: #2A2E2A;
	margin: 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url(../pict/background.gif);
}

#lines {
	margin-top: 6px;
	margin-bottom: 6px;
}

#content {
	margin: 10px 30px 40px 30px;
}

#news_block {
	border-bottom: 1px dotted #cccccc;
	padding: 10px;
}

#date {
	font-weight: normal;
	color: #336699;
	background-color: #eeeeee;
	font-style: italic;
}



/********** POPUP MENUE ***/
.menue_bar {
	background-color: #A7AFC3;
	border: 1px solid #ffffff;
}

.menue_bar_hover {
	background-color: #7F98CB;
	border: 1px solid #ffffff;
}

.menue_bar_this {
	background-color: #7F98CB;
	border: 1px solid #ffffff;
}

.menue_bar_this_hover {
	background-color: #7F98CB;
	border: 1px solid #ffffff;
}

.menue_item {
	background-color: #ffffff;
	border: 1px solid #7F98CB;
}

.menue_item_hover {
	background-color: #A7AFC3;
	border: 1px solid #7F98CB;
}

.menue_item_this {
	background-color: #ffffff;
	border: 1px solid #7F98CB;
}

.menue_item_this_hover {
	background-color: #A7AFC3;
	border: 1px solid #7F98CB;
}

/********** POPUP MENUE ***/



h1, h3, h4 {
	color:#000066; 
}

h2 {
	color:#666666;
}

h1.title, h2.title, h3.title, h4.title {
	color: #336699;
	padding: 0px;
	margin: 0px;
}

h1.string, h2.string, h3.string, h4.string {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a {
	color: #6482BF;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a.news {
	text-decoration: none;
	color: #000000;
}

a.news:hover {
	text-decoration: underline;
	color: #6482BF;
}


a.nav_main {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.nav_main:hover {
	color: #cccccc;

}

a.nav_main_this {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.nav_main_this:hover {
	color: #cccccc;
}

a.nav_sub {
	color: #6482BF;
}

a.nav_sub:hover {
	color: #6699ff;
}

a.nav_sub_this {
	color: #666666;
}

a.nav_sub_this:hover {
	color: #666666;
}

a.nav_bottom {
	color: #6482BF;
	font-size: 90%;
}

a.nav_bottom:hover {
	color: #666666;
	text-decoration: underline;
}

a.nav_bottom_this {
	color: #666666;
	font-size: 90%;
}

a.nav_bottom_this:hover {
	color: #666666;
}

.bottom_border {
	border-bottom: 1px dotted #cccccc;
}

hr {
	border: 1px solid #dddddd;
}

.img {
	border-color: #ffffff;
}

.nbrd {
	border: 0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px inset #999999;
	font-family: verdana;
	background-color: #eeeeee;
}



