/* global */
* {
	font-family: Arial;
}

img {
	border: 0em;
}

a:link,a:visited {
	color: #F68711
}

a:hover {
	color: gray;
}

/* ROOT */
html,body {
	margin: 0em;
	padding: 0em;
	border: 0em;
}

body {
	background-image: url(images/back.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
}

#outer {
	width: 90%;
	min-width:40em;
	max-width:60em;
	margin: 0 auto;
	padding: 0em;
}

/* HEADER */
#header {
	background-image: url(images/logo.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0;
}

#quicksearch {
	float: right;
	font-size: 0.8em;
	text-align: right;
	position: relative;
	top: 90px;
	white-space: nowrap;
}

#quicksearchtext {
	width: 10em;
	color: gray;
}

#quicksearchbutton {
	width: 3em;
}

.navigation {
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 80px;
	padding-bottom: 10px;
	margin: 0em;
	height: 2em;
	line-height: 2em;
}

.navigation li {
	float: left;
	background: #F68711;
	list-style-type: none;
	border-right: 1px solid white;
	white-space: nowrap;
}

.navigation a,.navigation a:visited {
	display: block;
	padding: 0 0.9em;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
}

.navigation .selected {
	font-weight: normal;
}

.navigation .selected,.navigation a:hover {
	background: #C0C0C0;
	color: white;
	text-decoration: none;
}

/* CONTET BODY */
#content {
	min-height: 20em;
	padding: 0em 0.5em;
	border: 1px dotted gray;
	font-size: 0.9em;
}

#breadcrumbs {
	padding: 0.5em 0em;
	font-size: 0.9em;
	color: gray;
}

#pagetitle {
	font-size: 1.5em;
}

div.mailform {
	text-align: left;
	padding: 0em;
}

/* MAILFORM */
.mailform {
	width:40em;	
}

#mcmf_nachricht {
	height: 5em;
}

/* FOOTER */
#footer {
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
	color: gray;
	height: 1em;;
	font-size: 0.8em;;
	text-align: center;
}
