/* Elemente */

body {
	background: #fff url(images/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 0px;
}

h2, h3, h4 {
	margin-top: 0px;
	color: #003c81;
	padding: 0 55px 0 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p, ol, ul, dl, blockquote {
	padding: 0 55px 0 0;
}

a {
	color: #003c81;
}

a:hover {
	text-decoration: none;
}

img.floatLeft { 
    float: left; 
    margin: 0 10px 0 0; 
}

img.floatRight { 
    float: right; 
    margin: 0 0 0 10px;
}

/* Frame */

#frame {
	width: 954px;
	height: 660px;
	margin: 0 auto;
	padding: 0;
	background: url(images/background.jpg) no-repeat;
}


/* Space */

#space {
	width: 954px;
}


/* Menu */

#menu {
	float: left;
	width: 260px;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
}

#menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 180px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #003c81;
}

#menu a:hover {
	background-color: #ff9c04;
}


#content {
	float: left;
	width: 694px;
	height:430px;
	overflow: auto;
}

/* Footer */

#footer {
	width: 954px;
	margin: 0 auto;
	text-align:right;
	padding: 0;
}

#footer a:hover, #footer .active a {
	color: #e77706;
}

#footer p {font-size: 11px; line-height: 1em; padding: 1px 0 0 0; }
