@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/hg.gif);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}

a {
	color:#F00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
}

h3, h2{
	font-weight:bold;
}

h2{
	font-size:12px;	
}

hr {
	border:0px;
	border-top:1px solid red;
}

#content_bg {
	background:url(../images/background.png) repeat-y;
	margin-top:-0px;
}

.round {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:3px 9px;
}

.red { background:red; color:#fff;}
.grey { background:#ececec; }

.content {
	padding:15px 9px;
	line-height:16px;
}

.content li {
	list-style-type:square;
	list-style-position:inside;
}

#topmenu {
	float:right;
	margin-top:-10px;
}

#topmenu li {
	float:left;
	margin:0 5px;
}

#topmenu li a{
	background:url(../images/button.gif) no-repeat;
	height:26px;
	width:110px;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-top:7px;
	text-decoration:none;
}

#topmenu li a:hover{
	background:url(../images/button_hover.gif) no-repeat;
}

#topbmenu {
	float:right;
	margin-top:-10px;
}

#topbmenu li {
	float:left;
	margin:0 5px;
}

#topbmenu li a{
	background:url(../images/ibutton.gif) no-repeat;
	height:26px;
	width:110px;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-top:7px;
	text-decoration:none;
}

#topbmenu li a:hover{
	background:url(../images/ibutton_hover.gif) no-repeat;
}

.textrot {
	background:#FFE4E1;
	padding:5px 10px;
	display:block;
	color:#990000;
	border: solid 1px #f00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:7px 0;
}

.textdark {
	background:#f7f7f7;
	padding:5px 10px;
	display:block;
	color:Black;
	border: solid 1px #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:7px 0;
}

.divBannerOverlay
{
	position: absolute;
	width: 357px;
	height:55px;
	overflow:hidden;
	vertical-align:top;
	text-align: left;
}
.divLeftAlign
{
	float: left;	
}

#bewerbung li
{
	padding-left: 5px;
	line-height: 20px;
	margin: 0;
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url(../picts/BulletPointArrow.gif);
}
