html {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FEF0D3;
	background-image: url(../_images/bg_main.gif);
	background-repeat: repeat-x;
	padding: 20px;
	margin: 0px;
}
#container {
	border: 1px solid #a5764b;
}
#head {
	overflow: visible;	
}
#head_left {
	float: left;
	width: 679px;
	height: 219px;	
}
#head_right {
	float: right;
	height: 150px;
        padding: 68px 30px 0px 10px;
        margin: 0px 0px 0px 0px;
}

#head_right img {
	border-top: 1px solid #a5764b;
        border-left: 1px solid #a5764b;
        border-right: 1px solid #a5764b;
        border-bottom: 0px;
}


#spacer {
	clear: both;
	background-image: url(../_images/bg_horizontal.gif);
}
#footer {
	clear: both;
	background-image: url(../_images/bg_horizontal.gif);
	padding: 20px;
	text-align: right;
}
#left {
	position: absolute;
	left: 20px;
	width: 380px;
	padding: 0px;
	margin: 0px;
}
#right {
	text-align: left;
	margin-left: 380px;
	overflow: auto;
	border-left: 1px solid #a5764b;
}

#right img {
	border: 1px solid #a5764b;
}



#inside_left {
	padding: 20px;
	text-align: center;
}


#inside_left img {
	border: 1px solid #a5764b;
}


#inside_right {
	padding: 20px 40px 20px 60px;
	text-align: left;
}	


/*** TYPO ***/


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #a5764b;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #a5764b;
        letter-spacing: 1px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #a5764b;
	letter-spacing: 4px;
	font-weight: normal;
}


/*** h2 ist Fliesstext für Team_Seite ***/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #a5764b;
                letter-spacing: 1px;
}


/*** referenzen-seite CLASS für text in tabelle ***/

#referenzen td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #a5764b;
}


a:link, a:visited, a:active {
	text-decoration: none;
        font-weight: bold;
	color: #a5764b;
}
a:hover {
	text-decoration: underline;
	color: #7b5837;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #a5764b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
}

#footer a:hover {
	color: #333333;
}


#right .logo { border: 0px; }


#inside_left a:link, a:visited, a:active {
	text-decoration: none;
        font-weight: normal;
	color: #a5764b;
}

#inside_left a:hover {
	text-decoration: underline;
	color: #7b5837;
}

/*** Formulare ***/




.csc-mailform {
	border: 0px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
.csc-mailform-field {
	padding: 3px 0px 6px 0px;
	clear: both;
	width:420px;
}
.csc-mailform label {
	float: left;
	clear: both;
	padding-top: 2px;
	font: normal 11px verdana;
	color: #a5764b;
}

.csc-mailform input, textarea {
	float: right;
	width: 250px;
	font: normal 11px verdana;
	color: #a5764b;
}

.csc-mailform select {
	float: right;
	width: 120px;
}
.csc-mailform-submit {
	margin: 8px 0px 0px 0px;
	width: 255px !important;
	clear: both;
	font: normal 11px verdana;
	color: #a5764b !important;;
}

.hidden {
	visibility: hidden;
	display: none;
}

