html {
	height: 100%;
}

body {
	text-align: center; 
	background: url('/media/signet.png'); 
	background-position: 50% 150px; 
	background-repeat: no-repeat; 
	font-size: 9.5pt; 
	font-family: sans-serif; 
	margin: 0px; 
	padding: 0px;
	height: 99%;
}

td {
	font-size: 9.5pt; 
	font-family: sans-serif; 
}

#toolsbox {
	height: 30px; 
	width: 100%; 
	left: 0px; 
	top: 0px; 
	position: absolute; 
	background: #ff1100; 
	color: #fff; 
	border-bottom: 2px solid #880000; 
	z-index: 500; 
	vertical-align: middle;
}

#toolsbox .tool {
	width: 28px;
	height: 28px;
	margin-top: 1px;
	margin-right: 5px;
	float:right;
}

#toolsbox .info {
	float:left;
	margin-top:8px;
	padding-left:5px;
}

#toolsbox .info a:link, #toolsbox .info a:active, #toolsbox .info a:visited {
	color: white;
	
}

#topcontainer {
	width: 906px; 
	margin: 0px auto; 
	text-align: center; 
	border-left: 2px solid #880000; 
	border-right: 2px solid #880000; 
	background: #ff1100; 
	border-bottom: 2px solid #880000;
}

#topinnercontainer {
	position: relative;
}

.logo {
	margin:0px; 
	padding: 0px;
}

#container {
	width: 900px; 
	margin: 0px auto; 
	text-align: left; 
}

#menucontainer {
	float: left; 
	width: 200px;
}

.block {
	margin-bottom: 5px; 
	background: #ffdede;
}

.blocktitle {
	 border: 1px solid #800; 
	 background: #f10; 
	 color: #fff; 
	 text-align: center; 
	 font-weight: bold;
}

.blockcontent {
	position: relative; 
	left: 5px;
	list-style-image: url('images/indent1.png');
}

.blockcontent a:link, .blockcontent a:visited, .blockcontent a:active {
	color: #000;
	text-decoration: none;
}

.blockcontent img {
	border: 0px;
}

#content {
	width: 688px; 
	float: right; 
	border-left: 2px solid #800; 
	padding-left: 5px;
}

#content a:link, #content a:active, #content a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #444;
	font-style: italic;
}

.hidden {
	visibility: hidden;
}

.einsatzdetail {
	visibility:hidden;
	position:absolute;
	display:none;
	z-index:35;
	width: 400px;
	border: 1px solid #800;
	background: #ffdede;
	left: 0px;
}

.fakeabs {
	position: relative;
}

.post {
	margin-bottom: 30px;
}

#respond {
	margin-top: 30px;
}

.comment {
  min-height: 100px;
  border: 1px solid #ddd;
  margin-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.comment .author {
  font-weight: bold;
  font-size: 1.2em;
}

.comment .authortext {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.comment .gravatar {
  width: 60px;
  height: 60px;
  float: left;
}

.trackback, .tweetback {
  color: gray;
}

.admincomment {
  border: 1px solid #ff1100;
  border-left: 5px solid #ff1100;
}

.altcomment {
  background: #eeeeee;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.ngg-albumoverview, .ngg-galleryoverview {
	clear:none !important;
	width:99% !important;
}
