/* copyright brandperfection 2007 - 10.12.2007 */
/* 
   formtableTDleft - Hoehe verkleinert 
   formRadio - eingefuehrt
   H1 und H2 - margin verkleinert
*/


IMG {
	border:0px;
}

BODY {
	/*text-align: center;*/
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #EAE0C6;
	background-image:url(../img/juleps_pattern_01.gif);
	background-image:url(../img/bg.jpg);
}

H1{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #382D0E;
	text-decoration:underline;
	margin: 0px 0px 6px 0px;
}

H2{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #382D0E;
	margin: 3px 0px 3px 0px;
}

H3{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #382D0E;
	margin: 3px 0px 3px 0px;
}

P, TD{
	font: 10px Arial, Helvetica, sans-serif;
	color: #382D0E;
	margin: 0px 0px 8px 0px;
}

FORM{
	margin: 0px;
	padding: 0px;
}

A {
	color:#E21D00;
	text-decoration: none;
}

A:link, A:visited{
	color:#E21D00;
	text-decoration: none;
}

A:hover, A:active{
	color:#E21D00;
	text-decoration: underline;
}

STRONG{
	font-weight:bold;
}

.forminput {
	width: 140px;
	height: 15px;
	/*border: 1px solid #382D0E;*/
	border: 1px solid #EAE0C6;
	font: 10px Arial, Helvetica, sans-serif;
	color: #382D0E;
	background-color:#EAE0C6;
}

.formselect {
	height: 15px;
	width:50px;
	/*border: 1px solid #382D0E;*/
	/*border: 1px solid #EAE0C6;*/
	font: 10px Arial, Helvetica, sans-serif;
	color: #382D0E;
	margin-right:3px;
	background-color:#EAE0C6;
	border:none;
}


.formtableTDleft{
	height: 18px;
	padding-right: 4px;
}

.submitImage {
	border: 0px;
	background-image:url(../img/but_absenden.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	width: 119px;
	height: 47px;
}


.thumbnail {
	width:100px;
	height:100px;
	float:left;
	background-image:url(../img/galerie_back.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.thumbnail img{
	width:89px;
	height:89px;
	margin: 3px 0px 0px 3px;
	padding:0px;
}

.galerieNav {
	width:200px;
}


.formRadio{
	position: relative;
	margin-top: 2px;
}

BODY UL {
	padding: 0px;
	margin: 0px;
}

BODY LI {
	padding: 0px;
	margin: 0px 0px 3px 0px;
	line-height: 14px;
}

TABLE.formTable{
	width:250px;
}

UL.errorMessage{
	color:#E21D00;
}

DIV#scrollcontent P{
	line-height:18px;
}


