html {
	height: 100%;	
}

body {
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #324C1F;
}

body#home {
	background: url('img/kamerapreis10a.gif') bottom right no-repeat;
	height: 100%;
	display: table;
	width: 100%;	
}

body#tv {
	background: url('img/tvhome.jpg') bottom right no-repeat;
	height: 100%;
	display: table;
	width: 100%;	
}


td {
	font-size: 0.8em;
}
/* standardelemente formatieren */

a {
	text-decoration: none;
	color: #324C1F;

}

input, textarea {
	border: none;
}

.rahmen {
	border: solid #324C1F 1px;
}

h1 {
	text-transform: uppercase;
	font-size: 13pt;
	margin-bottom: 0px;
}

h2 {
	margin-top: 20px;
	text-transform: lowercase;
	font-size: 8pt;
	font-weight: normal;
}


/* header positionieren */

#top {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#head {
	margin-top:18px;
}

#logo {
	padding: 4px;
	padding-right: 0px;
	
	text-align: right;
	border-bottom: 1px solid #324C1F;
}

#sublogo {
	text-align: right;
	float: right;
	padding-top: 2px;
	font-size: 14px;
}

/* Navigation */

#navi, #navi a {
	padding-top: 8px;
	text-transform:uppercase;
	font-size: 10pt;
	color: #67A053;
	text-decoration: none;
}

#navi a:hover {
	color: #324C1F;

}

#navi a.aktiv, #navi a.aktiv:visited {
	color: #324C1F;
}


.subnavi {
	padding-top: 5px;
}

.subnavi ul {
	list-style-type: none;
	font-size: 8pt;
	text-transform:uppercase;
	line-height: 20px;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 0px;
}
/*.subnavi ul li {
	//display: inline;
}*/

.subnavi a:hover {
	color: 67A053;

}

/* einrueckungen fuer die unternavis */
#tv {
	margin-left: 0px;
}
#doku {
	margin-left: 33px;
}
#image {
	margin-left: 165px;
}
#diverses {
	margin-left: 252px;
}

/* inhaltsbereich */

#content {
	background: #4D5A47;
	width: 100%;
	padding-bottom: 50px;
}

#text  {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 80px;
	padding-top: 30px;
	text-align: justify;
	color: #D5DCD2;
}

#text td, #text p {
	color: #D5DCD2;
}

#images {
	padding-left: 50px;
} 


#images td {
	
	padding-right: 30px;
}



