/* R.A.M. Realtime Application Measurement GmbH
------------------------------------------------ */

body {
	background: #e5e5e5;
	font-size: 100.01%;
	text-align: center;
       font-family: Helvetica,Arial,sans-serif;
       margin: 0; padding: 1em;
       min-width: 32em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
	border-bottom: 1px solid #000;
}

a:visited {
	color: #333;
	border-bottom: 1px solid #333;
}

a:active, a:hover {
	color: #2A629C;
	border-bottom: 0;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #c60;
	color: #c60;
}

/* logo
------------------------------------------------ */
#toplogo {
    height: 100px;
    width: 98%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #C0C0C0;
    color: #000;
    text-align: center;
}

/* header
------------------------------------------------- */
h1 {
       background: #e5e5e5;
	height: 33px;
	width: 98%;
	margin: 0 auto;
	color: #606060;
	font-size: 2em;
	letter-spacing: 1px;
	font-weight: normal;
       padding-top: 10px;
       padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* navigation
------------------------------------------------- */
#navi {
	width: 98%;
       min-width:900px;
	margin: 0 auto;
	background: #fff;
}

#navi ul li {
	list-style: none;
	float: left;
	margin-bottom: -20px;
}

html>body #navi ul li {
	margin-bottom: 0;
}

#navi ul li a {
	display: block;
	float: left;
	padding: 3px 12px;
	font-size: 0.5em;
	text-transform: uppercase;
	border-bottom: 0;
	letter-spacing: 1px;
}

#navi ul li a:link {
	color: #386A96;
}

#navi ul li a:visited {
	color: #386A96;
}

#navi ul li a:active {
	color: #fff;
	background: #386A96;
}

#navi ul li a:hover {
	color: #fff;
	background: #386A96;
}

/* highlighted navigation link
------------------------------------------------- */
#navi ul li a.hl:link {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:visited {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:active {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:hover {
	color: #fff;
	background: #386A96;
}

/*  main
---------------------------------------------------------- */

#sidebar {
    position: absolute;
    right: 0px;
    width: 240px;
    font-size: 0.9em;
    float: right
    background: #a0b0c0;
}


#content {
    position: absolute;
    left: 10px;
    margin-right: 250px;
padding: 0 1em;
}

#fullpage {
    position: absolute;
    width: 98%;
    left: 10px;
    margin-right: 10px;
    padding: 0 1em;
}


#noscriptinfo {
     font-family: "Comic Sans MS",Arial;
     font-size:	16px;
     color: red;
     margin: 20px;
     padding: 20px;
     font-weight: bold;
     font-style:italic;
     background: #e5e5e5;
     background-color: transparent;
    border-style: solid;
    border-width: thick;
    border-color: blue;
     text-align: left;
}


/* searchform
------------------------------------------------- */
.searchform {
	background: #7695B7;
	color: #fff;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

.searchform p {
	font-size: 10px;
	margin-top: 3px;
}

.searchform p #searchterm {
	width: 155px;
	font-size: 0.7em;
}

.searchform p #searchsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}

/* mailinglist
------------------------------------------------- */
.mailinglist {
	color: #fff;
	width: 216px;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

.mailinglist p {
	font-size: 10px;
	margin-top: 3px;
}

.mailinglist p #mailinglistsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}



#content h2, #main-c #content h3 {
	text-transform: uppercase;
	margin: 20px 30px -13px 0px;
	color: #cc0000;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

#content h2 a:link, #main-c #content h2 a:visited {
	border-bottom: 0;
	color: #ccc;
}

#content h2 a:active, #main-c #content h2 a:hover {
	color: #c00;
}

#content h3 {
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

#content p {
	margin: 15px 30px 10px 0px;
	color: #333;
	letter-spacing: 0.02em;
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
}


#content .tools {
	color: #c00;
	text-align: right;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
}

 #content .tools a:link, #main-c #content .tools a:visited {
	color: #666;
}

#content .tools a:active, #main-c #content .tools a:hover {
	color: #c00;
}

/* sidebar
------------------------------------------------- */
.sidebox {
	width: 223px;
	float: left;
	margin: -5em 0 0 1px;
}

.sidebox p {
	font-size: 0.7em;
	margin: 10px 10px 10px 10px;
	line-height: 1.5em;
	color: #2a629c;
}

.sidebox a:link {
	color: #2a629c;
	border-bottom: 1px solid #2a629c;
}

.sidebox a:visited {
	color: #357dca;
	border-bottom: 1px solid #357dca;
}

.sidebox a:active {
	color: #c00;
	border-bottom: 1px solid #c00;
}

.sidebox a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

.sidebox h4 {
	text-transform: uppercase;
	margin: 20px 10px -5px 10px;
	color: #2a629c;
	letter-spacing: 1px;
	font: normal 0.7em Georgia, "Times New Roman", Times, serif;
}

.sidebox ul {
	font-size: 0.7em;
	margin: 10px 10px 10px 40px;
	list-style: square;
	line-height: 1.5em;
	color: #2a629c;
}

/* footer
------------------------------------------------- */
#footer {
	background: #386A96;
	width: 521px;
	color: #96b9d8;
	font-size: 0.7em;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	clear: both;
}

#footer a:link, #main-c #footer a:visited, #main-c #footer a:active, #main-c #footer a:hover {
	color: #96b9d8;
	border-bottom: 1px solid #96b9d8;
}


.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			12px 0 16px 4px;
 margin:			0 0 0 40px;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.mittenbox {
      font-family: "Verdana",Arial;
      font-size: 18px;
      color: #404040;
      font-weight:	normal;
      background-color: transparent;
      text-align: center;
}
	
.text {
      font-family: "Verdana",Arial;
      font-size: 18px;
      color: #404040;
      font-weight:	normal;
      background-color: transparent;
      text-align: left;
      padding-right: 30px;
}

.mittig {
      font-family: "Verdana",Arial;
      font-size: 18px;
      color: #404040;
      margin-top: 40px;
      font-weight:	normal;
      background-color: transparent;
      text-align: center;
}


.titelzeile {
	margin: 0;
	padding-top: 20px;
      padding-bottom: 20px;
      font-size:	24px;
     font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #404040;
     background-color: transparent;
}


.infobox {
     font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
     font-size:	10px;
     color: red;
     margin: 20px;
     padding: 20px;
     font-weight: normal;
     font-style:italic;
     background-color: transparent;
     text-align: left;
}

.statbox {
     font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
     float: right;
     width:320px;
      margin-top: 40px;
     font-size:	10px;
     color: #c08080;
     font-weight: normal;
     background-color: transparent;
     text-align: center;
}

p.small01
{
      font-family: "Verdana",Arial;
      color: #404040;
      font-weight:	normal;
      background-color: transparent;
      text-align: center;
      font-size:75%;
}

.smallfont {
     font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
     font-size:	10px;
     color: #c08080;
     font-weight: normal;
     background-color: transparent;
     text-align: left;
}

.fuss {
      font-family: "Verdana",Arial;
      font-size: 12px;
      color: #404040;
      font-weight:	normal;
      background-color: transparent;
      text-align: center;
   padding-right: 30px;
}


#nowrap  { 
white-space:nowrap; 
}


