body{
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #f4f4f4 url(images/backround.gif) top center repeat-y;
}

a {
text-decoration: none;
color: #74A8F5;
}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
height: 50px; /*Height of top section*/
margin: 0 0 8px 0;
border: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*  margin-left: 200px; /*Set left margin to LeftColumnWidth*/
margin: 0 0 20px 160px; /* oben rechts unten links */
border-left: 1px solid #f0f0f0;
line-height: 1.6em;
text-align: left;
}



#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
/* border-right: 1px solid #f0f0f0; */
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(images/logo.skv.gif) top left no-repeat;
border-bottom: 1px solid #749ED3;
}
/* Menü */

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #749ED3;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #749ED3;
}	
	
#menu li a:hover {
background: #749ED3;
color: #ffffff;
border-left: 5px solid #749ED3;
}

/* Submenü */

#submenu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#submenu li {
margin-bottom: 4px;
}

#submenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #749ED3;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #749ED3;
}	
	
#submenu li a:hover {
background: #749ED3;
color: #ffffff;
border-left: 5px solid #749ED3;
}

#footer{
clear: left;
width: 100%;
margin: 0 auto;
color: #749ED3;
border-top: 3px solid #749ED3;
text-align: center;
font-size: 0.9em;
padding: 10px 0 20px 0;
}

#foooter { /* old footer */
clear: both;
width: 760px;
text-align: center;
}
#footer a {
color: #749ED3;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.leftnews {
margin: 1px 0 1px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

/* Textgestaltung */

.hide {display: none;}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.error {
  background-color: #FF4500;
}
p.error {
  background-color: #FF4500;
  border-width: 2px 2px 2px 2px;
  border-style: dashed;
  border-color: #000000;
  padding: 5px 5px 5px 5px;
  font-size: 1.2em;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #749ED3}
.style7 {color: #74A8F5}

/* Bilder Mittig*/

img.innertube {
  text-align: center;
}


/* Überschriften */

#contentcolumn h1 {
font-size: 1.8em;
margin: 0 0 0.5em 0;
color: #74A8F5;
}

#contentcolumn h2 {
font-size: 1.5em;
margin: 1.2em 0 0.5em 0;
color: #749ED3
}

#contentcolumn h3 {
font-size: 1.3em;
text-align: center;
margin: 25px 0 10px 0;
color: #999999
}

#contentcolumn h4 {
font-size: 1.3em;
margin: 0 0 0.5em 0;
font-weight: bold;
}

#contentcolumn h5 {
font-size: 1.2em;
margin: 0 0 0.5em 0;
}

/* Sonstige Schriften */

pre
{
font-family: monospace, serif;
font-size: 1em;
margin: 0.5em 0 0.5em 0;
}

/* Tabellen mit "Rand" */
#contentcolumn table.border {
  margin-left:auto; 
  margin-right:auto;
  text-align: left;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
#contentcolumn table.border th {
	border-width: 0px 0px 0px 0px;
  text-align: center;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #74A8F5;
}
#contentcolumn table.border td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #F5F5F5;
}

.noborder {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: #FFFFFFFF;
}

/* Tabelle ohne Rand */

#contentcolumn table {
  margin-left:auto; 
  margin-right:auto;
  text-align: left;
}

/* Experiment Fomular Boutens */

input.send
{
  background-image:url(images/weiter.gif);
  background-repeat: no-repeat;
  border: 1px #FFFFFF; 
  background-color: #FFFFFF; 
  color: #FFFFFF; 
}
input.del
{
  background-image:url(images/daten_loeschen.gif);
  background-repeat: no-repeat;
  border: 1px #FFFFFF; 
  background-color: #FFFFFF; 
  color: #FFFFFF; 
}
