/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
	background-color: #fff;
        text-align: left;	
}

#holder {
	background: #fff;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	font-family: Arial,Helvetica;
	font-size:11px;
	color:#333366;
}

a 
{
	text-decoration:none;
	color:#be1e2d;
}


form {
	margin:0px;
	padding:0px;
}

input 
{
	font-family: Arial,Helvetica;
	font-size:11px;
}

textarea
{
	font-family: Arial,Helvetica;
	font-size:11px;
}

img
{
	border:0;
}

.inline img 
{
	flow:left;
	margin-right:10px;
}


.topmenu
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
}
.bar
{
	height: 20px;
	width: 100%;
	clear: both;
}
#footer
{
	margin: 0.5em;
}
#container
{
	background-color: #EFEFF6;
	margin: 10px;
}
#main
{
	background-color: White;
	border-right: #929292 1px solid;
	border-top: #929292 1px solid;
	border-left: #929292 1px solid;
	border-bottom: #929292 1px solid;
	width: 765px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	margin-top:10px;
	background-position:bottom;
	background-repeat:repeat-x;
}
#logo
{
	margin-left: 15px;
	background-position: center;
	background-repeat: no-repeat;
	width: 89px;
	height: 154px;
	display: block;
	border-left: white 5px solid;
	border-right: white 5px solid;
}
#motto
{
	margin-top:5px;
	margin-left:145px;
}
#searchbox
{
	margin-right:15px;	
}
#navholder
{
	padding-bottom:20px;
}

#navlist
{
	list-style: none;
	margin: 0px;
	margin-left:142px;
	padding: 0px;
	height:25px;
}
#navlist li
{
	position:relative;
	background-repeat: no-repeat;
	width: 117px;
	height: 24px;
	margin-left: 5px;
	float:left;
}
#navlist li.selected
{
	height:25px;
}

#navlist a
{
	text-decoration: none;
	color: White;
	margin-top:5px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	display:block;
}

#content
{
	min-height: 300px;
	margin: 0px 12px 10px 5px;
}

.textbox
{
	margin-left: 15px;
	padding: 0px;
	vertical-align: top;
	margin-top: 15px;
}

.textbox .headtext 
{
	font-size:14px;
	color:Black;
}

.textbox a 
{
	text-decoration:none;
	color:#be1e2d;
}

.dialog {
	position:relative;
	margin:12px 0px;
	margin-bottom:0px;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:20px; /* default, width of left corner */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background:transparent url(akh/shadowborder.png) no-repeat top right;
	_background-image:url(dialog2-blue.gif);
	text-color:#000000;
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
	color:Black;
}

.dialog .t {
 /* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.dialog .b {
 /* bottom */
	position:relative;
	width:100%;
}

.dialog .b,
.dialog .b div {
	height:12px; /* height of bottom cap/shade */
	font-size:1px;
}

.dialog .b {
	background-position:bottom right;
}

.dialog .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
	position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h2
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 1em 0.5em 0.0em 0.5em;
	color: Black;
}
.dialog h3
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 1em 0.5em 0.0em 0.5em;
	color: Black;
}
.dialog h1
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 1em 0.5em 0.0em 0.5em;
}
.dialog p
{
	color: Black;
	padding-left:0.5em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	margin:0px;
}

.dialog form {
	margin:0px;
	padding:0px;
}

.dialog img.Bild1 {
	margin-right:5px;
}

.box
{
	position:relative;
	margin: 12px 0px 0px 10px;
	min-width:8em;
	z-index:1;
        color:Black;
	background:transparent url(akh/shadowborder-top.png) repeat-x top left;
}

.box .tl 
{
	background:transparent url(akh/shadowborder-topleft.png) no-repeat top left;
}

.box .tr
{
	background:transparent url(akh/shadowborder-topright.png) no-repeat top right;
}

.box .bl
{
	background:transparent url(akh/shadowborder-bottomleft.png) no-repeat bottom left;
}

.box .br
{
	background:transparent url(akh/shadowborder-bottomright.png) no-repeat bottom right;
}

.box .l
{
	background:transparent url(akh/shadowborder-left.png) repeat-y left top;	
}

.box .r
{
	background:transparent url(akh/shadowborder-right.png) repeat-y right top;	
}

.box .b
{
	background:transparent url(akh/shadowborder-bottom.png) repeat-x bottom left;
}

.box .content 
{
	margin:0px;
	position:relative;
	zoom:1;
	padding: 14px;
}

.box p
{
	padding:0.5em;
	margin:0px;
}

.box h1, .box h2, .box h3
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0em 0.5em 0.0em 0.5em;
}

.box h3 
{
	padding-top:1em;
}

#submenu
{
	list-style: none;
	margin:4px 0px 0px 0px;
	padding:4px 0px;
}

#submenu li 
{
	padding:2px;
	color:#000000;	
	margin-top:4px;
	background-image: url(akh/black-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}

#submenu li.selected
{
	background: url(akh/white-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}

#submenu a 
{
	margin-top:5px;
	color:black;
	margin:0px;
	padding:4px:
}

#submenu a.selected 
{
	color:#FFFFFF;
}

p.newsDate 
{
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0px;
}

p.newsTitle
{
	padding-left:0.5em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-top:0px;
}

.newsdivider
{
	margin:0px;
	border-bottom: 1px dotted #929292;
}

/* EDITOR PROPERTIES */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #be1e2d;
	line-height: 1.4em;
        margin-bottom:1em
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:Black;
	line-height: 1.4em;
}

h3 {
font-size:11px;
font-weight:bold;
line-height:1em;
padding-bottom:0px;
margin-bottom:0px;
color:Black;
}

Bild1 {
flow:left;
margin-right:5px;
}

