html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

strong { font-weight:bold; }

html, body { 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:small;
	line-height:1.5em;
	color:#333;
	} 

a { color:#333; }

a:hover {
	color: #660000;
	text-decoration:underline;
	}

#pagewidth {
	width:955px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	} 
 
#header {
	position:relative; 
	height:60px;
	width:100%;
	line-height:1em;
	margin:25px 0 0 0;
	padding:0;
	} 

h1#logo {
	position:relative; 
	top:0;
	left:0;
	width:346px;
	height:44px;
	text-indent:-9000px;
	background:url(../_img/icons.png) no-repeat -100px -10px;
	overflow:hidden;
	display:block;
	border:none;
	}

h1#logo a {
	display:block;
	height:65px;
	border:none;
	text-decoration:none;
	}

h2 {
	font-size:2.2em;
	color:#660000;
	line-height:130%;
	margin-bottom:.6em;
	text-shadow: #ccc 2px 2px 1px;
}

h3 {
	font-size:1.4em;
	color:#333;
	border-bottom:1px dotted #ccc;
	line-height:1.8em;
	margin-bottom:.8em;
}

h4 {
	font-size:1.2em;
	color:#111;
	line-height:1.3em;
	margin-bottom:.5em;
}

h5 {
	font-size:1em;
	color:#555;
	line-height:1.3em;
	margin-bottom:.5em;
	font-weight:bold;
	}

h6 {
	font-size:1.1em;
	color:#fff;
	line-height:1.4em;
	margin-bottom:0;
	font-weight:normal;
	}

p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:.8em;
	color:#666;
	}

#twocols ol, #twocols ul { margin-bottom:1.4em; padding-left:1em; }

#twocols li {
	list-style-type: disc;
	margin-left:3em;
	font-size:1em;
	line-height:1.2em;
	margin-bottom:.3em;
	color:#666;
	}

.anleser {
	color:#222;
	font-weight:bold;
	}

.zusatz {
	color:#666;
	font-weight:normal;
	font-style: italic;
	}

#leftcol {
	width:300px; 
	float:right; 
	position:relative;
	font-size:92%;
	margin-bottom:15px;
	}

#onecol {
	position:relative;
	margin: 0 0 15px 0;
	}

#onecol .cpa, #maincol .cpa { margin-right:15px; }
#leftcol .cpa{ margin-left:15px; }
#rightcol .cpa { margin:0 15px; }

#twocols {
	width:654px; 
	float:left; 
	position:relative;
	font-size:92%;
	margin-bottom:15px;
	}

#twocols a, #leftcol a {
	color:#660000;
	text-decoration: none;
}

#twocols a:hover, #leftcol a:hover {
	color:#660000;
	text-decoration: underline;
}

.right { border-right:1px dotted #ccc; }
.left { border-left:1px dotted #ccc; }

#rightcol {
	width:270px; 
	float:right; 
	position:relative;
	}
 
#maincol {
	float: left; 
	display:inline; 
	position: relative;
	width:383px;
	}

#bottomcol {
	clear:both;
	font-size:82%;
	margin:0 0 30px 0;
	}

ul.menu {
	float:right;
	margin:0;
	padding:0;
	}

ul.menu li {
	float:left;
	padding:0 0 0 8px;
	margin:0 0 0 8px;
	line-height:.9em;
	border-left:1px solid #aaa;
	}

#bottomcol ul.menu { float:right; }
#bottomcol ul.menu li { font-weight:bold; }

#bottomcol div.copyright {
	margin:0;
	padding:0;
	line-height:.9em;
	color:#999;
	font-weight:bold;
	}

ul.menu li:first-child { border:none; }

ul.menu li a { 
	color:#999;
	text-decoration:none;
	}

ul.menu li a:hover { color:#660000; }

#footer {
	border:2px solid #333;
	border-left:none;
	border-right:none;
	clear:both;
	color:#fff;
	font-size:82%;
	margin:10px 0 10px 0;
	padding:0;
	} 

#footer h6 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:.2em;
	text-shadow: #000 2px 2px 2px;
	color:#fff;
	}

#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

.ft_float {
	float:left;
	margin-right:30px;
	}

.co {
	background-image: url(../_img/bg.png);
	background-position: top left;
	border:2px solid #fff;
	border-left:none;
	border-right:none;
	padding:0;
	margin:0;
	}
	
