

body {
	  /*background-color: #FEF49B;
	  background-image: url("images/TVS-Logo%20Kopie.gif");
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: right;
	   margin: 10px 40px 10px 30px; */

	}
h1 	{
	  font-family: arial, verdana, sans-serif;
	  font-size:24;
	  color:#FAEF3D;
	  border-width: thick;
	  border-style: ridge;
	  border-color: gold;
	  background: #400858;
	  padding: 10px 10px 10px 30px;
	}
h2 	{
	  font-family: arial, verdana, sans-serif;
	  font-size:18;
	  color:#FAEF3D;
	  border-width: thick;
	  border-style: ridge;
	  border-color: gold;
	  background: #400858;
	  padding: 2px 2px 2px 75px;
	}
h3 	{
	  font-family: arial, verdana, sans-serif;
	  font-size:18;
	  color:#FAEF3D;
	  border-width: thick;
	  border-style: ridge;
	  border-color: gold;
	  background: #400858;
	  padding: 2px 10px 2px 20px;
	}
/*Header erste klasse*/
ph1 {
		font-family: arial, verdana, sans-serif;
		font-size: 18;
		font-style: italic;
		color: #5E0284;
		background-color: #F9BC39;
		font-weight: bold;
		/*text-decoration: underline;*/
		padding-left: 30px;
		padding-right: 50px;
		padding-top: 5px;
		padding-bottom: 8px;
		border-width: 2px;
		border-style: outset;
		border-color: #43439F;	
	}
/*Paragraph Normal*/
p0 	{
	  font-family: verdana, arial, sans-serif;
	  font-size: 12;
	  font-weight: normal;
	  text-align: left;
  

	}
/*Paragraph Normal*/
p 	{
	  font-family: verdana, arial, sans-serif;
	  font-size: 12;
	  font-weight: normal;
	  /*text-indent: 150px;/*Linke rand*/
	  text-align: left;
  

	}
/*Paragraph Ersteklasse*/
p1	{
		font-family: verdana, arial, sans-serif;
		font-size: 14;
		text-align: left;
		color: #3D4193;/*Light Blue*/
		background-color:#FFF5A5; /*Light Yelow*/
		padding: 2px 2px 2px 2px;
		border-width:1px;
		border-style:outset;
		border-color:yellow;
		/*text-indent: 90px;*/
	}
/*Paragraph Ersteklasse*/
p2	{
		background: url(images/streife_kurz.gif) repeat-x;
		font-family: verdana, arial, sans-serif;
		font-size: 14;
		text-align: left;
		color: #3D4193;/*Light Blue*/
		background-color:#FFF5A5; /*Light Yelow*/
		padding: 2px 2px 2px 2px;
		border-width:1px;
		border-style:outset;
		border-color:yellow;
		/*text-indent: 90px;*/
	}
p3	{
		font-family: verdana, arial, sans-serif;
		font-size: 14;
		text-align: left;
		padding: 1px 1px 1px 1px;
		border-width:0px;
	}
	/*Span im verbindung mit P ROT*/
span.RotBold {
			
			font-size:18;
			color:red;
			font-weight:bold;
			
		}
/*Span im verbindung mit P ROT*/
span.Rot {
			font-size:28;
			color:red;
			font-weight:normal;
		}
span.Blue {
			
			font-size:18;
			color:blue;
			font-weight:bold;
			font-style:underline;
			
		}
/*Span im verbindung mit P ROT*/
span.BlackBold {
			
			font-size:18;
			color:black;
			font-weight:bold;
			
		}
/*Span im verbindung mit P ROT*/
span.Black {
			
			color:black;
			font-weight:normal;
			
		}		/* Teaserbox */
.ws-teaser {
			position: relative;/*fuer IE*/
			width: 200px;
			background-color: #e7d5b5;
			border: solid 1px  #304e6a;
			}
#wrapper .tip .ws-teaser h4 {
			position: relative;/*fuer IE*/
			margin: 0;
			padding: 3px 0 3px 5px;
			font-family: 'Trebuchet MS', sans-serif;
			font-weight: bold;
			background-color: #304e6a;
			color: #e0e0e0;
}
.ws-teaser p {
			font-family: Arial, sans-serif;
			font-size: 95%;
			color: #000;
			margin: 0;
			padding: 10px;
			line-height: 150%;
}
  /*-----UL und LI ----*/
ul#VollKreis {
    list-style: disc;
	font-family:Arial, sans-serif;
	font-size: 16;
	font-weight:normal;
	float:justify;
    margin: 0px 0px 10px 50px;
	padding:0px 0px 0px 0px;
  }
  ul#VollKreis  li {

    margin: 0px 0px 5px 0px;
	padding: 0px;
  }
    /*----- 2 ----*/
ul#LeerKreis{
    list-style: circle;
	font-family:Arial, sans-serif;
	font-size: 16;
	font-weight:normal;
	float:justify;
    margin: 0px 0px 10px 35px;
	padding:0px 0px 0px 0px;
  }
  ul#LeerKreis  li {

    margin: 0px 0px 5px 0px;
	padding: 0px;
  }
  /*------ 3 -------*/
 ul#Rechteck {
    list-style: square;
	font-family:Arial, sans-serif;
	font-size: 16;
	font-weight:normal;
	float:justify;
    margin: 0px 0px 10px 30px;
	padding:0px 0px 0px 0px;
  }
  ul#Rechteck  li {

    margin: 0px 0px 5px 0px;
	padding: 0px;
  }
   /*------ 3 -------*/
 ol#numm {
    list-style-type: decimal;
	list-style-position:outside;
	font-family:Arial, sans-serif;
	font-size: 18;
	font-weight:bold;
	float:justify;
    margin: 0px 0px 10px 50px;
	padding:0px 0px 0px 0px;
  }
  ol#numm  li {

    margin: 0px 0px 5px 0px;
	padding: 0px;
  }
     /*------ 3 -------*/
 ol#buchstab {
	list-style-type:upper-alpha;
    list-style-position:outside;
	font-family:Arial, sans-serif;
	font-size: 16;
	font-weight:normal;
	float:justify;
    margin: 0px 0px 10px 50px;
	padding:0px 0px 0px 0px;
  }
  ol#buchstab  li {

    margin: 0px 0px 5px 0px;
	padding: 0px;
  }
/*--------------------------------- Test bereich ----------------------------------------------------*/
#links {
		font-family: Arial, sans-serif;
		font-size: 95%;
		color: #000;  
		border-left-width:2.5em;
		border-left-style:solid;
		border-color:red;
		padding-left:2.5em;
		text-align:justify;
}

#linksrechts {
  border-left-width:2.5em;
  border-left-style:solid;
  border-left-color:red;
  padding-left:2.5em;
  border-right-width:2.5em;
  border-right-style:solid;
  border-right-color:green;
  padding-right:2.5em;
  text-align:justify;
}

#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:blue;
  padding:2.5em;
  text-align:justify;
}


/*----------------------------------------------------------------------------------*/