/* Reset
----------------------------------------------- */

*	{
	margin:0;
	padding:0;
	border:0;
}
	
/* Global 
----------------------------------------------- */

html 	{
	overflow-y: scroll; 
}

body	{
	background-image: url(/wsi/bgr_body.jpg); 
	color: #303030;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center;
}

/* HTML elements
------------------------------------------------ */

a:link,
a:visited {
	font-weight: bold;
	color: #4a8;
	text-decoration: none;
}

a:hover { 
	color: #6db;
}

a:focus {
	outline: none;
}

h1 	{
	color:#4a8;
  	font-size: 1.67em;
	margin-top:.5em;
	margin-bottom:.5em;
}

h2 	{
  	font-size: 1.2em;
}

h3 	{
  	font-size: 1.1em;
}

h4, h5, h6 {
  	font-size: 1em;
}

h2,h3,h4,h5,h6 {
	margin-top:.5em;
	margin-bottom:.4em;
}

img, 
a img	{
	border: 0;
}

p	{
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}

ul 	{
	list-style-type:square;
	margin-left: 30px;
}

ol	{
	margin-left:20px;
}


/* Layout declarations
----------------------------------------------- */

#all {
	background: white;
	border:1px solid #015;
	margin: 10px auto;
	width: 900px;
	min-height:470px;
	text-align: left;
	position: relative;
}

#header {
	height: 130px;
	padding-top: 0px;
}

#navmain {
	clear: both; 
	background-image: url(/wsi/bgr_navmain.jpg);
	height: 28px;
	padding-top: 0px;
	text-align: left;
}

#navsub {
	clear: both;
	background: #fff;
	float: left;
	width: 180px;
	padding-top: 0px;
	position: absolute;
	top: 20px;
	left: 15px;
}

#content {
	background: #fff;
	float: left;
	width: 500px;
	padding: 20px 20px 50px 220px;
}


#infobar {
	background: #fff;
	float: right;
	width: 160px;
	padding-top: 0px;
}

#footer	{
	clear: both;
	background-image: url(/wsi/bgr_footer.jpg);
	color: #ccf;
	font-size: .85em;
	padding-top: 5px;
	text-align: center;
	width: 900px;
	height: 20px;
}


/* Hauptnavigation
------------------------------------------------ */

#navmain ul {
	margin: 0px;
	padding-left: 270px;
}
#navmain ul li {
	display: inline;
	list-style: none;
	padding: 0px;
} 

#navmain ul li a,
#navmain ul li a:visited {
	padding: 0px;
	text-align: left;
}

#navmain ul li a:hover {
	padding: 0px;
	text-align: left;
}

/* Subnavigation
------------------------------------------------ */

#navsub ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navsub ul li {
	list-style: none;
	padding:10px 0px 10px 10px;
}
#navsub ul li a,
#navsub ul li a:visited {
	font-size: 1em;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	color: #015;
}
#navsub ul li a:hover {
	color: #6db;
}

#navsub ul li a.navsubtitle,
#navsub ul li a.navsubtitle:visited {
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	color: #4a8;
}

#navsub ul li a.navsubtitle:hover {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #6db;
}

.navsubitem1 {
	padding-left: 15px;
}



/* Infobar
------------------------------------------------ */

#block-info	{
	width:148px;
	border:1px solid #015;
	margin-top:30px;
	margin-left:5px;
	}

.block-info-header {
	font-size: 12px;
	color: #383b3f;
	background-color: #6db;
	display: block;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.block-info-item {
	font-size:10px;
	color:#383b3f;
	padding:5px;
	text-align: left;
	}

.info	{
	font-size: 10px;
	}

a.info,
a.info:link,
a.info:active,
a.info:visited {
	color:#4a8;
	font-weight:bold;
	text-decoration:none; 
}

a.info:hover { 
	color: #6db;
	font-weight: bold;
	text-decoration: none; 
}



/* Footer
------------------------------------------------ */

#footer a:link,
#footer a:visited {
	font-weight:normal;
	color: #ccf;
	text-decoration: none;
}

#footer a:hover { 
	color: #4a8; 
}


/* Forms
----------------------------------------------- */

fieldset {   
      padding: 10px; 
      padding-top: 10px; 
      border: solid 1px silver; 
      margin-bottom: 1em; 
}  

legend {   
      font-weight: bold;  
}

form  {    
      color: #303030; 
  }

input,
select	{
      background-color: #fff;
      border: 1px inset #eae9e6;
      width:400px;
      height:20px;
      line-height:130%;
}

textarea {
      font-size: 0.8em;
      background-color: #fff;
      border: 1px inset #d9d9d9;
      width:400px;
      height:80px;
}

.input-req {
      background-color: #eee;
}

.input-button {
      font-size: 0.8em;
      color:#000;
      background-color: #60d9b0;
      border: 2px outset #4a8;
      width:105px;
      height:20px;
      text-align:center;
      cursor:pointer;
}

.input-radio {
      width:10px;
      height:10px;
}

/* Tables and lists
----------------------------------------------- */

.table-1 {
      border-collapse: collapse; 
      border-width: 1px; 
      border-style: solid; 
      border-color: silver; 
      padding: 3px;  
      width: 100%;
}

.table-1 th { 
      background-color: #6db;
      border-collapse: collapse;  
      border-width: 1px;  
      border-style: solid;  
      border-color: silver;  
      padding: 3px; 
}

.table-1 td { 
      border-collapse: collapse;  
      border-width: 1px;  
      border-style: solid;  
      border-color: silver;  
      padding: 3px; 
}

.spot-table {
      width:119px;
      height: 150px;
      border:1px solid #015;
      margin-top:15px;
      margin-left:5px;
}

.spot-table-header {
      font-size:12px;
      color: #fff;
      background-color: #4a8;
      display:block;
      height:20px;
      text-align:center;
}

.spot-table-content {
      font-size:10px;
      color:#383b3f;
      padding-top:2px;
      padding-left:2px;
      text-align: left;
}

.spot-table-content ul {
      margin-left: 15px;
}

.spot-table-footer {
      color:#4a8;
      font-size:14px;
      font-weight:bold;
      padding-top:15px;
      text-align:center;
}

/* Sonstige Klassen
----------------------------------------------- */

.eyecatcher {
      color:#015;
      font-weight: bold;
      text-align: center;
}

.spot {
      border:1px solid #015; 
      background-color:#6db;
      margin:auto; 
      padding:10px;  
      text-align:center;
      width:100px; 
}

.smalltext {
      font-size:9pt;
      font-weight:normal;
}

.verysmalltext {
      font-size:7pt;
      font-weight:normal;
}

.tur1 {
      color:#4a8;
}

.tur2 {
      color:#6db;
}

.blu1 {
      color:#015;
}
	
