* {
margin:0px;
padding:0px;
}

/* General Style Info */
body {
	background-color: #F9F9EF;
	color: #213960;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:center;
}
img {
	border:none;
}
p{
	margin-bottom:10px;
}
pre{
	text-align:left;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size:100%;
	font-weight: bold;
	margin-bottom:10px;
}
h2 {
	color: #99b27f;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	padding: 0.3em 0;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
a {
	background-color: inherit;
	color: #213960;
	text-decoration: underline;
}
a:hover {
	background-color: inherit;
	color: #213960;
}
a.hd {
	font-size: 11px;
	text-decoration: none;
}
a.hd:hover {
	background-color: inherit;
	text-decoration: underline;
}
a.date {
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.date:hover {
	background-color: inherit;
	text-decoration: underline;
}

a.date2 {
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.date2:hover {
	background-color: inherit;
	text-decoration: underline;
}



a.top {
	font-size: 11px;
	text-decoration: none;
}
a.top:hover {
	background-color: inherit;
	text-decoration: underline;
}
a.highlight {
	color:#b60f2b;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
a.highlight:hover {
	background-color: inherit;
	text-decoration: underline;
}
a.lnk {
	margin-left:10px;
	padding-left:15px;
	background: url(../../img/icons/pfeil_rechts.gif) no-repeat center left;
	font-size: 12px;
	color:#A0110D;
	text-decoration: none;
	font-weight:bold;
}
a.lnk:hover {
	background-color: inherit;
	text-decoration: underline;
}
a.lnk2 {
	font-size: 12px;
	color:#A0110D;
	text-decoration: none;
	font-weight:bold;
}
a.lnk2:hover {
	background-color: inherit;
}
a.bio  {
	margin-right:45px;
	padding-left:15px;
	background: url(../../img/icons/pfeil_rechts.gif) no-repeat center left;
	font-size: 11px;
	color: #213960;
	text-decoration: none;
	font-weight:bold;
}
a.bio:hover {
	background-color: inherit;
	/*text-decoration: underline;*/
	color:#990000;
}
.biosel  {
	margin-right:45px;
	padding-left:15px;
	background: url(../../img/icons/pfeil_rechts.gif) no-repeat center left;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
a.link1 {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
a.link1:hover {
	color: #333333;
	text-decoration: none;
}

li {
	margin-left:25px;
}
/* Layout */
#container {
	width:1015px;
	margin: auto;
	text-align:left;
}

#header{
	height:169px;
	background: url('../../img/franckh/background/oben.jpg');
}
#top{
	height:37px;
	background: url('../../img/franckh/background/navigation.jpg');
}
#main{
	background: url('../../img/franckh/background/main.jpg');
	padding-left:10px;
	padding-right:10px;
}
#navigationlong{
	width:285px;
	padding-left:20px;
	/*float:left;*/
}
#navigationshort{
	width:285px;
	height:107px;
	overflow:hidden;
	padding-left:20px;
	/*float:left;*/
}
#contentheader{
	margin-top:2px;
	width:500px;
	/*float:left;*/
}
#contentwide{
	padding-left:20px;
	padding-right:20px;
	/*float:left;*/
	width:765px;
	margin-bottom:20px;
}
#contentnarrow{
	/*float:left;*/
	width:480px;
}
#content_admin{
	width:750px;
	margin-left:30px;
	
}
#date{
	width:170px;
	position:relative;
	top:-50px;
	left:20px;
	color:#FFFFFF;
}
#footer {
	height:39px;
	background: url('../../img/franckh/background/unten.jpg');
}

/* LAYOUT STYLES*/
.leftspace{
	background: url('../../img/franckh/background/links.gif') repeat-y;
}

#navigation a{
	margin-bottom:10px;
}

/* Notices and Errors */
.error-message {
	color:#8B3838;
}

.error{
    background-color:#8B3838;
	color:#e5e5e5;
    height:15px;
    padding:3px;
	margin-left:30px;
	margin-bottom:20px;
    font-weight:bold;
}
.access{
    height:15px;
    background-color:#99b27f;
    padding:3px;
	margin-bottom:20px;
	margin-left:30px;
    font-weight:bold;
	color:#003300;
}

/* FORMS */

input{
	margin:2px;
	padding:2px;
}

textarea{
	margin:2px;
	padding:2px;
}