
*
{
	margin: 0;
	padding: 0;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
}

img
{
	border: 2px solid #333;
}

a
{
	color: #624f2f;
}

/****************************************************************************************************
Begin Header
****************************************************************************************************/

#header-left{
	text-align:left;
}
#header-left h3 {
	color: #3b2a0c;
	font-size: 200%;
	letter-spacing: -3px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	text-align: left;
}
#header-left h4 {
	color: #CCC;
	font-size: 100%;
	letter-spacing: -1px;
	font-family: "trebuchet ms", helvetica, sans-serif;
}
#header-right{
	text-align:right;
}
#header-right h1 {
	color: #3b2a0c;
	font-size: 300%;
	letter-spacing: -3px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: -10px;
}
#header-right h2 {
	color: #CCC;
	font-size: 200%;
	letter-spacing: -2px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	text-align: right;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{
	/*left: 50%;*/
	/*margin-left: 10px;
	/*position: absolute;*/
	width: 142px;
	text-align:center;
}

#navigation li
{
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	color: #FFF;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none; 
}

#navigation a:hover
{
	background: #7e673e;
	color: #332407;
}

#navigation .active
{
	background: #7e673e;
	color: #332407;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{
}

/****************************************************************************************************
Begin Left
****************************************************************************************************/
.left
{
	padding-top: 10px;
	padding-right:10px;
	width: 290px;
}


/****************************************************************************************************
Begin Center
****************************************************************************************************/
.center
{
	float: left;
	width: 152px;
}

/****************************************************************************************************
Begin Right
****************************************************************************************************/
.right
{
	float: right;
	padding-top: 10px;
	width: 304px;
}

.right h1
{
 font-size: 16px;
 padding-bottom: 10px;
 text-align: left;
}
input.inp_1{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:notmal;
}
textarea.txta_1{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:notmal;
}
td.kontakt{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:notmal;	
}
td.td_gb_1{
	background-color:#993300;
	color:#FFFFFF;
	width:320px;
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
td.td_gb_1 a:link{
	color:#FFFFFF;
	text-decoration:underline;
}
td.td_gb_1 a:hover{
	color:#FFFF00;
	text-decoration:underline;
}
td.td_gb_1 a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
td.td_gb_2{
	color:#000000;
	width:320px;
	padding:5px 5px 10px 5px;
	text-align:left;
	vertical-align:top;
}