body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:link {
	color: #0002BF;
	text-decoration: underline;
}

a:visited {
	color: #0002BF;
	text-decoration: underline;
}

a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #AE002C;
	text-decoration: underline;
}

a[name]:hover {
	color: inherit;
	text-decoration: none;
}
	
#divLeft {
	position:relative;
	width:120px;
	float:left;
}	
	
	.sideBox {
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
		.sideTitle {
	background-color: #91BEFF;
	padding: 5px;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333333;
	letter-spacing: -.5px;
	font-weight: bold;
	height: 12px;
}
		
		.sideBoxText {
			padding:4px;
			font-size:x-small;
		}

#divMain {
	top:20px;
	left:5px;
	width:80%; 
	border: 1px solid #333333;
	padding-top: 18px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 18px;
	float:left;
}

	#divPageTitle {
		position:relative;
		left:15px;
		top:-11px;
		width:100px;
		padding:3px;
		font-size:smaller;
		font-family:Arial, Helvetica, sans-serif;
		border: 1px solid #333333;
		letter-spacing: -.5px;
		font-weight:bold;
		background-color:#ccccee;
	}
	
	h1, .topheader {
		font-size:medium; 
		font-weight:bold; 
		margin-bottom:-10px; 
		margin-top:25px;
/*		font-variant:small-caps; */
	}

	h2 {
		font-size:small;
		margin-bottom:-12px;
		font-variant:small-caps;
	}
	
	#divTitleBox {
	width: 180px;
	height: 14px;
	color: Black;
	position: relative;
	left: -31px;
	top: -29px;
	padding: 3px;
	border: 1px solid #333333;
	background-color: #ADAFE5;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
	.smallMargin {
		margin-top:-8px;
	}
	
#divRight {
	position:relative;
	top:1px;
	width:127px;
	float:right;
}

#divFooter {
	position:relative;
	top:25px;
	width:100%;
	padding:0.5em;
	color:black;
	background-color:#66ccff;
	clear:left;
	font-size: xx-small;
}

hr {
	color : #767981;
	height : 1px;
}

.label {
	font-weight:bold;
}

h3 {font-size:small; margin-bottom:-15px; font-style:italic; font-weight:normal}

a.BackToTop {font-weight:bold; color:#9999cc;}
a.BackToTop:visited {font-weight:bold; color:#9999cc;}

.smallNav {margin-top:-10px; margin-bottom:-10px; font-weight:bold; font-size:xx-small}

a.blueLink {color:darkblue; font-size:xx-small; font-weight:bold; text-decoration:underline;}
a.blueLink:visited {color:darkblue; font-size:xx-small; font-weight:bold; text-decoration:underline;}
a.blueLink:hover {color:#000099; font-size:xx-small; font-weight:bold; text-decoration:none;}


p.smallMargin {margin-top:0px}


.there {font-weight:bold; color:#ff6600;}
.NotThere {font-weight:normal; color:#000000;}
.heading {margin-bottom:4px; font-size:medium; font-weight:bold;}

.Warning
{
	font-weight:bold;
	color:red;
}

/*************************************************************************
CSS MENU - NEW. Used by default
Used by "WriteCSSMenu thisparentid" in skin.asp
BLUE MENU */
#navcontainer
{
	margin-left: 0px;
	border-right: 0px solid #000;
	padding: 0;
	margin-bottom: 0em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #2A4E9D;
	color: White;
	font-size: 12px;
	font-weight: bold;
}




#navcontainer2
{
margin-left: 0px;
border-right: 0px solid #000;
padding: 0;
margin-bottom: 0px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
font-size:12px;
font-weight:bold;

}

#navcontainer2 ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
margin-bottom:-20px;
}

#navcontainer2 li
{
border-bottom: 1px solid #90bade;
margin: 0;
margin-bottom:-20px;
}

#navcontainer2 li a
{
display: block;
padding: 5px 0px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

#navcontainer2 li a { width: auto; }





#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #2A4E9D;
margin: 0;
}

/*************************************************************************
CSS MENU - NEW. 1. Menuebene - NICHT selektiert
 */
#navcontainer li a
{
	display: block;
	padding: 5px 0px 5px 5px;
	border-left: 10px solid #2C51AB;  /* siehe VODC07-Homepage */
	border-right: 10px solid #457DBB; /* siehe VODC07-Homepage */
	background-color: #728AC0;        /* siehe VODC07-Homepage */    
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a { width: auto; }

/*************************************************************************
CSS MENU - NEW. 1. Menuebene - Maus über ...
 */
#navcontainer li a:hover
{
border-left: 10px solid #2C51AB;    /* siehe VODC07-Homepage */
border-right: 10px solid #638CD4;   /* siehe VODC07-Homepage */
background-color: #2A4E9D;          /* siehe VODC07-Homepage */   
color: #fff;
}

#navcontainer li li
{
border-top: 1px solid #2A4E9D;
border-bottom: 0;
margin: 0;
font-size:11px;
font-weight:normal;
}

/*************************************************************************
CSS MENU - NEW. 2. Menuebene - NICHT selektiert
 */
#navcontainer li li a
{
display: block;
padding: 1px 0px 1px 15px;
border-left: 10px solid #2C51AB;
border-right: 10px solid #457DBB;
background-color: #728AC0;
color: #eee;
text-decoration: none;
width: 100%;
}

#navcontainer li li li
{
border-top: 1px solid 2A4E9D;
border-bottom: 0;
margin: 0;
font-size:10px;
}

/*************************************************************************
CSS MENU - NEW. 2. Menuebene - NICHT selektiert
  wird in VODC07 NICHT verwendet*/
#navcontainer li li li a
{
display: block;
padding: 1px 1px 1px 25px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #728AC0;
color: #eee;
text-decoration: none;
}

#navcontainer img
{
  padding-right:3px;
}


/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/
#menutop
{
	margin-top:1px;
}

#menutop a
{
  padding-right: 2px;
  padding-left: 2px;
  font-size: 12px;
  padding-bottom: 3px;
  color: #28519E;
  padding-top: 3px;
  border-top: #eee 0px solid;
  border-bottom: #eee 0px solid;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  text-decoration: underline;
  height:20;
  line-height: 23px;
  margin-left:0px;
  white-space:nowrap;
  margin-left:-4;
}

#menutop a:hover
{
	text-decoration: none;
	border:1px solid #118;
	background-color:#2586d7;
	padding:3px 2px;
	color: #fff;
	white-space:nowrap;
}

.seperator
{
  border-left: #e6e6ee 1px solid;
  border-right: #a7a6aa 1px solid;
  width:0px;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:3px;
  margin-right:7px;

}




/* the right mouse context menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}