@CHARSET "UTF-8";

*
{
	padding: 0;
	margin: 0;
}

ul
{
	margin-left: 12px	
}

ul.userMessage
{
	font-weight: bolder;
	color: #2E8C2E;
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;	
	width: 90%;
}



img
{
	border: 0;	
}

#content img.teaser
{
	border: 1px solid #c6c6c6;
	padding: 2px; 
	float: left; 
	margin-right: 5px; 
	margin-bottom: 5px;	
}

p.admin
{
	border: 2px dashed white;
	margin: 20px 0 20px 0;
	padding: 5px;	
}	


/* main body */
body
{
	background: #1d1b18;	
}

body, table
{
	font-family: sans-serif;
	font-size: 12px
}

tr, td
{
	vertical-align: top;
}

/* page */
#page 
{
	color: #c6c6c6;	
}



/* content */
#content a
{
	text-decoration: none;
	color: #2e8c2e;
}

iframe
{
	border: none;
}

#content a:hover, #content a:active,  #content a.active, #content a.header
{
	color: #65009a;
}

#content h1,#content h2,#content h3  
{
	text-transform: lowercase;
	color: #65009a;
	margin-bottom: 25px;
	margin-top: 15px;
}

#content h2, h3
{
	margin-top: 25px;
}	

#content h1:first-letter, #content h2:first-letter, #content h3:first-letter
{
	color: #c6c6c6;
}


/* navigation */
#navigation
{
	background: #0c0c0c;
}

#navigation-content
{
	padding-top: 50px;
}

#navigation-content p
{
	padding: 5px;
}



#navigation-content div#logo
{
	text-align: center;	
	margin-bottom: 30px;
}

ul.navigation
{
	list-style: none;	
	margin: 0;
	margin-bottom: 30px;
}


ul.navigation li.active
{
	background: #65009a;
	padding-left: 0px;
}

ul.navigation li a
{	
	color: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;	
}

ul.navigation li a:hover
{
	background: #65009a;
	width: 145px;
}	

ul.navigation li.active a
{
	background: #0c0c0c;
	display: inline;
	padding-right: 5px;
	color: #65009a;
	
}

fieldset
{
	border: none;
}

fieldset label
{
	display: block;
}

fieldset input, fieldset textarea
{
	width: 200px;	
}

fieldset textarea 
{
	height: 120px;
}

fieldset div.formField
{
	margin-bottom: 10px;	
}

fieldset div.formField li.error
{
	font-size: 10px;
	color: #65009A;
	width: 180px;
}

.mandatory-flag
{
	color: #65009A;
}