/* Start of CMSMS style sheet 'Layout' */
/* ----- common ------------------------------------------ */
.selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear {
	display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear {
	height: 1%;
}

.selfClear {
	display: block;
}
/* End hide from IE-mac */





BODY
{
	background: #ffffff url(../images/background.jpg) top left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

A
{
	color: DarkGreen;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

A:visted
{
	color: DarkGreen;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

A:hover
{
	color: DarkGreen;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

A:active
{
	color: DarkGreen;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

H1
{
	color: #1919f6;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

H2
{
	color: #1919f6;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

#container
{
	width: 750px;
	background: #ffffff;
	margin: 38px auto;
}

#topContainer
{
	width: 750px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: #ADCE73;
}

#topLogo
{
	background: transparent url(../images/logo_90x116.gif) top center no-repeat;
	height: 116px;
	width: 150px;
	float: left;
}

#topImage
{
	background: transparent url(../images/akt_1.jpg) bottom left no-repeat;
	float: left;
	width: 600px;
	height: 116px;
}

#topText
{
height: 116px;
float: right;
}


#menuContainer
{
	width: 750px;
background: #ADCE73
}

#contentContainer
{
	width: 700px;
	min-height: 400px;
	margin: 15px 25px 10px 25px;
}

#bottomContainer
{
width: 750px;
padding: 5px 0px 5px 0px;
text-align: center;
}

.formmessage TEXTAREA
{
width: 400px;
}

.messagecheckbox INPUT
{
margin: 0px;
padding: 0px;
top: 0px;
}

#topMenu
{
font-weight: bold;
padding: 3px 10px 3px 10px;
width: 730px;
/*height: 12px;*/
}

#subMenu
{
padding: 3px 10px 3px 10px;
width: 730px;
/*height: 12px;*/
}

#startPageContent
{
width: 500px;
float:left;
}

#startPageNews
{
width:150px;
float:right;
padding: 5px;
border: solid 1px black;
}

.NewsSummary
{
	padding-bottom: 10px;
}

.NewsSummaryLink
{
	font-weight: bold;
	color: DarkGreen;
}

.NewsSummaryPostdate
{
	font-style: italic;
	color: Grey;
	padding-bottom: 3px;
}

.NewsSummaryContent P
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
/* End of 'Layout' */

