/* stylesheet for the layout of content on the contactpage */

/*Headers*/
TABLE.content_main DIV.csc-header-n1 {
	color: #FF0000;
	background-image: url("../images/titles/t_contact.gif");
    background-repeat: no-repeat;
}

TABLE.content_main H1.csc-firstHeader {
	visibility:hidden;
}

TABLE.content_left H1 {
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	
}
TABLE.content_main H1 {
	font-size: 28px;
	font-family: verdana;
	font-weight: normal;
	color: #333333;
	height: auto;
	padding-right: 9px;
	padding-bottom: 20px;;
}

/*CONTENT ELEMENT contactBLANK*/
DIV.contactblank{
	margin-bottom: 20; 
}

DIV.contactblank DIV.csc-header {
	width:100%;
	height: auto;
	
}

DIV.contactblank DIV.csc-header-underline {
	width:100%;
	overflow: hidden; 
	height: 0px;
}

/*CONTENT ELEMENT contactBLOCK*/
DIV.contactblock{
	margin-bottom: 20; 
}

DIV.contactblock DIV.csc-header {
	width:100%;
	height: auto;
	background-color: #993300;
}


DIV.contactblock DIV.csc-header-underline {
	background-color:#CCCCCC;
	width:100%;
	overflow: hidden; 
	height: 5px;
}

DIV.contactblock DIV.textwrap {
	border: 1px solid #CCCCCC;
}

DIV.contactblock P {
	padding:9; 
}
/*MAIL-FORM*/
TABLE.mailform {
	width:550px;
	text-align:right;
	margin-top:5px;
}
TR.fname, TR.fmail{
	height: 10px;
}


TR.fspacer1, TR.fspacer2 {
	height: 4px;
}

TD.dot{
	margin-left:35px;
	border-bottom:1px dotted #CCCCCC;
}

form input.inp{
	width:320px;
}
form input.button{
	padding-left:11px;
	padding-right:11px;
	padding-top:3px;
	padding-bottom:3px;
	height: 23px;
	border:solid 1px #CC6633;
	cursor:pointer;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
form textarea {
	width:320px;
	height: 180px;
	padding: 0px;
	margin: 0px;
}
	
TD.ftextname {
	width: 230px;
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
}

TD.ftextmail {
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
}

TD.ftextmessage {
	padding-left: 35px;
	padding-right: 15px;
}
	
TD.fright{
	width:320px;
}
