@import				url(rte.css);

/*** Typo3 overrides ***/

.csc-textpic-caption
{
	font-size:						10px;
}

th
{
	font-size:						18px;
	text-align:						left;
	vertical-align:					top;
}

td p
{
	margin:							0;
	padding:						0 10px;
}

label
{
	display:						block;
	
	width:							200px;
}

dl.news-single-files
{
	background-color:				transparent;
	
	border:							none;
}

div.news-list-item
{
	background-color:				transparent;
	
	border:							none;
	margin-bottom:					10px;
}

div.news-list-item img
{
	float:							left;
	
	background-color:				white;
	
	margin:							5px;
}

fieldset
{
	border: 						none;
	padding-left:					110px;
}

div.news-single-additional-info, dl.news-single-links
{
	background-color:				transparent;
	
	border:							none;
}



div.news-list-item
{
	clear:							left;
}

span.news-list-date
{
	color:							#383838;
	background-color:				transparent;
}

/*** End ***/

html
{
	height:							101%;
}

body
{
	position:						relative;	
	
	width:							800px;
	
	font-size:						16px;
	
	margin:							0 auto;
}

h1
{
	font-size:						30px;
	text-align:						right;
	
	color:							white;
	background-color:				white;
	background-image:				url(../images/header.jpg);
	background-repeat:				no-repeat;
	background-position:			center;
	
	padding:						68px 15px 8px 15px;
	margin:							10px 0;
}

h2
{
	font-size:						31px;
	text-transform:					uppercase;
	text-align:						center;
	
	margin:							0;
}

h3
{
	font-size:						18px;
}

img
{
	padding:						4px;
}

html, body
{
	background-color:				white;
}

body, a
{
	font-family:					"trebuchet ms", arial, sans-serif;
}

h1, img, div#mainmenu, div#mainmenu ul
{
	border:							1px solid #9e9e9e !important;
}

a
{
	color:							#383838;
	
	text-decoration:				none;
}

a:hover
{
	color:							#9e9e9e;
}

p a
{
	color:							#2B56A5;
}

#content
{
	color:							#383838;
	
	padding:						5px;
	margin:							10px 5px 10px 195px;
}

div#mainmenu
{
	position:						absolute;
		 top:						125px;
		left:						0;
		
	width:							185px;
}

div#mainmenu ul
{	
	list-style-type:				none;
	
	font-size:						18px;
	text-align:						center;
	
	padding:						0;
	margin:							4px;
}

div#mainmenu li
{
	/* IE6 double margin bug fix */
	display:						inline;
}

div#mainmenu a
{
	display:						block;
	
	color:							#9e9e9e;
	
	margin:							10px auto;
}

#mainmenu a:hover
{
	color:							#383838;
}

hr.clearer
{
	clear:							both;
	
	height:							1px;
	width:							100%;
	
	color:							#9E9E9E;
	background-color:				#9E9E9E;

	border:							none;
}

div.csc-textpic-text
{
	padding-left:					5px;
}

div.csc-textpic-intext-left-nowrap
{
	padding-left:					11px;
}