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:		"Courier New", Courier, mono;
	font-size:			9pt;
	background-color:	#FFFFFF;
	color:#000000;
}

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:			left;
}

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

#divMain {
  position:					relative;
  text-align:				left;
  top:						53px;
}

#divSitmapMain {
  position:					relative;
  left:						20px;
  text-align:				left;
  top:						20px;
}


#divLogo {
  height:					77px;
  width:					212px;
  text-align:				right;
}


#divNav {
	position:				absolute;
	left:					-2px;
	top:					83px;
	width:					212px;
	text-align:				right;
	line-height:			17px;
}

#divSubNav {
	position:				relative;
	width:					212px;
	text-align:				right;
	line-height:			12px;
	font-size:				11px;
	margin-bottom:			2px;
	padding-right:			0px;
}
	

#divToolNav {
	position:				absolute;
	top:					-3px;
	left:					220px;
	height:					77px;
	text-align:				left;
}	

#divAdminNav {
	position:				absolute;
	left:					402px;
	top:					0px;
	width:					300px;
	padding-left:			5px;
	color:					#FF0000;
}	

#divAdminNav a {
 color:						#FF3300;
 font-weight:				bold;
}

#divAdminNav a:hover {
 color:						#999999;
}

#divMainContent {
	position:				absolute;
	left:					242px;
	text-align:				left;
	margin-top:				8px;
}	

#divContent {
	min-height:				300px;
	width:					395px;
}	

#divFooter {
	width:					390px;
	text-align:				right;
	height:					16px;
	padding-bottom:			20px;
}

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

.titel {
	font-size:				24px;
	font-weight:			bold;
	margin-bottom:			6px;
}

.untertitel {
	font-size:				14px;
	font-weight:			bold;
	margin-bottom:			3px;
}

.text {
	line-height:			15px;
	margin-bottom:			3px;
}

.dateAndTime {
	font-size:				9pt;
	font-weight:			800;
}

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

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

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

.leftItems {
	position:				absolute;
	width:					212px;
	left:					-242px;
	top:					200px;
	text-align:				right;
	font-size:				11px;
}

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

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

.newsArchiveLink{
    font-size:				14px;
    margin-top:				20px;
	margin-bottom:			20px;
	text-align:				left;
}

.navActive {
  color:					#666666;
  background-color:			#E8E6E8;
}

.navPassive {

}

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

.adminNav {
	text-align:				left;
}

.adminNav a{
	color:					#FF0000;
}

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

.pic {	
	width:					390px;
	font-size:				8pt;
	font-weight:			400;
	text-align:				right;
	margin-bottom:			10px;
}

.showNewsThumb {
	margin-bottom:			10px;
}




.subnavigation {
	font-size:				10px;
	padding-right:			30px;
	line-height:			10px;
	background-color:		#CCCCCC;

}


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

.image {
	text-align:				left;
}

/* 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;
   border: 					1px solid;
   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----------------------------------------------------------*/

a {
  color:					#0099CC;
}

a:link {
 	text-decoration:		none;
}

a:hover {
	text-decoration:		none;
	color:#CCCCCC;
}

a:visited {
   	text-decoration:		none;
}