﻿/*
Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas01/
*/

/* Main body */
body {
	font-size: 1em;
	background: #000000 center top;
	color: #FFFFFF;
	font-family: Corbel;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

/* Basic tags */
a {
	color: #286ea0;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
p {font-size:1em; margin-top: 0px; margin-bottom: 5px;}
h1 {font-size:2em; margin-top: 10px; margin-bottom: 8px;}
h2 {font-size:1.8em; margin-top: 25px; margin-bottom: 8px;}
h3{
	font-size:1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px; 
	margin-bottom: 5px;
}


/* Horizontal menu */
#mainmenu {
	float: none;
	text-align: center;
	width: 640px;
}
#mainmenu li {
	float: left;
	height: 30px;
	width: 128px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#mainmenu a {border-right:1px solid #b0b0b0; color:#FFFFFF; display:block; font-size:0.7em; padding:3px; text-transform:uppercase;}
#mainmenu a:hover {background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x; color:#505050; text-decoration:none;}
#mainmenu a.current {background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x; color:#505050; text-decoration:none;}

/* frame */
#frame{
	width: 640px;
}

/* content */
#content{
	border-top: 2px solid #e0e0e0;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
}

/* Footer */
#footer {
	border-top: 2px solid #e0e0e0;
	clear: both;
	text-align: right;
	height: 60px;
}

/* Various classes */
.small {font-size:0.8em;}
.center {text-align:center;}
.left {text-align: left;}
