@charset "utf-8";

/* ==================================
    1. Kalibrierung und Restauration
   ================================== */
   
/* Reset - alle elemente auf null setzten*/ 
* { 
	padding:0;
	margin:0;
}

html {
	height: 101%; 
}
body {
	
	background: #9fb1bf url(hindergrunde/verlauf.jpg) bottom repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;/*Schriftgrösse*/
	font-weight:normal;
	color: black;
}
#umwrapper {
	width:960px;
	background:#BEBEBE;
	margin: 10px auto;
	min-height:700px;
	padding: 12px 0;
	border: 2px solid #fff;
	border-radius: 5px;
}
div#wrapper {
	background-color: #2BAA9C;
	width: 936px; /* breite des inhaltsbereich*/
	margin: 0px auto;
}
.ueberschrift {
	display:inline-block;
	position:relative;
	top: -12px;
	color:#fff;
}
.logo {
	color:#fff;
}
/* =========Kopf=======================*/
   
#kopf {
	padding: 20px 20px 0px 20px;
}
#kopf img {
	float:right;
}
#kopf h2 {
	color:#cd4655;
	text-shadow: #ffd1d6 2px 2px 3px;
	text-decoration:underline;
	margin-top:26px;
}
/*========== NAVI ====================*/

#navi {
	padding: 0px 20px 10px 20px;
	clear:both;
	text-align:center;
}
#navi ul {
	/*border: #fff 1px solid;*/
	padding: 5px 0;
	margin: 5px 0;
}
#navi li {
	display: inline; /* vorher inline-block aber dann geht das nicht beim IE */
	margin: 0 5px;
}
#navi a {
	font-family:Geneva, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding: 2px 5px;
}
#navi #aktuell{
	border: #fff solid 1px;
	padding: 2px 5px;
	border-radius: 3px;
}

/*======== fotobox ===================*/

#fotobox{
	/*border: 1px solid #8d0205;
	background-color:#ffd1d6;
	padding:1px;*/
	margin: 0 auto;
	width:896px;
}

/*#fotobox a {
	margin:2px 2px;
	display:inline-block;	
}
*/
a img { 
	border: none; /* wegen 'IE' */
}

/*======= Hoverbox Code ==================*/

.hoverbox
{
	cursor:pointer;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
	width: 110px;
	height: 110px;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	background: #D5DEEF;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #D5DEEF;
	border-width: 2px;
	padding: 3px;
	width: 120px;
	height: 120px;
}

/*======= Gästebuch =================*/	

#gaestebuch {
	padding:10px 20px 15px 20px;
	clear:both;
}
#gb-ueberschrift {
	display:inline-block;
	position:relative;
	top: -12px;
}
#fehlermeldung {
	color:#000;
	font-style:italic;
	font-size:20px;
	/*text-align:center;*/
}
#formular{
	 background-color: #D5DEEF;
	 height:250px;
	 padding:20px 10px;
	 border: 1px solid #fff;
}
#smilies{
	display:inline-block;
	margin-left: 275px;
}
#smilies img {
	margin:2px;
	cursor: pointer;
}
label {
	display: inline-block;
	width:250px;
	text-align:right;
}
#kommentar {
	position:relative;
	bottom: 50px;
}
#p_code {
	width: 58px;
}
input, textarea {
   display: inline-block;
   width:500px;
   margin-bottom: 10px;
   height:1.2em;
} 
textarea {
	height:7em;
}
#captchaimg-code {
	display:inline-block;
	width:250px;
	text-align:right;
}
#captchaimg {
	position:relative;
	top:4px;
}

#button{
	width:150px;
	height:25px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 255px;
	cursor: pointer;
}

/*====Eintrage felder==================*/

#eintraege{
	padding:0 20px;
}
.eintraege {
	border: solid 1px #fff;
	margin-bottom: 15px;
	background-color: #D5DEEF;
}
.icon {
	margin:5px 0 0 30px;
}
.eintragnr {
	display:block;	
	width:97%;	
	text-align:right;
	margin-top:10px;
}
fieldset{
	margin: 0 10px 10px 10px;
	background-color:#FFF;
}
legend {
	margin-left:10px;
	color:#000;
	font-weight:bold;
}
.text {
	margin:5px;
}

/*===== Seitenmenge links ============*/

#site-nr {
	display:inline-block;
	color:#fff;
}
.seitenzahl {
	display:inline-block;
	text-decoration:none;
	margin-bottom:10px;
	color:#fff;
}
#aktuelleseite {
	font-weight:bold;
	border: #fff dotted 1px;
}

/* ======= Fuss ====================*/

#fuss {
	clear:both;
	border-top: 1px solid #fff; 
	margin-top:0;
	padding:10px 20px 10px 20px;
	color:#fff;
}

