@charset "utf-8";

body {
		background-color: #333333; 
		margin:0px;
		font-family: Verdana;
		border:0px;
		font-size:13px;
	 }
	 
html { height: 100%; margin-bottom: 1px; } 

	

/*****************************************************
*** Klasse um alles mögliche zu zentrieren 
*****************************************************/

.center {width: 1024px; position:absolute; left: 50%; margin-left:-512px}



/*****************************************************
*** Kopdatei mit Bid und Navigation Auflösung 1024x768
******************************************************/

.kopf	{background-image:url(../bilder/kopf.gif); height:266px; background-repeat:no-repeat; width:1024px}


/*****************************************************
*** allgemeines verhalten der hyperlinks
*****************************************************/

a:link {color:#FFFFFF; text-decoration:none}

a:visited {color:#FFFFFF; text-decoration:none}

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

a:active {color:#FFFFFF; text-decoration:none}

a:focus {color:#FFFFFF; text-decoration:none}



/*****************************************************
*** Inhalt / Content
*****************************************************/

.inhalt {background-color:#FFFFFF; padding: 10px}




/***************************************************** 
*** Überschrift H1+H3 definition 
*****************************************************/

h1 {font-size: 16px; font-weight: bold;}
h3 {text-decoration:underline}

h2{	font-family:Verdana;
	font-size: 11px;
	color:#cccc99}
/*****************************************************
*** Seitenende bzw. Footer
*****************************************************/

.fuss {background-color: #CCCCCC; height: 80px}


/*****************************************************
*** Tabelle für Inhalt 
*****************************************************/

.tabelle {width:1000px}



/*****************************************************
*** Tabellenseite links und rechts 
*****************************************************/

.ihlinks {width:400px; vertical-align: top}
.ihrechts {width:600px; vertical-align:top}



/*****************************************************
*** Bilderabstand alle Seiten 
*****************************************************/

.bildab {padding-left:40px; padding-top:10px}



/*****************************************************
*** formatierung beim anzeigen der beitr�ge
*** bei admin.php und gbook.php
*****************************************************/

/* navibutton */

.navibutton {
	border: 1px solid #FFFFFF;
	margin:2px;
	padding:2px;
	text-decoration:none;
	background-color:#c6c6c6;
}


/* tabellenrahmen */

.rahmen  {
	width:550px;
	border:1px solid #8f0d0b;
	padding:4px;
	margin:4px;
}

/* anzeige oben links im tabellenrahmen */

.ol	{
	background-color:#ffa718;
	padding:4px;
	font-size:10px;
	border:0px;
}

/* anzeige oben rechts im tabellenrahmen */

.or {
	background-color:#ffa718;
	height:20px;
	text-align:right
}

/* anzeige des beitrags */

.btrg {
	
	background-color:#FFFFFF;
	padding:4px;
	font-size:10px;
	border:0px;
}

/* anzeige des kommentars */

.kmnt	{
	background-color:#c6c6c6;
	padding:4px;
	border:0px;
	font-size:10px;
}

/*****************************************************
*** formatierung der formularfelder und textarea
*****************************************************/

textarea {
	border:1px solid #c6c6c6;
	font-family:Verdana;
    font-size:10px;
}


input {
	border:1px solid #c6c6c6;
	font-family:Verdana;
    font-size:10px;
}

/*****************************************************
*** kleine schriftart bem weiterleitungstext
*****************************************************/

.klein { font-size: 9px;
         font-family:Verdana;
}

/*****************************************************
*** Slimbox
*****************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../bilder/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../bilder/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../bilder/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

