/* css from http://www.agentur2728.de */

/* global css styles */
body{
	overflow:scroll;
	margin: 0px;
	background-color:#CCC;
	color: #22642a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
hr {
	height: 0px;
	border: 1px solid #ff6600;
}

a:link{
	color: #ff6600;
	text-decoration:none;
	border-color: #FFF;
}
a:visited{color: #ff6600; text-decoration:none;}
a:hover{color: #ff3300; text-decoration:none;}
a:active{color: #ff3300; text-decoration:none;}

/* menu style */
.menu{
	margin-top:98px;
	margin-left:7px;
	line-height:2.4em;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

/* layer style */
#home{
	position:absolute;
	width:350px;
	height:60px;
	left:0;
	top:0;
}

#corpus
{
	position:absolute;
	left: 50%;
	margin-left:-350px;
	background-color: #FFF;
}
#main{
	position:absolute;
	width:580px;
	height:655px;
	left:190px;
	top:160px;
}

/* text styles */
.txthead {
	font-size: 18px;
	font-weight: bold;
}
.txtsub {
	font-size: 15px;
	font-weight: bold;
}
.txtbold {
	font-weight: bold;
}
.txtmini {
	font-size: 10px;
	font-style: normal;
}
/* border, button. graphics */
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #ff6600;
}
.button {
	border-width: 1px;
	border-style: solid;
	border-color: #ff6600;
	color: #ff6600;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.grafik {
	padding-right: 25px;
	padding-bottom: 15px;
}
.grafik_border {
	margin-right: 25px;
	margin-bottom: 15px;
	border:#ff6600 1px solid;
}

