/*CascadinStyleSheets - Formatvorlage*/
/*Fachkräfte- und Stellenbörse*/
BODY	{
	/*background:#990033;*/
	/*background:yellow;*/
	/*color:white;*/
	color:black;
	font-family: "Times New Roman", serif;
	/*font-family: "Comic Sans MS", sansserif;*/
	font-family: "Verdana", sansserif;

	margin-right: 5%;
	margin-left: 10px;

}

.kopf{
	font-size:90%;
	color:white;
	font-weight:bolder;
	text-align:center;
	background-color:#FF9900;
	border-width:1px;
	border-style:solid;
	border-color:white;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:green;}
	
table {	
	margin-left:30px; 
	margin-right:0%; 
	font-size:90%;
	color:black;
	border-style:solid; 
	border-width:0px;
	border-color:#808080;}

.td_oben {
	text-align:left;
	vertical-align:top;

}


.pl { margin-left: 13px;}
.text80center {
	font-size:70%;
	color:black;
	text-align:center;
}

.text500px
	{width:500px;
	}

.text80 {
	font-size:70%;
	color:black;
}

P  	{
	margin-left: 30px;
	font-size:100%;
	}

H1, H2, H3, H4, H5 {
	/*color: white;*/
	color: #FF9900;
	margin-left: 0px;

}
UL  	{
	font-size:100%;	}
OL  	{

	font-size:100%;
	}

H1	{
	font-size: 180%; 
	font-style: normal; 
}
H2	{
	font-size: 150%; 
	font-style: normal; 
}
H3	{
	font-size: 130%; 
	font-style: normal; 

}
H4	{
	font-size: 110%; 
	font-style: italic;
	margin-bottom:0px;
}
H5	{
	font-size: 80%; 
	font-style: italic; 
}

	/*****Links*/
a:link { 	/*color:blue; */
	font-style: normal; 
	text-decoration:underline; }
a:visited {
	font-style: normal; 
	text-decoration:underline; }
a:active {
	font-weight:normal; 
	text-decoration:underline;
		 }
a:hover	{
	/*color: #F77C04;*/
	font-weight:normal; 
	/*font-style:bold;*/
	text-decoration:none;
	/*color: #FF9900;*/
}