


a img {
	border: 0.1px none #000000;
}

/*normal links in the text*/
a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #D3AD5C;
	text-decoration: underline;
}

/*now follow the section links in the navigation bar on the left side*/        
a:link.nav {
	background: url('images/rugbg.gif');
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:600; 
	text-decoration:none;
}


a:visited.nav {
	background: url('images/rugbg.gif');
	color: #D3AD5C;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a:hover.nav {
	background: url('images/rugbg.gif');
	color: #7BC66B;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

/*these are the sub-section links in the navigation bar on the left side*/ 
a:link.nav2 {
	background: #003366;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

a:visited.nav2 {
	background: #003366;
	color: #FF8C00;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

a:hover.nav2 {
	background: #003366;
	color: #7FFFD4;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

/*the actual page*/
a.navtot {
	background: #003366;
	color: #CDCDCD;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
/*the actual page*/
a.navtot2 {
	background: #003366;
	color: #CDCDCD;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

/*to emphasize words, use it inline with a <span> class*/
big {
	font-size: larger;
}

body {
	background: #FFFFFF url('images/rugbg.gif') repeat-y; /* that will be repeated only along the y-axis [North/South] */
	color: #000080;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; /*margins are set to zero*/
	padding-top: 0px
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*the 'back to the top' image*/
img.top {
	float: right;
	margin-right: -5px;
}

p ol, p ul, p dl, ol ul {
	font-size: 0.8em;
}
/*and here the I prevent the incredible shrinking text*/
p, ol, ul, dl {
	font-size: 0.8em;
}
/*font-family is already defined, here I only set the font-size*/
pre {
	background: #F7F7F7;
	border: 1px solid #000080;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px; /*here I define the HTML <pre> tag*/
	padding: 4px;
	white-space: pre;
}

/*not really necessary, but one never knows...use it inline with a <span> class*/
small {
	font-size: smaller;
}

/*NN 4.xx needs that...*/
strong, b {
	font-weight: 800;
}

.box {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border-color: #48D1CC;
	border-style: groove;
	border-width: 2px;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.box-1 {
	/*this is a box where the bottom-navigation and the copyright will be placed*/
	border:2px groove none; background:#FFFFFF; color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-left: 160px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	margin-bottom: 10px;
	max-width: 770px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
	
	
}


.Inhalt p {
	max-width: 650px;
}

.Page-top {
    background: #FFFFFF;
    color: #003366;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 160px;
}

.Article-top {
    background: #FFFFFF;
    color: #003366;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 160px;
}

.Header {
    background: #FFFFFF url('images/rugbg.gif') repeat-x;
    color: #003366;
    height: 100px;
	margin-left: 140px;
	margin-top: 0px;
}

.header h1  {
  background:transparent;
  padding-top: 15px;
  text-align: center;
  font-family: "HandelGothic BT", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #D3AD5C;
  font-size: 40px;
  

}

.header h2  {
  background:transparent;
  padding-top: 15px;
  text-align: center;
  font-family: "HandelGothic BT", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #D3AD5C;
  font-size: 30px;
  

}


.slogan {
  background:transparent;
  margin-right: 20px;
  padding: 0;
  text-align: right;
  color: #D3AD5C;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.Content {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	color: #003366; /*to insure readability*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 160px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 770px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
}

.Footer {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-left: 160px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	margin-bottom: 10px;
	max-width: 770px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
	border-color: #184A18;
	border-style: groove;
	border-width: 2px;
}


.Kommentar {
	background: #F7F7F7;
	color: #FF6633;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /*to include a commentary in the <pre> area I use this in a <span> class*/
}

.lrand {
	float: left;
	padding-right: 7px;
}

.mint {
	background: #FFFFFF;
	color: #009999;
}

.mit {
	text-align: justify;
}

.navbox {
	background:  url('images/rugbg.gif');
	border-color: #D3AD5C;
	border-style: groove;
	border-width: 2px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px; /*some button-like boxes for the left-side navigation*/
	margin: 2px;
	padding: 2px;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 3px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 135px;
	width: 135px;
}
.logo {
    position: absolute;
    top: 10px;
    left: 5px;
    
}
    
.oldbrowser {
	display: none;
}

.outlinke {
	background: #FFFFFF;
	color: #C71585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 -120px;
}

.red {
	background: #FFFFFF;
	color: #FF0000;
}

.ROT {
	background: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	font-weight: 600;
}

.rrand {
	float: right;
	padding-left: 7px;
}

.six {
	background: transparent;
	color: #999999;
	font-size: 11px;
}

.skipnav {
	display: none;
}

div.tabArea {
  font-size: 12px;
  font-weight: bold;
  margin-left: 160px;
}

a.tab {
  background: #08215A;
  border: 2px solid #0099CC;
  border-top-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a:visited.tab {
  background: #FF0000;
  color: #FFFFFF;
  text-decoration: none;

}

a:hover.tab {
  background: #66CCFF;
  color: #FFFFFF;
  text-decoration: none;

}

a.tab, .activeTab {
  background: #08215A;
  color: #FFFFFF;
  text-decoration: none;

}