body {
	background-color: #D10000;
	font-family: cursive, Arial, sans-serif;
	color:white;
	font-size:medium;
	margin:0px;
}
  
div.banner {
	width: *;
	height: 130px;
	min-height: 130px;
	font-weight: bolder;
	font-size: large;
	text-align: center;
	background-image:url(img/bg_top.gif);
	background-color:black;
	background-repeat:no-repeat;
}

div.menu {
	width: 130px;
	font-weight: bold;
	font-size: medium;
	padding: 0px;
	margin-top: 0px;
	margin-bottom. 5px;
	float: left;
	background-color: black;
	background-image: url(img/bg_menu.gif);
	background-repeat:no-repeat;
}

div.content {
	width: *;
	height: *;
	min-height: 400px;
	min-width: 600px;
	font-weight: none;
	margin-left: 140px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 10px;
	background-color: black;
	border:1px solid #919191;
}

div.bottom {
	clear:both;
	width: *;
	height: 15px;
	font-weight: bolder;
	font-size: x-small;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	background-color: black;
	border:1px solid #D10000;
}

div.gbuch {
	width:400px;
	min-width:400px;
	margin-left:auto;
	margin-right:auto;
}

.randompic {
	background-color:white;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:5px;
	text-align:center;
	border:2px solid black;
	color:black;
}

div.randompic img {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.Datum {
    padding: 2px;
    margin-right: 20px;
    float: left;
    white-space: nowrap;
    text-align:left;
    color:white;
}
.Titel {
    padding: 2px;
    border: 1px solid #919191;
    text-align:left;
    color:white;
}
.Inhalt {
    padding: 2px;
    border-top: 1px solid darkgray;
    background-color: #919191;
    text-align:left;
    color:black;
}

.eintrag {
		width:550px;
    border: 0px solid black;
    background-color:black;
    margin-bottom: 10px;
    margin:auto;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}

span.fat {
		font-weight:bold;
}

a.projekte {
	display:block;
	color:red;
	text-decoration:none;
}

a.projekte:hover{
	text-decoration:underline;
	color:#61B0FF;
}
a.anfragen {
	color:#FFFFFF;
	}
a.anfragen:hover{
	color:#FFFFFF;
	}	

a.menu {
	display:block;
	color:#000;
	width:130px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	padding-top:1px;
	padding-bottom:0px;
	border:0px;
	background-color:#D10000;	
	cursor:hand;
}

a.menu:hover {
	display:block;
	color:grey;
	background-image:url(img/test1.gif);
}

a.links {
	display:block;
	color:red;
	text-decoration:none;
}

span.zentriert {
	text-align:center;
}

img {
	margin:10px;
}

img.left {
	border: 0px;
	float: left;
}

img.right {
	border: 0px;
	float: right;
}


/* LIGHTBOX */
#lightbox{
	background-color:#3366FF;
	padding: 5px;
	border: 2px solid black;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ 
	border: none;
	}
	
/* TOOLTIPP */
.ToolTipTitel {
 color: black;
 font-family: arial, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 text-align:center;
}

.ToolTipInhalt {
 color: black;
 font-family: arial, sans-serif;
 font-size: 10pt;
 text-align:center;
}

#ToolTip {
 position:absolute;
 width: 100px;
 top:100px;
 left:100px;
 z-index: 4;
 visibility: hidden;
}	
