document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:				100%;
	/* Set default font attributes for the whole document */
	font-family:Arial, Helvetica, sans-serif;
	font-size:			9pt;
	background-color:	#FFFFFF;
	color:				#000000;
	line-height: 19px;
}

body {
	margin: 			0px;
	/* Set the padding, Opera's default is not zero. */
	padding:			0px;
	/* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */

	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:			center;
}

/* --------------------------------------------D I V S----------------------------------------------------------*/

#divMain {
  margin:					0px auto;
  padding-top:	20px;
  padding-left:	30px;
  text-align:				left;
  width:					750px;
}

#divSitmapMain {
}


#divLogo {
  width:					750px;
  font-size:				24px;
  padding-bottom:			10px;
  height: 30px;
}


#divNav {
	position:				relative;
	left: 					0px;
	margin-bottom:			1px;
	font-weight: bold;
	word-spacing: 5px;
	font-size: 14px;
}


#divSubNav {
	font-size:				11px;
	word-spacing: 10px;
	position: relative;
	top: 12px;
}

	

#divToolNav {
}	

#divAdminNav {
	padding-left:			0px;
	font-weight: bold;
}	

#divAdminNav a {
 color:		#CC3300;
 font-weight:				bold;
 padding-right: 5px;
}

#divAdminNav a:link {
 color:		#CC3300;
 font-weight:				bold;
 padding-right: 5px;
}
#divAdminNav a:hover {
 color:#FF6600;
 font-weight:				bold;
 padding-right: 5px;
}
#divAdminNav a:visited {
 color:		#CC3300;
 font-weight:				bold;
 padding-right: 5px;
}


#divMainContent {
	margin-top:				0px;
}	

#divContent {
	position:				relative;
	padding:				0px;
	padding-top:			20px;
	padding-left:			0px;
	border-color:			#CCCCCC;
	
}	

#divContent a{
	color:#0066FF;
}	

#divContent a:hover{
	color:#FFCC99;
}

.content {
	display:		block;
	position:		relative;
	width:			600px;	
}	

.rightItems {
	display:		block;
	position:		absolute;
	left:			600px;	

}

#divFooter {
	padding:				0px;
	width:					750px;
	height:					16px;
	margin-bottom:			0px;
}

#divFooter a {
	padding-right:				5px;
}

/*text formatting ---------------------------------------------------------------------------------------------------------------- 
*/

.titel {
	font-size:				20px;
	font-weight:			normal;
	margin-bottom:			5px;
	margin-top:				3px;
	color:#333333;
}

.untertitel {
	font-size:				12px;
	font-weight:			bold;
	margin-bottom:			5px;
	color:					#333333;
}

.text {
	font-size:				9pt;
	line-height:			17px;
	margin-bottom:			3px;
	color:					#333333;
}

.dateAndTime {
	font-size:				11px;
	font-style:italic;
}

.linkCat{
	display:				block;
	font-size:				18px;
	font-weight:			500;
}

.link {
	font-size:				12px;
	font-weight:			bold;
	margin-bottom:			6px;
}

.catlink {
	font-size:				12px;
	font-weight:			bold;
	line-height:			5px;
	margin-left:			2px;
}


.listTitle {
	font-size:				12px;
	font-weight:			400;
}

.newsMoreLink{
	margin-bottom:			20px;
	top:					-10px;
}

.newsArchiveLink{
    margin-top:				20px;
	margin-bottom:			20px;
}

.alert {
	margin-top:				2px;
	margin-bottom:			2px;
	color:					red;
	font-weight:			bold;
	font:					Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
}	

.adminNav {
}

.adminNav a{
	color:					#FF0000;
}

/* pictures ----------------------------------------------------------------------------------------------------------------
*/

.pic {	
	display: block;
	font-size:				11px;
	font-style:italic;
	margin-bottom:			10px;
	margin-top:			10px;
}
.clear {
	clear:        both;
}

.showNewsThumb {
	margin-bottom:			10px;
}




.subnavigation {
	font-size:				10px;
	padding-right:			30px;
	line-height:			10px;
}


.list {
	font-size:				14px;
	font-weight:			bold;
}

.image {
	margin-bottom:				10px;
	margin-left:		0px;
}

/* sitemap ----------------------------------------------------------------------------------------------------------------
*/

.sitemapTopLevel {
	font-size:				14px;
}

.sitemapSubLevel {
	font-size:				12px;
	margin-left:			20px;
}

.sitemapItem {
	font-size:				11px;
	margin-left:			30px;
}

.spacerFloatLeft {
	float:					right;
}

.inlineForm {
  display: 					inline;
}

.bigTextField {
   width:					390px;
   height:					400px;
   font-size:				10px;
}
.miniSubmit {
	width:				80px;
	font-size:			10px;
	padding:			0px;
	margin:				0px;
	line-height:		15px;
}

.miniSelect {
    width:				100px;
	height:				16px;
	font-size:			10px;
}
/* --------------------------------------------S E L E C T O R S----------------------------------------------------------*/

#divMainContent a {
	color:#660033;
	text-decoration:		none;
}


a.navActive  {
  text-decoration:		none;
  color:#FF6600;
  padding-right:	5px;
}

.navPassive {
  color:#FF9900;
  text-decoration:		none;
  padding-right:	5px;
}
