/* reset style by Eric A. Mayer, www.meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	/* outline: 0; */
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* reactivated styles */
abbr {
	border-bottom: 2px dotted #304968;
}

strong {
	font-weight: bold;
}

ul {
	list-style: disc;
}

ul li {
	margin-left: 2em;
}

ol {
	list-style: lower-roman;
}

/* IE PNG FIX by Angus Turnbull http://www.twinhelix.com */
img, div, a { behavior: url('../css/iepngfix/iepngfix.htc') }

/* CSS style sheet by Felling Software Development, v1.00 */
body {
	background-color: #304968;
	background-image: url('../images/back_tile.png');
	background-repeat: repeat;
	color: #ffffff;
}

#center {
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: none;
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
}

#header {
	background-position: top left;
	background-repeat: no-repeat;
	height: 240px;
}

/* THEMES: HEADERS */
#header.header_m0 { background-image: url('../images/headers/leaf.jpg'); }
#header.header_m1 { background-image: url('../images/headers/snow.jpg'); }
#header.header_m2 { background-image: url('../images/headers/honey.jpg'); }
/* THEMES: ACTIVE BULLETS */
ul#menulist li a.active_m0 { background-image: url('../images/actives/leaf.png'); }
ul#menulist li a.active_m1 { background-image: url('../images/actives/snow.png'); }
ul#menulist li a.active_m2 { background-image: url('../images/actives/honey.png'); }
/* END: THEMES */

#headertop {
	height: 30px;
	background-color: #122e52;
	border-bottom: 1px dotted #e5e9ee;
}

a.button {
	position: absolute;
	top: 5px;
	display: block;
	width: 30px;
	height: 30px;
}

a:hover.button {
	background-position: 0 -30px;
}

a#btnlanguages {
	background-image: url('../images/buttons/languages.png');
	left: 160px;
}

a#btnhome { 
	background-image: url('../images/buttons/home.png');
	left: 80px;
}

a#btntheme {
	background-image: url('../images/buttons/theme.png');
	left: 120px;
}

img#logo {
	position: absolute;
	margin-left: 716px;
	margin-top: 24px;
	border: none;
}

#headerbottom {
	background-color: #122e52;
	height: 40px;
	width: 900px;
	margin-top: 168px;
	border-top: 1px dotted #e5e9ee;
	position: relative;
}

span#slogan {
	border-left: 1px dotted #e5e9ee; 
	font-family: georgia, "times new roman", times, serif;
	font-size: .9em;
	color: #90adc8;
	height: 50px;
	display: block;
	width: 680px;
	margin-left: 200px;
	text-align: right;
	padding: 13px 20px 0 0;
}

#middle {
	background-color: #e8f7f0;
	width: 900px;
}

#middle:after { content: ""; display: block; height: 0; clear: both; }

#menu {
	width: 200px;
	clear: both;
	float: left;
	min-height: 200px;
}

ul#menulist {
	width: 199px;
	list-style-type: none;
}

ul#menulist li {
	/* display: none; */
	margin-left: 0;
}

ul#menulist li a {
	border-bottom: 1px dotted #122e52;
	display: block;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .2em;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	color: #577491;
	width: 179px;
	height: 24px;
	font-variant: small-caps;
}

ul#menulist li a:hover,
ul#menulist li a.active {
	background-color: #9cb9d4;
	color: #fff;
	border-right: 1px dotted #122e52;
}

ul#menulist li a.active {
	background-position: right;
	background-repeat: no-repeat;
}

ul#menulist li a.lang {
	background-position: 160px 4px;
	background-repeat: no-repeat;
}

ul#menulist li a.de { background-image: url('../images/icons_24/german.png'); }
ul#menulist li a.en { background-image: url('../images/icons_24/english.png'); }

#main {
	border-left: 1px dotted #122e52;
	background-color: #fff;
	color: #000;
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	min-height: 240px;
	position: relative;
	width: 454px;
	padding: 10px 225px 10px 20px;
}

#wheatear_top {
	width: 120px;
	height:330px;
	position: absolute;
	right: 30px;
	bottom: -118px;
	background-image: url('../images/wheat_ear.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#main p,
#main ul,
#main dt,
#main dd,
#main table,
.maindata {
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: .8em;
}

.maindata {
	width: 140px;
	height: 250px;
	padding: 10px;
	text-align: right;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 20px;
}

.maindata hr {
	width: 120px;
	border: 0;
	height: 1px;
	background-color: #122e52;
	color: #683041;
	position: relative;
	left: 10px;
	margin-top: 1em;
	margin-bottom: .3em;
}

.maindata h3 {
	margin-bottom: 1em;
	margin-top: 2em;
	border-top: 2px solid #122e52;
	border-bottom: 1px solid #122e52;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.maindata h3.first {
	margin-top: 0 !important;
}

dl.specs dt {
	font-weight: bold;
	float: left;
	width: 100px;
	margin-top: 0;
	margin-bottom: 0 !important;
	clear: both;
}

dl.specs dd {
	float: left;
	width: 300px;
	margin-top: 0;
	margin-bottom: .3em !important;
}

dl.specs {
	margin-bottom: 2em !important;
	height: 60px;
}

form#frm_contact {
	margin-top: 2em;
}

td.left {
	text-align: right;
	vertical-align: top;
	padding-right: .4em;
	font-weight: bold;
}

form#frm_contact input,
form#frm_contact textarea {
	border: 1px solid #6a92ba;
	margin-bottom: 4px !important;		
}

form#frm_contact input:focus,
form#frm_contact textarea:focus {
	border: 1px solid #46698a;
	background-color: #c4e9c3;
}

#spacer {
	height: 100px;
}

#main h1,
#main h2,
#main h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: .6em;
	color: #4c759d;
}

#main h1 {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: .8em;
}

#main h2 {
	font-weight: bold;
	font-size: 1em;
	padding-top: 1.2em;
	padding-bottom: .6em;
}

#main h3 {
	font-size: 1em;
	padding-top: 1.2em;
	padding-bottom: .4em;
}

a {
	color: #4c759d;
}

a:hover {
	color: #82acd5;
}

div.frame {
	width: 250px;
	height: 260px;
	margin-bottom: 10px;	
}

div.left {
	float: left;
	margin-right: 10px;
}

div.right {
	float: right;
	margin-left: -70px;
	position: relative;
	left: 90px;
}

div.frame img {
	border: 2px solid #4c759d;
	padding: 0px;
	margin: 46px 0 0 12px;
	padding: 2px;
	width: 180px;
	height: 180px;
}

div.linespacer {
	background-image: url('../images/linespacer.png');
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	margin: 2em auto 2em auto !important;
	width: 90%;
}

#footer {
	background-color: #90adc8;
	clear: left;
	width: 900px;
	height: 300px;
}

#footerleft {
	width: 200px;
	border-right: 1px dotted #e5e9ee;
	float: left;
	height: 300px;
	position: relative;
}

#footerright {
	float: left;
	width: 454px;
	padding: 20px 225px 10px 20px;
}

#footerright span.info {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .8em;
	display: block;
	text-align: right;
	line-height: 1.6em;
}

.smallcaps {
	font-variant: small-caps;
}

ul.seealso {
	list-style-type: none;
}

ul.seealso li a {
	color: #c5ddf2;
	text-decoration: none;
}

ul.seealso li a:hover {
	color: #fff;
}