html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial,sans;
	background: #1A386E;
	font-size:10px;
}

#wrap {
	margin:0 auto;
	padding:0;
	width: 790px;
}

a, a:link {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #1A386E;
	text-decoration: none;
}

.clear {
	clear: both;
}



#header {
	height: 161px;
	width: 790px;
	background: url(/pubfiles/header.jpg) no-repeat top left;
	margin:0;
	padding:0;
	
}

#logo {
	position: relative;
	float:left;
	padding:0;
	margin: 0 0px 0 0px;
	width:230px;
	height:161px;
	border:0;
	
}

/* navigation */
#meta {
	float: right;
	height: 100px;
	width: 530px;
	margin:0;
	margin-right: 15px;
	color: #ccc;
	text-align: right;
}
#meta a, #meta a:hover, #meta a:visited {
	color: #ccc;
	font-size: 10px;
	text-decoration:none;
}

#navbox {
	float: right;
	padding: 0;
	margin: 0;
	
	height: 30px;
	width: 520px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav {
	width:450px;
	height:27px;
	margin:4px 0 0 0px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#nav a {
	display: block;
	width: 10em;
}

#nav a#item13 {
	display: block;
	text-indent: -999em;
	width: 112px;
	height:27px;
	background: url('/pubfiles/nav_wir_suchen_dich.gif') no-repeat top left;
}
#nav a#item13:hover {
	background: url('/pubfiles/nav_wir_suchen_dich_f2.gif') no-repeat top left;
}

#nav a#item14 {
	display: block;
	text-indent: -999em;
	width: 112px;
	height:27px;
	background: url('/pubfiles/nav_arbeiten_bei_uns.gif') no-repeat top left;
}
#nav a#item14:hover {
	background: url('/pubfiles/nav_arbeiten_bei_uns_f2.gif') no-repeat top left;
}

#nav a#item15 {
	display: block;
	text-indent: -999em;
	width: 112px;
	height:27px;
	background: url('/pubfiles/nav_wer_wir_sind.gif') no-repeat top left;
}
#nav a#item15:hover {
	background: url('/pubfiles/nav_wer_wir_sind_f2.gif') no-repeat top left;
}
#nav a#item16 {
	display: block;
	text-indent: -999em;
	width: 112px;
	height:27px;
	background: url('/pubfiles/nav_sprich_uns_an.gif') no-repeat top left;
}
#nav a#item16:hover {
	background: url('/pubfiles/nav_sprich_uns_an_f2.gif') no-repeat top left;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffcc37;
	margin-top:0px;
	border:1px solid #fff;
	border-top:2px solid #fff;
	width: 170px;
	height: 155px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	z-index: 199;
}

#nav li ul.root14 {
	background: url('/pubfiles/bg_nav_idcard.jpg') no-repeat #ffcc37;
}

#nav li ul.root15 {
	background: url('/pubfiles/bg_nav_filmrolle.jpg') no-repeat #ffcc37;
}

#nav li ul.root16 {
	background: url('/pubfiles/bg_nav_start.jpg') no-repeat #ffcc37;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	display: block;
	margin:0px;
	border-bottom: 1px solid #fff;
	width: 170px;
}

#nav li ul li a {
	display: block;
	height:14px;
	margin:6px;
	text-decoration: none;
	width: 158px;
	color:#1d3176;
}
#nav li ul li a:hover {
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* navigation top*/
#nav ul li a#item13 {
	height:21px;
	background: url(pubfiles/bt_wirsuchen.gif) #fff;
}

/* end navigation */


#main {
	min-height:430px;
	background: url(/pubfiles/content_bg.jpg) repeat-y top center;
	padding:10px 35px 30px 45px;
	margin:0;
}

*html #main {
	height:430px;
}

#content {
	float:left;
	width: 490px;
	font-size: 10px;
	background: #fff;
	color: #333;
	line-height: 14px;	
}

.mainpage {
	width: 520px;
}

#content a:link  {
	color: #333;
	text-decoration: underline;
}

#content a.elink {
	display:block;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	margin:2px 0 0 0;
}

#content a.elink:hover {
	color: #1A386E;
	font-weight: bold;
	text-decoration: underline;
}

#content a.mehrbutton {
	display: block;
	text-indent: -999em;
	background: url(/pubfiles/btn_mehr.gif) no-repeat;
	width: 100px;
	height: 20px;
	margin-top:10px;
}
#content a.mehrbutton:hover {
background: url(/pubfiles/btn_mehr_hover.gif) no-repeat;
}

#content h1 {
line-height: 25px;	
}

#content h2 {
line-height: 20px;	
}

h3 {

line-height:11px;	
}

#content .imgfloat {
	padding: 4px;
	border: 1px solid #666;
	margin-top:4px;
}

#rightbox {
	float:right;
	width: 202px;
	height: 100px;
	background:#fff;
}

#rightbox .itemright {
	width:202px;
	height:110px;
	margin-top:5px;
	border:1px solid #fff;
}
#rightbox .itemtext {
	width:125px;
	height:60px;
	margin:40px 0 0 0;
	font-size: 10px;
}

#rightbox .itemtext span{
	display:block;
	margin:0 0 0 19px;
}
#rightbox .itemlink {
	background: url(/pubfiles/itemright/mehr_f2.gif) no-repeat #fff;
}

#rightbox .itemlink a {
	display:block;
	width:202px;
	height:25px;
	background: url(/pubfiles/itemright/mehr.gif) no-repeat #fff;
	color: #fff;
	text-align:right;
}

#rightbox .itemlink a:hover {
background: url(/pubfiles/itemright/mehr_f2.gif) no-repeat #fff;
}

#footer {
	margin: 0 14px 0 14px;
	padding: 6px 26px;
	background:#e5e5e5;
	font-size: 10px;
	color: #999;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited 
{
	color: #999;
}

.itemspongebob {
	position: absolute;
	border:0;
	padding:0;
	z-index: 99;
	width: 82px;
	height: 120px;
	margin: 50px 0 0 110px;
	background: url(/pubfiles/spongebob02.gif) no-repeat;
}

.error {
	color: red;
}
