body
{
	background:url("bg.jpg") 50% -85px;
    background-repeat: no-repeat;
	background-color: #92cece;
	text-align:center;
	font-family:arial,helvetica;
	font-size:12px;
	margin-bottom:20px;
	color:#555555;
	line-height:130%;
}

h1
{
	text-transform:uppercase;
	font-size:22px;
	font-family:"Times New Roman",Verdana;
	/*color:#a1a1a1;*/
	color:#c7a357;
	margin-bottom:6px;
}

#wrapper
{
	width:970px;
	background:white;
	text-align:left;
	margin:0 auto;
	margin-top:4%;
	color:#757575;
}

#header
{
	height:94px;
	background:url("logo.jpg") 0% 0% no-repeat;
}

#logo
{
	width:962px;
	height:276px;
	background:url("motiv.jpg") 0% 0% no-repeat;
	margin-left:4px;
}


#content
{
	height:100%;
	margin-top:2px;
	margin-bottom:2px;
	padding-right:15px;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	padding-left:30px;
	padding-top:30px;
	color:#555555;
	padding-bottom:30px;
}


#footer
{
	background:white;
	width:100%;
	height:150px;
	color:#000;
}

	#footer #contact
	{
		margin-top:13px;
		margin-left:30px;
		float:left;
		line-height:18px;
	}

	#footer #right
	{
		float:right;
		margin-top:10px;
		margin-right:30px;
	}

		#footer #right #text_right
		{
			width:190px;
			float:left;
			margin-top:0px;
			line-height:16px;
		}

			#footer #right #text_right img
			{
				margin-bottom:9px;
			}


		#footer #right #image_right
		{
			width:196px;
			float:left;
			padding-bottom:10px;
		}
		
hr {
border: 1px #c3c3c3; 
}		

input {
margin-left: 10px;
margin-bottom: 3px;
margin-top:3px;
width: 230px;
}

textarea{
margin-left: 10px;
margin-bottom: 3px;
margin-top:3px;
}

.col_0 {

position:top;
}

.error {

color: red;
margin-left:10px;
}


.branding {
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

a {
color:blue;
}

a:visited {
color:#324dbf;
}

a:hover {
	color:blue;

