@import url(/typo3conf/ext/htmlcssstyling/template/main/stylesheet_main.css);

body
{
	background-color: #ffffff; 
	background-image: url('images/page_back.jpg');
	/*background-attachment: fixed;*/
	background-repeat: repeat; 
	background-position: center;
	border: 0;
	margin: 0 0 0 0;
}

#banner, #menu, #icon, td, tr, img, table
{
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
	border-width: 0px;	
	vertical-align: top;
}

#headerright
{
	margin: 0 0 0 0;
  	padding: 0 0 0 0;
	background-image: url('images/banner_right.jpg');
	background-repeat: repeat; 
	background-position: left;
}

#headerleft
{
	margin: 0 0 0 0;
  	padding: 0 0 0 0;
	background-image: url('images/banner_left.jpg');
	background-repeat: repeat; 
	background-position: right;
}

#menubar
{
	margin: 0 0 0 0;
  	padding: 4 4 4 4;
	background-image: url('images/menubar.jpg');
	background-repeat: repeat; 
	background-position: top;
}

#menubar-bottom
{
	margin: 0 0 0 0;
  	padding: 0 0 0 0;
	background-image: url('images/menubar_bottom.jpg');
	background-repeat: repeat-x; 
	background-position: top;
	height: 5px;
}

.menuitem, .menuitem-act
{
	padding: 0 10 0 10;
	display: inline;
}

.menuitem a, .menuitem-act a
{
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

.menuitem-act a, .menuitem-act a:link, .menuitem-act a:visited
{
	text-decoration: none; 	
	color: #555555;
}

.menuitem a, .menuitem a:link, .menuitem a:visited
{
	text-decoration: none; 	  
	color: black;
}

#content
{
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-left: 7px;
  border-right: 7px;
  border-color: black;
  
}

L, UL, H1, H2, TD, TH {
	font-family: verdana, arial;
	font-size: 95%;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

.darkblue { color: #330099; }
.darkred { color: #CC0000; }

.csc-mailform-field label { width: 60px; }

