/* GLOBAL */
* {
margin: 0;
padding: 0;
}

a img {
border: 0;
}

#content ul, #content ol, #boxcol ul, #boxcol ol {
margin: 1em 0 1em 2em;
}

/* TAGS */
body {
background-color: #fff;
font: 70%/180% "trebuchet ms", arial, sans-serif;
color: #000;
text-align:center;
line-height: 1.6em;
}

input, textarea { 
font-size: 1.1em;
font-family:arial, sans-serif;
}

h1 {
font-size: 2em;
font-weight: normal;
color: #000;
margin-bottom: 1em;
line-height: 1.2em;
}

h2 {
font-size: 1.4em;
color: #444;
line-height: 1.4em;
margin-top: 1em;
}

h3 {
font-size: 1.2em;
color: #444;
}

a { 
color: #e70000;
}
a:hover { 
color: #444;
}

.tier a { 
color: #8BAC20;
}
.tier a:hover { 
color: #8BAC20;
}

q {
font-family: georgia;
font-style: italic;
color: #444;
font-size: 1.1em;
line-height: 1.6em;
text-align:left;
margin: 1em 0.5em;
}

/* AREAS */
#container {
margin: 0px auto;
width: 780px;
text-align:left;
}

#header {
background-image: url(../pict/header_way_schmal.jpg);
height: 150px;
margin-top: 20px;
}

.tier #header {
background-image: url(../pict/header_horse_schmal.jpg);
height: 150px;
margin-top: 20px;
}

#logo {
position:relative;
top: 15px;
left: 15px;
}

#claim {
position:relative;
top: 25px;
left: 15px;
}

#contentwrapper {
margin-top: 30px;
padding: 15px;
clear:both;
height:auto;
min-height: 350px;
}

*html #contentwrapper {
height: 350px;
}

#nav {
width: 175px;
float:left;
}

#switchbutton {
margin-top: 50px;
}

#content {
width: 340px;
margin: 0 200px;
}

#content p {
margin: 0.8em 0;
text-align:justify;
}

#imgcol {
width: 160px;
float:right;
}

#imgcol p {
margin: 1em 0;
}

#imgcol .framed {
padding: 4px; 
border: 1px solid #e8e8e8;
}

#footer {
clear:both;
color: #ccc;
text-align:right;
padding: 20px 0 10px 0;
font-family: georgia, "trebuchet ms", arial;
font-style:italic;
}

#footer a {
color: #ccc;
}

#footer a:hover {
color: #e70000;
}

/* NAVIGATION */
ul.mainmenu {
margin: 0;
padding: 0;
list-style:none;
}

ul.mainmenu li.nav {
font-size: 1.2em;
line-height: 2.2em;
}

ul.mainmenu li a {
text-decoration:none;
display:block;
width: 160px;
border-bottom: 1px solid #e8e8e8;
letter-spacing: 1px;
}

ul.submenu {
margin: 0 0 0 20px;
padding: 0;
list-style:none;
font-size: 1em;
line-height: 2em;
}

ul.submenu li.subnav {
font-size: 0.8em;
line-height: 2em;
}


ul.submenu li a {
text-decoration:none;
display:block;
width: 140px;
border-bottom: 1px solid #e8e8e8;
}


/* FORMULAR */

.formular {
	margin:0;
	padding:0px;
	font-size: 11px;
}


.formular fieldset {
	border: 1px solid #e70000;
	margin-top: 10px;
	padding: 5px;
	}
	
.tier .formular fieldset {
	border: 1px solid #8BAC20;
	margin-top: 10px;
	padding: 5px;
	}
	
legend {
	vertical-align:middle;
	margin:5px;
	color: #e70000;
	}
	
.tier legend {
	vertical-align:middle;
	margin:5px;
	color: #8BAC20;
	}
	
.formular input[type=text], textarea {
	font-size:11px;
	width: 150px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #e8e8e8;
	}
	
.formular select {
	font-size:11px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #e8e8e8;
	}
	
.tier .formular input[type=text], textarea {
	font-size:11px;
	width: 150px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #8BAC20;
	}
	
.tier .formular select {
	font-size:11px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #8BAC20;
	}
	
.formular input[type=radio] {
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
	}
	

.formular label.left	{
	float:left;
	width:100px;
	margin-right:10px;
	text-align:right;
}


.formular form p	{
	margin:0 0 10px 0;
	line-height:150%;	
	font-size:11px;
	clear:left;
}


.formular input[type=submit] {
	width:auto;
}

.submitbutton {
	margin: 5px 5px 5px 120px;
	}

#note1 {
	margin: 5px 5px 5px 120px;
	}

