body {
	font-family : Verdana;
	font-size	: 0.8em;
	color		: #764417;
	text-align	: center;
	margin		: 15px;
}

/* Farben
 beige : #FFEFD0
 braun : #764417
*/

td {
	font-family : Verdana;
	font-size	: 0.8em;
	color		: #764417;
	vertical-align : top;
}
#menu_firefox { padding-top:8px; }
* html #menu_firefox { padding-top:0px; }

div {
	text-align : left
}
div#main {
	width		: 702px;
	padding		: 15px 0px 15px 20px;
	margin		: 25px 0 0 235px;
	border-right: 2px solid #FFEFD0; 
}
* html div#main {
	width	: 722px;
	padding	: 15px 10px;
	margin	: 0 0 0 235px;
}

h1 {
	font-size 	: 1.2em;
	color		: #764417;
}
h2 {
	font-size 	: 1.1em;
	color		: #764417;
}

a {
	color : #764417;
	font-weight : bold;
}

a.menu {
	font-size	: 12px;
	text-decoration : none;
	height		: 31px;
	margin-left : -4px;
	padding		: 8px 8px 11px 8px;
}
a.menu:hover {
	background : url(/images/menu_on.gif) repeat-x;
	color : #FFEFD0;
}

a.link {
	padding-left : 11px;
	background	 : url(/images/pfeil.gif) no-repeat;
}

img {
	border : none;
}
img.float {
	float		: right;
	margin-right: -3px;
}
* html img.float {
	margin-right: -7px;
}

ul {
	margin-left : -1.6em;
}
* html ul {
	margin-left : 1.3em;
}

textarea, input {
	font-family : Verdana;
	color		: #764417;
	border		: 1px solid #764417;
	background	: #FFFFFF;
	margin		: 1px 0;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}

.kooperationen {
	float		: left;
	font-size	: 16px;
	text-decoration : none;
	height		: 31px;
	margin-left : -4px;
	color		: #FF0000;
	padding		: 6px 8px 0px 8px;	
}
.kooperationen:hover {
	background	: #FF0000;
	color		: #000000;
}
