body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt; 
	line-height: 1.5em;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 20px;
}

a:link    { color: #2e86df; text-decoration: underline;}
a:visited { color: #6633dd; text-decoration: underline;}
a:active  { text-decoration: underline;}
a:hover   { text-decoration: underline;}

h1, h2, h3, h4 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	margin: 8px 0;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

p, ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote {
	margin: 5px 20px;
}

.blue {
	color: #2e86df;
}

.gray {
	color: #666666;
}
/*
.red {
	color: #dd2222;
}

.line {
	border-bottom: 1px solid #999999;
}
*/
.top_logo {
	width: 146px;
	float: left;
}

.top {
	margin: 0;
	background: url(/img/logo_small2.jpg) no-repeat left top;
/*	font-size: 0.8em;*/
	padding: 10px 13px 24px 156px;
}

.top_title {
	margin-left: 4px;
}

.big_text {
	font-size: 2em;
}
.small_text {
	color: #666666;
}

.nav { 
	background-color: #e6e6e6; 
	margin: 10px 0 0 0; 
	padding: 0;
	width: 100%;
	font-size: 0.8em;
} 
.nav_item { 
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	float: left; 
}
.nav_item a:link, .nav_item a:active, .nav_item a:visited { 
	line-height: 34px;
	display: block;
	padding: 0 10px;
	background-color: #e6e6e6; 
	color: #666666; 
	text-decoration: none; 
} 
.nav_item a:hover { 
	line-height: 34px;
	background-color: #ffffff; 
	color: #999999; 
}

.bottom {
	margin: 20px 15px 20px 3px;
	padding-left: 156px;
	background-color: #e6e6e6; 
/*	font-size: 0.8em;*/
}

.copy {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 20px;
}

.programm {
	background-color: #e6e6e6;	
	padding: 0.5em;
	margin: 1em 1em 0 0;
}

.icon {
	float: left;
}

.desc {
	margin-left: 5.4em;;
}

.spacer {
	clear: both;
	height: 0;
}

