table,th,h1,h2,h3,hr,p,label,input,textarea,option,select,input,form,ul,li,table {
	margin:0;
	padding:0;
	color: #58585A;
	text-align: left;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}
/* background: url(../img/bg.gif) 50%; */


html, body {
	height: 100%;
	text-align: center;
}






.c {
	clear: both;
}

a img {
border:none;
}

/* links */
a:link {
	color: #E50002;
	text-decoration: underline;
}
a:visited {
	color: #E50002;
	text-decoration: underline;
}
a:hover {
	color:#E50002;
	text-decoration: none;
}
a:active {
	color: #E50002;
	text-decoration: underline;
}

.mehrlink span a:link {
	color: #0470c3;
	text-decoration: underline;
}
.mehrlink span a:visited {
	color: #0470c3;
	text-decoration: underline;
}
.mehrlink span a:hover {
	color: #0470c3;
	text-decoration: none;
}
.mehrlink span a:active {
	color: #0470c3;
	text-decoration: underline;
}

.mehrlink a:link {
	color: #58585a;
	text-decoration: none;
}
.mehrlink a:visited {
	color: #58585a;
	text-decoration: none;
}
.mehrlink a:hover {
	color: #E50002;
	text-decoration: underline;
}
.mehrlink a:active {
	color: #58585a;
	text-decoration: none;
}

	


/* grundstruktur der seite */
/* aufteilung content */

#outerbox {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 780px;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	background-color:#FFFFFF;
}

#tagungouterbox {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 780px;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
	background-color:#FFFFFF;
}


#header {
	padding-top: 20px;
	width: 760px;
	margin: 0px auto;
}

.content {
	width: 770px;
	margin: 0px;
	padding-top: 15px;
	clear:both;
	text-align:left;
}

.tablinks {
	width: 175px;
	float:left;
}

.tabrechts {
	width: 566px;
	float:right;
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	clear:both;
}

.footer {
background: url(../img/bg_footer.gif) top left repeat-x;
width: 780px;
margin: 0 auto;
}

.footerindex, .pushindex {
	height: 5px; /* .push must be the same height as .footer */
	clear:both;
}

.footerindex {
background: url(../img/bg_footer_index.gif) top left repeat-x;
width: 780px;
margin: 0 auto;
}


.tagungfooter, .tagungpush {
	height: 185px; /* .push must be the same height as .footer */
	clear:both;
}

.tagungfooter {
background: url(../img/tagung_bg_footer.gif) top left repeat-x;
width: 780px;
margin: 0 auto;
}


/* Hauptnavigation.
Hinter dem letzten Wort des Links muss immer ein Leerzeichen sein,
fuer den Internet Explorer. */
#navigation {
}

#navlist {
	font-size: 12px;
	font-weight:bold;
	width:175px;
}

ul#navlist  {
  padding:0px 0px 15px 0px;
  margin:0px;
  list-style:none;
  }

ul#navlist li {
  padding:0px;
  }
  
 ul#navlist li.abstand {
  padding-top:20px;
  } 
  
  
#navlist a {
  float:left;
  display:block;
  padding:2px 5px 10px 20px;
  background:url(../img/nav_passiv.gif) no-repeat top left;
  text-decoration:none;
  color:#878c90;
  margin: 0px;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navlist a {float:none;}
/* End IE5-Mac hack */

#navlist a:hover, #navlist a:focus, #navlist a:active {
  color:#494e52;
  text-decoration: none;
  background:url(../img/nav_aktiv.gif) no-repeat top left;
  }
  
#navlist #current a {
  background:url(../img/nav_aktiv.gif) no-repeat top left;
  color:#494e52;
  }
  
/* Zweite Ebene der Hauptnavigation*/

ul#navlist li ul {
	padding:0; 
	margin:0;
	list-style:none;
	display:none;
	}
	
ul#navlist li#current ul.showsub {
	padding:0; 
	margin:0 0 15px 20px;
	list-style:none;
	display:block;
	}
	
ul#navlist li#current ul.showsub a:link, ul#navlist li#current ul.showsub a:active, ul#navlist li#current ul.showsub a:visited {
	background: none;
	padding: 2px 10px 2px 0px;
	border: none;
	color:#494e52;
	text-decoration:none;
	}
	
ul#navlist li#current ul.showsub li a:hover { 
	color:#494e52;
	background: none;
	font-weight: bold;
	text-decoration:underline;
}

ul#navlist li#currentsub {
	background: none;
	color:#494e52;
	font-weight: bold;
	text-decoration:underline;
}

/* allgemeine formatauszeichnungen content */
h1 {
	color:#58585a;
	padding: 0px 0px 20px 0px;
	font-size:12px;
	margin:0px;
}

h2 {
	color:#58585A;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 15px 0px 5px 0px;
}


p {
	padding: 0px 0px 15px 0px;
}

.klein {
	font-size: 10px;
}


.content .tabrechts p {
line-height:19px;
}

.mehrlink {
	display: block;
	text-align:center;
	margin-top:20px;
	padding-bottom:0px;
}

.mehrlink span {
	text-align:center;
	font-weight:bold;
}

#anzeigen, #anzeigen1, #anzeigen2 {
	margin-top:30px;
}

/* speziell jobs detail */

.content .tabrechts ul  {
  padding:0px 0px 15px 0px;
  margin:0px;
  list-style:none;
  }

.content .tabrechts ul li {
  padding:5px 13px;
   background:url(../img/listenpunkt.gif) no-repeat top left;
   line-height:19px;
  }

.headlistepfeil {
padding-bottom: 0px;
padding-left: 15px;
background:url(../img/doppelpfeil.gif) no-repeat top left;
font-weight:bold;
}

.headliste {
padding-bottom: 0px;
}

.content .tabrechts ul.index  {
  padding:0px 0px 15px 0px;
  margin:0px;
  list-style:none;
  font-size:18px;
  }

.content .tabrechts ul.index li {
  padding:10px 18px;
   background:url(../img/listenpunkt_index.gif) no-repeat left;
  }
  
  
/* marketing galerie */  
  
  #marketinggalerie {
  margin-top: 20px;
  
  }
  
  #marketinggalerie .bildthumb {
  float:left;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right:14px;
  margin-bottom:14px;
  background-color: #eee;
  }
  
  #marketinggalerie .bildthumb.right {
  margin-right:0px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
