body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#smallfont {
	font-size: 80%;
}

#content {
	width: 83%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

#startpage_theme1 {
	color: #9DD337;
	text-align: left;
	font-size: 110%;
}

#startpage_theme3 {
	color: #EC582B;
	text-align: left;
	font-size: 110%;
}

#startpage_theme2 {
	color: #F2EA00;
	text-align: right;
	font-size: 110%;
}

#startpage_theme4 {
	color: #1A7BBF;
	text-align: right;
	font-size: 110%;
}

#news_titel {
	color: #000000;
	text-align: left;
	font-size: 110%;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 95%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #0029FF url('images/menu-background-blue.png') top left repeat-x;
	border: 1px solid #0094FF;
	font-size: 80%;
}

h1 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #0094FF;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000097;
	text-decoration: underline;
}

p { margin-left: 1em; }

table.box{
	border-left: 1px dotted #0094FF;
	border-bottom: 1px dotted #0094FF;
	border-right: hidden;
	border-top: 1px dotted #0094FF;
}
