/* 	Boxen Test-CSS Funktioniert mit: 
	Browser		|	Kommentar
	------------|-------------------
	FF 20012    |	keine Fehler
	IE 5.01		|	
	IE 5.5		|	
	IE 6.0		|	
	IE 7.0		| 	keine Fehler
	Opera 9.25	|	keine Fehler
	Safari 304	|	keine Fehler
   (public Beta)
*/

@CHARSET "ISO-8859-1";
@import "display.css"; 
@import "menu.css";

.boxen {
	margin:0px; /* Safari braucht das? */	
}

.jobTable {
	border-collapse: collapse;
	width: 100%;
	font: 1em Arial;
}
.jobTable td{
	border: solid 1px #000;	
	padding: 20px;
}
#wrapper {
	width: 830px; 
	margin: 0px auto; 
	background:url(../media/bg.jpg);
}

#header {
	height: 120px;
	background:url(../media/header_neu.jpg); 
}
#footerLinks {
	height: 140px;
	width: 688px;
	float:left;
	margin: 0px;
	background:url(../media/footerLinks.jpg); 
}
#footerEck {
	float:right;
	height: 140px; 
	width: 142px;
	margin: 0px;
	background:url(../media/footerEck.jpg); 
}
#content {
	float:right;
	width:580px;
	
	padding-left:30px; 
		padding-right:60px;
		padding-bottom:10px;
		
	font: 0.8em Arial;
	line-height: 120%;
	text-align: justify;
}
#menu_1 {
	float:left;
	width:118px;
	padding-left:38px;
	color:#fff;
}
#toppic {
	
	height:156px;
	width:640px;
	position:relative; 
	right:30px;
	float:right;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none; 
	color:#fff;	
	font: 0.8em Arial;
}
a:active, a:hover
{
	color:#cc0000;
}
#content a:link, #content a:visited
{
	text-decoration: underline; 
	color: #000; 	
	font: 1em Arial; 
}
#content a:active, #content a:hover
{
	text-decoration: none; 
	color: #cc0000; 	
}

/* Schaltet den Typoscript Absatz ab */
.bodytext {
  margin: 0px; 
  padding: 0px;
}

.align-justify {
  text-align: justify;
}
