@charset "utf-8";
/* CSS Document */

/* Main */
html, body {
	/*width:100%;*/
	height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
 color: #7F7F7F;
	}
	
a:hover
	{
	color: #c2011c;
	}
	
img
	{
	border: 0;
	}

/* Design */
div#main { 
	height:100%;
	position:relative;
	width:1140px;
}
div#leftbox { 
	float:left;
	width:332px;
}
	img#logo { float:left; }
	div#mainnav {
		float:left;
		width:188px;
		height:261px;
		padding: 50px 0 0 0;
		vertical-align:bottom;
		background-color:#FFF;
	}



	div#content {
		position:absolute;
		top:262px;
		width:100%;
		padding: 0;
		margin: 0;
		background-color:#e9e9e9;
		border-bottom: 1px solid #999999;
	}

	div#wortSubNav
		{
		padding: 0;
		margin: 0;
		float: left
		}
	div#inhalt
		{
		padding: 12px 0 10px 0;
		margin: 0 0 0 340px;
		width: 800px;
		}

		div#formular
			{
			padding: 0 0 0 332px;
			}

			.input
				{
				height: 20px;
				background-color: #CCCCCC;
				border: 1px solid #999999;
				}

			.textfeld
				{
				background-color: #CCCCCC;
				border: 1px solid #999999;
				}

/* Gallerie */
div#gallerietumb
		{
		padding: 1px 0 1px 0;
		margin: 0;
		background-color: #FFFFFF;
		border-top: 1px solid #999999;
		}
		
		div#galleriecontent
			{
			text-align: right;
			width:1140px;
			}

		div#galleriecontent img
		{
		padding: 0 0 0 1px;
		margin: 0;
		}

#galleriebig
	{
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 420px;
	}

/*copyright */
#copy
	{
	top:700px;
	left: 20px;
	position: absolute;
	z-index: 99;
	color: #DADADA;
	}

	#copy a
		{
		font-size: 1.1em;
		font-family: times, serif;
		color: #DADADA;
		text-decoration: none;
		}

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


/* Footer */
#footer
	{
	padding: 200px 0 0 0;
	}