#footer .co { padding:8px 10px; }

/* VCard */
div.vcard img, div.vcard .nodi { display:none; }

a.vcardicon {
	width:17px;
	height:13px;
	padding:0;
	margin:2px 0 0 0;
	text-indent:-9000px;
	background:url(../_img/icons.png) -10px -10px no-repeat;
	overflow:hidden;
	display:block;
	border:none;
	}

a.googleicon {
	width:285px;
	height:80px;
	padding:0;
	margin:0;
	text-indent:-9000px;
	background:url(../_img/icons.png) -10px -99px no-repeat;
	overflow:hidden;
	display:block;
	border:none;
	border-top:7px solid #333;
	}

#google_map {  }

#google_link { 
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:10px;
	}

abbr { 
	font-weight:normal; 
	text-decoration:none; 
	border:none;
	}

.ftinto {
	background:#111;
	color:#fff;
	padding:8px;
	margin:0;
	line-height:1.5em;
	font-size:1em;
	font-weight:normal;
	position:absolute; 
	bottom:0; 
	left:0; 
	}

.nobor { 
	border:none;
	margin-bottom:.3em;
	}

div.csc-frame-rulerBefore {
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 1px;
	clear: both;
	float: none;
}

div.csc-frame-rulerAfter {
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1px;
	clear: both;
	float: none;
}

div.abstand_danach, div.abstand_davor {
	height: 1.8em;
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
	}


dl#projekte_liste dd, dl#projekte_liste dt {
	background-color:#f4f4f4;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

dl#projekte_liste dt {
	width:367px;
}

dl#projekte_liste dd {
	width:235px;
	margin-right:0;
	clear:right;
}

dl#projekte_liste dt.odd, dl#projekte_liste dd.odd { background-color:#ebebeb; }



dl#bewerber_form {
	background-color:#ececec;
	border:1px dotted #ccc;
	padding:10px;
}

dl#bewerber_form label { 
	font-weight:bold;
	color:#333;
	}

dl#bewerber_form input1[type="button"] { 
	font-size:100%;
	font-weight:normal;
	color:#999;
	padding:2px;
	margin:0;
	border:none;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}

dl#bewerber_form input[type="text"] { 
	width:280px;
	font-size:100%;
	font-weight:normal;
	color:#999;
	padding:2px;
	margin:0;
	border:none;
	background:#fff;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}

dl#bewerber_form textarea {
	width:280px;
	font-size:100%;
	font-weight:normal;
	color:#999;
	padding:2px;
	margin:0;
	border:none;
	background:#fff;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}

dl#bewerber_form input[type="text"]:focus, dl#bewerber_form select:focus, dl#bewerber_form textarea:focus {
	background:#ccc;
	color:#111;
}

dl#bewerber_form dd, dl#bewerber_form dt {
	float:left;
	margin-right:11px;
	margin-bottom:10px;
	width:302px;
}

dl#bewerber_form dt { }

dl#bewerber_form dd {
	margin-right:0;
	clear:right;
}

dl#bewerber_form dt.onecol { width:295px; }

dl#bewerber_form dd.onecol {
	margin-right:0;
	width:1px;
	clear:right;
}


.page_meta {
	text-align:left;
	margin-bottom:.3em;
	font-size:1em;
}

h3 + div.page_meta { margin-top:-.5em; }

.page_date {
	font-weight:normal;
}

.page_author {
	font-weight:bold;
}

ul#zoom  { 
	clear:both;
	}

ul#zoom li {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 2px 0pt 0pt;
}

ul#zoom li a {
	border:medium none;
	display:block;
	height:15px;
	text-indent:-9000px;
	width:15px;
}

ul#zoom li a.minus {
	background:transparent url(../_img/icons.png) no-repeat scroll -10px -28px;
}

ul#zoom li a.neutral {
	background:transparent url(../_img/icons.png) no-repeat scroll -28px -28px;
}

ul#zoom li a.plus {
	background:transparent url(../_img/icons.png) no-repeat scroll -47px -28px;
}

.cf:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.cf { display:inline-block; }

/* Hides from IE-mac \*/
* html .cf { height:1%; }
.cf { display:block; }
/* End hide from IE-mac */  



 /*printer styles*/ 
@media print {

#leftcol { display:none; }

#rightcol { display:none; }

#twocols, #maincol { width:100%; float:none; }

}
