/* CSS-Datei Jobangebote  */

body 	{
	background-color: rgb(255, 255, 255);
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size:9pt;
	margin-left:40px; 
	margin-right:40px; 
	margin-top:40px; 
	text-align:left;
	}

/* bringt den Abstand auf 0 da Tinymce mit p arbeitet */
p {margin: 0; padding: 0;}

p, address {
	font-family: Verdana, sans-serif;
	color: #4060a8;
	font-size: 9pt;
	text-align:left;
	}
table 	{
	width: 700px;
	}
	
td 	{
	font-family: Verdana, sans-serif;
	color: #4060a8;
	font-size: 9pt;
	border: #dddddd;
	border-style: solid; 
	padding: 4px; 
	margin:0px;
	padding-bottom: 10px;
	border-width: 1px; 
	text-align:left;
	}

th 	{
	font-family: Verdana, sans-serif;
	color: #4060a8;
	font-size: 9pt;
	font-weight: bold;
	border: #dddddd; 
	border-style: solid; 
	border-width: 1px; 
	padding: 4px; 
	margin:0px;
	text-align:left;
	vertical-align:top;
	}

p.uebersicht {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}


h1, h2, h3, h4, h5, h6 	{
	font-family: Verdana, sans-serif;
	color: #4060a8;
	font-weight:bold;
	}

ul, ol, li	{
	font-family: Verdana, sans-serif;
	color: #4060a8;
	font-size: 9pt;
	}


h1 	{
   color: #4060a8;
	font-size: 14pt;
	}

h2 	{
   color: #4060a8;
	font-size: 12pt;
	}

h3 	{
   color: #4060a8;
	font-size: 11pt;
	}

h4 	{
   color: #4060a8;
	font-size: 10pt;
	}

h5, h6 	{
   color: #4060a8;
	font-size: 9pt;
	}


a:link
{ 
	color:#334499; 
	font-weight:bold;
	text-decoration:none;
}
a:visited 
{ 
	color:#334499; 
	font-weight:bold;
	text-decoration:none;
}
a:active 
{ 
	color:#000000; 
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

table {  background-color: #EEEEEE; 
         border: #aaaaaa; 
	 border-style: solid; 
	 border-width: 1px; 
	 padding:0px; 
	 margin:0px;
}

.klein { font-size:7pt; }
.fehler { 
		background-color: #FF8080;
		}

.schritt_aktiv
{ 	background-color: #EEEEEE;
	color: #4060a8;
	font-size: 10pt;
	font-weight:bold;
	padding: 10px;
	border-width: 1px;
	border-color: #4060a8;
	border-style: solid;
}
.schritt_passiv
{ 	color: #4060a8;
	font-size: 10pt;
	padding: 10px;
}
.schritt_strich
{ 	width: 140px;
	height: 1px;
	padding: 5px;
}
