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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			9pt;
	background-color:	#FFFFFF;
	color:#333;
	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:					930px;
}

#divSitmapMain {
}


#divLogo {
  width:					930px;
  font-size:				24px;
  padding:			20px 0 35px 0;
  text-align:justify;
  font-size:36px;
}


#divNav {
	position:				relative;
	left: 					0px;
	margin-bottom:			1px;
	font-weight:			bold;
	font-size:16px;
}


#divSubNav {
	padding: 8px 0 0 0;
	font-size:				11px;
	font-weight: normal;
}

#divSubNav a{
	color:#C30;	
}
	

#divToolNav {
}	

#divAdminNav {
	margin:			0 0 10px 0;
	font-weight: bold;
	background-color:#CCC;
}	

#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:				30px 0 0 0;
	padding-left:			0px;
	border-color:			#CCCCCC;
	
}	

#divContent a{
	color:#F00;
}	

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

.content {
	display:		block;
	position:		relative;
	width:			750px;	
	padding: 0 0 20px 0;
}	

.rightItems {
	display:		block;
}

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

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

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

.titel, h1 {
	display: block;
	font-size:				18px;
	font-weight:			normal;
	margin-bottom:			15px;
	margin-top:				3px;
	
}

.untertitel {
	display: block;
	font-size:				13px;
	font-weight:			bold;
	margin-bottom:			5px;
}

h2 {
	display: block;
	font-size:				12px;
	font-weight:			bold;
	margin-bottom:			5px;
}

.text, p {
	display: block;
	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:					5px 0 5px 0;
	padding: 5px 0;
}


.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----------------------------------------------------------*/

#divNav{font-size: 1.6em;}

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


#divNav .navActive  {
  text-decoration:		none;
  color:#e26500;
  padding-right:	10px;

}

#divNav .navPassive {
  color:#6F5340;
  text-decoration:		none;
  padding-right:	10px;
}

#divSubNav{font-size: 0.80em;}

#divSubNav .navActive  {
  text-decoration:		none;
  color:#666;
  padding-right:	10px;
}

#divSubNav .navPassive {
  color:#999;
  text-decoration:		none;
  padding-right:	10px;
}

#divSubNav a:hover {
	text-shadow: 0px 0px white;
	color: #F60
}

#divNav a:hover  {
  color:#e26500;
}