/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #4DA0C6;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #4DA0C6;
}

body {
	
	background: #ffffff url(styles_03_FILES/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}


#master
{
	width: 786px;
	/*border: 2px solid red;*/
	text-align: left;
	margin: 0 auto;
}


/*******************
*	HEADER
********************/



#header {
	padding-top: 15px;
	height: 235px;
	text-align: right;
	/*border: 1px solid red;*/
}

#logo {
	width: 786px;
	height: 180px;
	text-align: right;
	background: url(styles_03_FILES/header2.png) no-repeat;
	/*border: 1px solid red;*/
}


#logo a {
	padding-top:100px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	color: Black;
}

#logo H2 a
{
	font-size: 10px;
	text-transform: uppercase;
}


#menu
{
	margin: 0 auto;
	width: 776px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background: url(styles_03_FILES/footer.gif) no-repeat;
	/*border: 1px solid red;*/
}



#menu a {
	float: left;
	margin: 0 0 0 15px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #8793A5;
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	border-bottom : 5px solid #68C1EA;
	text-decoration: none;
}


/*******************
*    MAIN / Content
********************/


#main
{
 	/*width: 786px;
 	padding-top: 10px;*/
}



#content
{
	/*width: 750px;
 	padding-right: 10px;
 	border: 4px solid red;*/
}
#content h1,h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #4DA0C6;
}

#content H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #4DA0C6;
}

#content a
{
	color: #4DA0C6;
	text-decoration: none;
}

#content a:hover
{
	color: #4DA0C6;
	text-decoration: underline;
}

#content a:visited
{
	color: #4DA0C6;
	text-decoration: none;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}



/*******************
*	FOOTER
********************/


#footer {
	height: 49px;
	clear: both;
	padding-top: 30px;
	background: url(styles_03_FILES/footer.gif) no-repeat center;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #4DA0C6;
}

#footer a {
	color: #4DA0C6;
}


/*******************
*	TYPO3
********************/


fieldset.csc-mailform {
	border: 0px solid red;
}

fieldset.csc-mailform label{
	/*border-bottom: 1px solid #4DA0C6;*/
	width: 80px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

fieldset.csc-mailform input,textarea{
	border: 1px solid #4DA0C6;
	background-color: #F2F8FA;
	margin-bottom: 15px;	
} 

table.tobitable{
	margin-top:15px;
	margin-bottom:15px;
}

table.tobitable td{
	padding-right:15px;
	border-bottom: 1px solid #4DA0C6;
}
