BODY {
	margin: 10px;
	padding: 0px;
	background: #ffffff url(../images/pbgr.jpg) no-repeat fixed center center;
                  color: #444444;
}


a.tagcloudlink:link, a.tagcloudlink:visited { 
text-decoration:none;
color: #ffffff;
 }
 
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: xx-small; }
a.level2 { font-size: small; }
a.level3 { font-size: medium; }
a.level4 { font-size: large; }
a.level5 { font-size: xx-large; }

.topic {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color:  !important;
	font-size : 12px;
	font-weight: normal !important;
	margin: 5px 0px 8px 0px !important;
}

.topic:hover {
	text-decoration: none !important;
	color: #121A57 !important;
}

.subtopic {
	display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: normal !important;
	border-bottom: 1px solid #121A57;
	margin-bottom: 5px !important;
}

.subtopic:hover {
	text-decoration: none !important;
	color: #121A57 !important;
}

form.search {
	margin: 20px 0px 20px 0px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 130px;
	border: 1px solid #121A57;
	
	
}

/* Menü */

#menubar
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 920px;
	height: 37px;
	background : url(../images/pmnb.gif) repeat top left;
	overflow: hidden;
}


a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	color: #000001;
	text-decoration: none;
	padding: 12px 10px 12px 10px;
	border-right: 1px  solid #FFFFFF;
	background : url(../images/pmnb.gif) repeat top left;
	}

.menu {
	
	background-color: ;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
	}


a.menuItem, a.menuItemActive {
        	color: #000001;
	background-color:;
	background : url(../images/pmnb.gif) repeat top left;
	display: block;
	padding: 8px 11px 8px 11px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px  solid #FFFFFF;
	
}
a.menuButtonActive, a.menuButton:hover {
background-color:#888888;
background : url(../images/pmnbsel.gif) repeat top left;

}
a.menuItem:hover, a.menuItemActive {
background-color: #888888;
background : url(../images/pmnbsel.gif) repeat top left;
}





#wrap {
	margin: 0 auto;
	width: 920px;
}

#content {
	float: left;
	width: 580px;
	padding: 30px ;
	border: 1px solid #dedede;
	background: #ffffff url(../images/pfgb.gif) repeat-x bottom left;
}

#logo 
{
	width : 918px;
	height: 300px;
	background : #121A57;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

#side {
	float: right;
	width: 250px;
	border: 1px solid #dedede;
	background-color: #ffffff;
}

#sidenav {
	width: 250px;
}

#sidenav h2 {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	background : #888888 url(../images/pfad.gif) repeat-x top left;
}

.space {
	width: 250px;
	height: 10px;
}

#sidenav a, #sidenav p {
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 0;
	color: #444444;
	text-decoration: none;
}

#sidenav a.sel {
	font-weight: bold;
}

#sidenav a:hover {
	color: #888888;
}

#sidebar {
	width: 210px;
	padding: 20px 20px 20px 20px;
}

#footer {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 920px;
    clear: both;
    text-align: center;
    background-color: #ffffff;
}

#footer a {
    color: #444444;
    text-decoration: none;
    padding-right: 10px;
}

#footer a:hover {
    color: #4F524C;
}

#footerbar {
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    width: 920px;
    clear: both;
    text-align: center;
    background : url(../images/pmnb.gif) no-repeat top left;
    overflow: hidden;
}

#footerbar a {
    color: #444444;
    text-decoration: none;
    padding-right: 10px;
}

#footerbar a:hover {
    color: #101068; 
}


form.search input {
	vertical-align : middle;
}

input.search {
	width: 180px;
	border: 1px solid #dedede;
}

#ts {
	margin-left: 10px;
}

#scrolltotop {
                      position: fixed; 
                      bottom: 10px; 
                      right: 10px;
                      cursor: pointer; 
                      z-index: 1000;
}
