/* global reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img,abbr { border:0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i,b { font-weight: normal; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
a,u { text-decoration:none; }

/* restore some sensible defaults */

b,strong { 
	font-weight: bold;
	line-height: 1;
}

i,em {
	font-style: italic;
}

ol {
	padding-left: 2.0em;
}

dd {
	margin-left: 2.0em;
}

p {
	margin-bottom: 1.4em;
}

pre {
	margin-bottom: 1.6em;
}

a { }

ul,ol,dl {
	padding-top: 1px;
	margin-bottom: 1.77em;
}

ul ul, dl ul {
	font-size: 1.0em;
}

ul p,ol p,dl p {
	margin-bottom: 0.9em;
}

blockquote {
	margin-left: 0;
}

blockquote p {
	padding-left: 1.0em;
	border-left: 0.2em solid #e0e0e0;
}

ul {
	list-style: none;
	height:1%;
}

ul li	{
     font-size: 0.9em;
     line-height: 1.2em;	}

dl ul li { }	
	
img, a img {
	     border: 0; }

/* basics */

body {
	background: #fff;
	font: 70%/1.5em Arial, Helvetica, sans-serif;
	color: #222;
	text-align: center; }
	
a, a:active { outline: none; }

a:link, a:visited {
	color: #555;
	text-decoration: none; }

a:hover {
	color: #222;
	text-decoration: none; }

.clr {
	     clear: both; 
	     overflow: hidden; 
	     width: 1px; 
	     height: 1px; 
	     margin: 0 -1px -1px 0; 
	     border: 0; 
	     padding: 0; 
	     font-size: 0; 
     	line-height: 0.0em; }

span {
     color: #999; }
     
em {
	color: #999; }

/* layout */

#container  {
	width: 840px; 
	height: auto; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	}

#top { 
	background: url(objects/header.png) left top no-repeat;
	padding: 0; 
	height: 232px; 
	width: 840px; 
	}

#wrapper { }

#col1 {
	float: left; 
	width: 200px;
	padding:  0;
	height: auto;
	}
	
#col2 {
	float: left; 
	width: 422px;
	padding:  0;
	height: auto;
	}

#col3 {
	float: right;
	width: 218px;
	padding:  0;
	height: auto;
	}

#footer {
	 background: url(objects/blue_divline.png) left top no-repeat;
     height: 45px;
     font-size: 0.888em;
     color: #555;
     padding: 7px 18px 0 18px; 
     }

#footer span {
     color: #999; 
     }

/* paragraphs & headlines*/

p {
	font-size: 1.0em;
	line-height: 1.4em;
	clear: both; 
	}

h5 { text-indent: -2000px; height: 53px; margin: 0 0 0 0; }

#head-as_freie-mitarbeit { background: url(objects/as_freie-mitarbeit.png) left top no-repeat; }
#head-as_praktikum { background: url(objects/as_praktikum.png) left top no-repeat; }
#head-ausschreibung { 
	background: url(objects/head_ausschreibung.png) left top no-repeat; 
	height: 51px;
	margin: 0; }

.small {
	font-size: 0.9em; 
	}

/* formatting */

.left {
     margin: 0;
     padding: 0;
     padding: 11px 18px 35px 18px;
     }

.center {
     margin: 0;
     padding: 0;
     padding: 11px 22px 35px 10px;
     }
     
.right {
     margin: 0;
     padding: 11px 18px 35px 18px;
     }

p a:link, p a:visited {
	color: #333;
	text-decoration: none;
	padding: 0 0 1px 0;
	background: #fff url(objects/dots.png) bottom left repeat-x;
	}

p a:hover {
    color: #222;
	text-decoration: none; 
	background: transparent;
	}

