html, body
{
	font-family:'Bitstream Vera Sans';
	font-weight:bold;
	margin:0px;
	background-color:#fff;
	height:100%;
}

/**************************************************************/

#fullheight
{
	margin:0px auto;
	text-align:left;
	position:relative;
	width:774px;
	height:100%;
	border-left:186px solid #1919A0;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:0px 137px;
}

#centeredpage
{
	position:absolute;
	left:-186px;
}

#welcome
{
	height:107px;
	background:#1919A0;
	margin-right:88px;
	padding-top:10px;
	color:white;
	text-align:center;
}

#titlebar
{
	height:23px;
	padding-top:2px;
	padding-left:240px;
	background-color:#CCC;
	color:black;
	margin-right:88px;
	font-size:large;
	letter-spacing:1px;
}

#logorahmen
{
	float:left;
	border-bottom:25px solid #CCC;
	margin-right:-3px;
}

#logo
{
	border:3px solid #1919A0;
	margin-bottom:-4px;
}

#rightend
{
	float:right;
}

/**************************************************************/

#menubar
{
	font-weight:normal;
	font-family:'Lucida Sans Unicode';
	position: absolute;
	width:180px;
	margin-top:20px;
	padding-left:3px;
	padding-right:3px;
}

img.small
{
	border:1px;
	border-color:#000;
	margin:-10px 5px 15px 15px;
}

/**************************************************************/

a:link, a:active, a:visited, a:hover
{
	color:blue;
}
a.menu:link, a.menu:visited
{
	background-color:#CCC;
	color:#1919A0;
}
a.highlight:link, a.highlight:visited
{
	border-bottom-color:white;
	border-top-color:white;
	background-color:#AAA;
}

a.menu
{
	display:block;
	padding:3px;
	padding-left:15px;
	margin-top:5px;
	text-decoration:none;
	border-top:3px solid #1919A0;
	border-bottom:3px solid #1919A0;
}

a.submenu
{
	background-color:#CCC;
	color:#1919A0;
	display:block;
	margin-top:3px;
	margin-left:10px;
	padding:3px;
	padding-left:10px;
	text-decoration:none;
	border-top:2px solid #1919A0;
	border-bottom:2px solid #1919A0;
	font-size:75%;
}

/**************************************************************/

#content
{
	width:694px;
	padding:40px;
	border-left:186px solid #1919A0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

h1
{
	font-size:x-large;
	font-weight:normal;
	text-decoration: underline;
}

h2
{
	font-size:large;
}

.centered
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.indented
{
	padding-left:25px
}

