@charset "utf-8";

#address { behavior: url("_technics/styles/iepngfix.htc"); } /* PNG HACK */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font: 15px Arial, serif;
	font-weight: lighter;
	color:#666666;
	height:100%;
	background: url(../images/background_body.jpg);
	z-index: 5;
}

#content a:link, #content a:active, #content a:visited,
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #649936;
	color: #649936;	
}

#content a:hover, #footer a:hover {
	border-bottom: 1px solid #3a6f0f;
	padding-bottom: 1px;
	color: #3a6f0f;
}

img, img a, img a:link, img a:hover {
	text-decoration: none;
	border: none;
}


/* @group sitelayout */
#backgroundwrapper { /* the background scheme */
	background: url(../images/backgroundwrapper_bg.jpg) repeat-y;
	margin: 0 auto;
	width: 800px;
	min-height:100%;
	
}

#wrapper { /* is inside #backgroundwrapper. width of the #header image */
	margin: 0 auto;
	width: 800px;
	
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 800px;
	height: 265px;
	
}

#address {
	position: relative;
	top: 65px;
	left: 470px;
	padding: 9px;
	width: 225px;
	font: 14px Arial, Verdana, sans-serif;
	line-height: 22px;
	color: white;
	background: url(../images/grau.png);
}

#contentnavigationfooter { /* wrapps #content #navigation #footer */
	position:relative;
	top: 2px;
	padding-left: 100px;
	padding-right: 100px;
	}

#content {
	position: relative;
	top: 3px;
	line-height: 21px;
	margin-left: 170px;
	
}

#navigation { /* the container*/
	position: relative;
	top: 60px;
	float:left;
}

#navigationbar { /* the ul */
	list-style: none;
	margin:0;
}

#navigationbar li {
	font: 15px "Comic Sans MS", "Comic Sans", Arial, sans-serif;
	line-height: 17px;
	margin-bottom: 9px;
}

#navigationbar a:link, #navigationbar a:visited, #navigationbar a:active { 
	text-decoration:none;
	color: #649936;	
}

#navigationbar a:hover { 
	border-bottom: 1px solid #649936;
	padding-bottom: 1px;
	color: #649936;
}
#footerbox { /* inside #wrapper. around #footer */

	padding-top:25px;
	padding-bottom:15px;
	padding-left: 100px;
	padding-right: 100px;
}

#footer {
	padding-top: 4px;
	border-top: 1px solid silver;
	text-align: right;
	font: 11px Arial, sans-serif;
	
}

#languagebox {
	margin-left: 632px;
	margin-bottom: 10px;
	padding-top: 20px;
	font: 13px Arial, sans-serif;
	line-height: 20px;
}

#languagebox a:link, #languagebox a:visited, #languagebox a:active {
	text-decoration: none;
	color: #31660b;
}

#languagebox a:hover {
	text-decoration: underline;
}

/* @end */

/* @group fonts */

h1 {
	font: bold 40px "Comic Sans MS", "Comic Sans", Georgia, serif;
	padding-top: 18px;
	padding-left: 100px;
	float: left;
	color: #3a6f0f;
}

h2 {
	font: 25px "Comic Sans MS", "Comic Sans", Arial, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid silver;
	color: #649936;
}

h3 {
	font: 18px Arial, sans-serif;
	margin-bottom: 9px;
	color: #3a6f0f;
}

h4 {
	font: 16px Arial, sans-serif;
	color: #3a6f0f;
}

.small, small {
	font-size: 12px;
}

.color {
	color: #649936;
}

.sansserif {
	font: 13px Arial, sans-serif;
}

/* @end */

/* @group varia */


.input {
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
}

fieldset {
	
}

legend {
	
}
ul {
	margin-left:25px;
	list-style-type:square;
	line-height: normal;
}

hr {
	border:0;
	height:1px;
	border-top:1px solid green;
}

#keywords {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	visibility: hidden;
}

.foto_1_2 {  /* the first two pictures on the gallery-page */
	float:left;
	padding:2px;
	border:1px solid #649936;
	margin:20px 20px 0 0;
}

.foto_3 { /* the third picture. IE needs a float there, see separate stylesheet */
	padding:2px;
	border:1px solid #649936;
	margin:20px 0 0 0;
}

/* @end */

/* @group guestbook */

/*.red {
	color: #cc0000;
}

.green {
	color: #3a6f0f;
}
*/

.red {
	border: 1px solid #CC0000;
	background: #FFF0F0;
	padding:5px;
	font-size: 12px;	
}

.green {
	border: 1px solid #3a6f0f;
	background: #F8FFF0;
	padding:5px;
	font-size: 12px;	
}

.kommentarbox { /* hier drin wird jeweils 1 comment ausgegeben */
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #3a6f0f;
	clear: right;
}

.kommentatorinfos {
	padding-bottom: 6px;
}

.eingabefeld { /* schriftgroesse der TEXTFELDER+margin */
	font-size: 12.5px;
	margin-top: 2px;
	border:1px solid #CFDDE6;
	padding: 2px;
	margin-bottom: 8px;
}


/*textarea:hover, textarea:focus, input:hover, input:focus {
	border: 1px solid #005189;
}*/

.kommentarnummer {
	/*border: 1px solid red;*/
	width: 30px;
	height: 30px;
	float: right;
	font-size: 38px;
	color: #d5f1e2;
	padding-left: 25px;
	text-align: right;
}



/* @end */