/*
Design by Biggi
http://www.fantasiedesign.de
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #034DA2;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
	background-image: url(images/img05.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 252px;
	margin: 0 auto 0 200px;
}

/* Header > Logo */

#logo {
	background: url(images/img05.jpg) no-repeat left bottom;
	height: 252px;
	clip:    rect(auto auto auto auto);
}

#logo h1 {
	padding: 110px 0 0 0;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: -40px auto 0 100px;
	padding: 0 0 0 200px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto 0 300px;
	padding: 20px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	border-bottom: 1px dotted #CAD4DF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 1,5;
	padding-left: 0;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0 60px 0;
	background: #C3CDDB;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	text-align: left;
}
