/* Written by T. Hirmer (c) 2008 

important colors: 
background: #76889f;
background content: #eceff2;
linkcolor: #374e6c;
main-blue: #235391;

body background normal:

	background-image: url(hg.png);
	background-repeat: repeat-x;
	background-color: #76889f;

*/

/* Reset all Browsers */

* {border: 0; margin: 0; padding: 0;}

body {word-wrap: break-word;}

/* ================== Website ======================== */

html {
	min-height: 101%;
	}

body {
	text-align: center;
	font-family: "Verdana";
	font-size: 80%;
	background: fixed;
	background-color: white;
	background-image: url(test_hg.png);
	background-repeat: repeat-x;
	}

/* ================== Container ======================== */

#allOver {
	text-align: left;
	width: 590px;
	background-color: #eceff2;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	border: 6px solid #cfcfcf;
	}

/* -- HEADER -- */

#header {}

#headerimg {
	width: 590px;
	height: 173px;
	background-image: url(../media/header.jpg);
	}

#headerimg2 {
	width: 590px;
	height: 173px;
	background-image: url(../media/header2.jpg);
	}
	
#headerimg3 {
	width: 590px;
	height: 173px;
	background-image: url(../media/header3.jpg);
	}

/* -- MENU -- NEU -- */

#menu {
	height: 30px;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	border-top: 1px solid black;
	border-bottom: 0px;
	}

	#menu ul {
		padding: 4px;
		padding-bottom: 4px;
		margin-top: 3px;
		margin-left: 15px;
		}
	
	#menu li {
		display: inline; 
		list-style-type: none;
		margin-right: -6px;
		margin-left:0px;
		}
	
	#menu li a {
		color: white;
		background-image: url(menu.png);
		background-repeat: repeat-x;
		padding: 7px 8px 5px 8px;
		border: 1px solid black;
		}
	
	#menu a:hover, 
		#home #navHome a,
		#kontakt #navKontakt a,
		#impressum #navImpress a, 
		#gaestebuch #navGuest a,
		#uns #navOver a {
			background-image: url(menu1.png);
			background-repeat: repeat-x;
			}

/* -- MENU -- old:

#menu {
	height: 30px;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	border-top: 1px solid #30363e;
	border-bottom: 1px solid #30363e;
	}

	#menu ul {
		padding-left: 15px;
		padding-top: 5px;
		}

	#menu li {
		display: inline;
		list-style-type: none;
		padding: 10px;
		margin-left: -6px;
		margin-right: -10px;
		}

	#menu li a {
		color: white;
		text-decoration: none;
		background-image: url(menu.png);
		padding: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 9px;
		border-left: 1px solid #30363e;
		border-right: 1px solid #30363e;
		margin-right: -10px;
		border-bottom: 1px solid #30363e;
		}

	#menu li a:hover {}

	#menu a:hover, 
		#home #navHome a,
		#kontakt #navKontakt a,
		#impressum #navImpress a, 
		#gaestebuch #navGuest a,
		#uns #navOver a {
			color: white;
			text-decoration: none;
			background-image: url(menu1.png);
			padding: 5px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 9px;
			}

/* --============ CONTENT ===============-- */

#content {
	min-height: 400px;
	background-color: #eceff2;
	border-top: 1px solid black;
	padding: 10px;
	padding-left: 20px;
	line-height: 150%;
	margin-top: -2px;
	}

/* --============== Gaestebuch  ==============-- */

#gaestebuch #content {
	min-height: 700px;
	}

iframe {
	width: 95%;
	min-height: 600px;
	background-color: #eceff2;
	outline: none;
	}

/* ---------------------------------------------- */

.left {
	float: left;
	width: 320px;
	}

.right img {
	margin-bottom: 15px;
	}

.right {
	float: right;
	width: 220px;
	}

.clr {
	clear: both;
	}


/* -- Footer -- */

#footer {
	height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #aab7c7;
	}


/* ================== allgemein ======================== */

/* content-links */

#content a {
	color: #374e6c;
	text-decoration: none;
	padding-right: 7px;
	background-image: url(arrow3.gif);
	background-position: right;
	background-repeat: no-repeat;	
	}

#content a:hover {
	color: black;
	padding-right: 7px;
	background-image: url(arrow4.gif);
	background-position: right;
	background-repeat: no-repeat;
	}

/* -------------------------*/

p {
	color: #4d688e;
	margin-bottom: 10px;
	}

h4 {
	font-size: 100%;
	margin-bottom: 5px;
	color: #235391;
	}

.black {
	color: black;
	}


a {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: white;
	}

a:active, a:focus {
	outline: none;
	}


/* =============== General.php (tpl) des CGI ============= 


ul,body,p,td,tr,table,ol,div {
	font-size:12px;
	font-family:Verdana;
	}

a:link {
	color:black;
	text-decoration:underline;
	font-size: 11px;
	display:inline;
	}

a:visited {
	color:black;
	text-decoration:underline;
	font-size: 11px;
	display:inline;
	}

a:hover {
	text-decoration:none;
	background-color:gray;
	color:white;
	font-size: 11px;
	display:inline;
	}

a:active {
	color:white;
	text-decoration:underline;
	font-size: 11px;
	display:inline; */
	}

.input {
	border-bottom: black 1px solid;
	border-left: #297394 1px solid;
	border-right: black 1px solid;
	border-top: #297394 1px solid;
	font-family:Verdana;
	font-size: 11px;
	text-align:left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bolder;
	color:black;
	background-color:#CAD3EB;
	cursor:hand;
	display:inline;
	}

form {
	display:inline;
	}





