BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	color: #1d1d1d;
	background-image: url('img/page_bg.jpg');
	background-repeat: repeat-x;
}

.bigtext, .news_title {
	font-family: Georgia;
	font-size: 22px;
	color: #00519d;
	padding: 10px 0 10px 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#header {
	width: 1000px;
	height: 143px;
	background-image: url('img/header.jpg');
}

#lang_bar {
	width: 980px;
	height: 36px;
	background-color: white;
	background-image: url('img/kokoke.png');
	background-position: 15px 12px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.lang_container {
	margin-top: 5px;
	position: relative;
	width: 31px;
	height: 26px;
	background-image: url('img/flag_bg.png');
	float: right;
}

.lang_container img {
	position: absolute;
	right: 7px;
	top: 8px;
}

#topmenu {
	background-image: url('img/menu_bg.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 70px;
	padding-top: 2px;
}

.topmenu_td {
	background-image: url('img/button_bg.gif');
	background-position: center right;
	height: 64px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.topmenu_td li {
	margin: 0;
	padding: 0;
	list-style-image: url('img/rightarrow.gif');
}

.topmenu_td li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.topmenu_td ul {
	margin: 0 0 0 37px;
	padding: 0;
}

.topmenu_link {
	margin-top: 3px;
	padding-left: 7px;
	margin-left: 7px;
}

.topmenu_link_border {
	height: 10px;
	background-image: url('img/menu_title.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 6px;
	padding-right: 6px;
}

.topmenu_link, .topmenu_link a {
	font-family: Georgia;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

#topmenu_first {
	width: 198px;
}
#topmenu_last {
	width: 194px;
}

.button_left {
	width: 8px;
	height: 64px;
	background-image: url('img/button_left.gif');
	float: left;
}

#maincontainer {
	width: 996px;
}

#leftmenu {
	vertical-align: top; 
	width: 202px;
	background-color: #f5f5f5;
	margin-left: 1px;
	height: 100%;
}

#leftmenu ul {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu ul ul {
	margin: 0;
}

#leftmenu li {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	line-height: 22px;
}

#leftmenu li, #leftmenu li a {
	color: #727272;
	text-decoration: none;
	font-family: Georgia;
	font-size: 16px;
}

#leftmenu li ul li, #leftmenu li ul li a {
	background-color: #f5f5f5;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
}

.level1 {
	margin-left: 15px;
}

.level2 {
	margin-left: 25px;
}

#level2_a {
	font-weight: bold;
}

.level3 {
	margin-left: 40px;
}

#search {
	text-align: left;
	position: relative;
	margin: 0 0 10px 7px;
}

#search input {
	font-family: Arial;
	font-size: 11px;
	width: 153px;
	height: 15px;
	color: #b5b5b5;
	border: 1px solid #ababab;
	background-color: white;
	margin: 10px 0 0 0;
	padding: 2px 2px 0 2px;
}

#content {
	vertical-align: top; 
	background-color: white;
	text-align: left;
	padding: 10px 20px 80px 20px;
	background-image: url('img/sponsors.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer_container {
	width: 100%;
	height: 37px;
	background-color: #d4d4d4;
}

#footer {
	background-image: url('img/footer_bg.jpg');
	width: 1000px;
	height: 24px;
	color: white;
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
}

#reklaam {
	width: 199px;
	vertical-align: top; 
	background-color: #f5f5f5;
}

#reklaam_title {
	text-align: left;
	width: 179px;
	height: 22px;
	background-color: #e5e5e5;
	color: #727272;
	font-family: Georgia;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 5px;
}

.banner {
	margin-top: 10px;
}

.newsitem_container, .tuition_container {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding: 7px 0 7px 0;
}

.newsitem_date, .tuition_date {
	color: #828282;
	float: left;
}

.newsitem_body, .tuition_body {
	color: #1d1d1d;
	float: left;
	margin-left: 6px;
}

A {
	color: #1d1d1d;
	text-decoration: underline;
}

.navigation_container a, .news_title a, .newsitem_body a, .tuition_container a {
	color: #1d1d1d;
	text-decoration: none;
}

.news_intro {
	font-weight: bold;
}

.subheader, .tuition_header {
	clear: both;
	color: #00519D;
	font-family: Georgia;
	font-size: 18px;
	margin: 15px 0 0 0;
	float: left;
}

.feedback_name, .feedback_send {
	margin-top: 17px;
}

.feedback_input input {
	width: 250px;
}

.feedback_input textarea {
	width: 250px;
	height: 70px;
}
.body_container {
	float: left;
	padding-top: 20px;
}

.useful_links ul {
	margin: 5px 0 0 20px;
	padding: 0;
}

.useful_links li {
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
	list-style-type: none;
}

.gallery_cat {
	float: left;
	margin-right: 20px;
}

.gallery_cat_name {
	color: #00519D;
	font-family: Georgia;
	font-size: 18px;
	margin: 5px 0 5px 0;
}

.gallery_picture {
	float: left;
	margin: 5px;
}

.filmstrip_container {
	float: left;
	clear: both;
}

.filmstrip_item {
	width: 40px;
	height: 40px;
	float: left;
	margin: 2px;
	background-position: center center;
	background-color: white;
	background-repeat: no-repeat;
}

.filmstrip_item a:hover {
	text-decoration: none;
	border: 0;
}

#photo_container {
	float: left;
	clear: both;
}

#photo_title {
	font-size: 12px;
	margin: 5px;
}
