@charset "utf-8";
html {height: 101%;}
fieldset, img { border: 0 solid; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	width: 780px;
	background: #FFFFFF;
	text-align: left; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
#header {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	height: 70px;
	padding-right: 10px;
	padding-left: 200px;
}
#header p {
	position: absolute;
	top: 15px;
}
#header a {
	color: #CCCCCC;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	text-decoration: none;
	outline: none;
}
#sidebar1 {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#sidebar1 a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	line-height: 125%;
	outline: none;
}
#sidebar1 a:hover, #sidebar1 a:focus {
	color: #000000;
}
#mainContent {
	margin-right: 0px;
	margin-left: 180px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}
#mainContent #news {
	width: 155px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: -10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
#mainContent p {
	color: #000;
}
#mainContent h1 {
	font-size: 1.3em;
	color: #CC0000;
	font-weight: normal;
	margin-top: 20px;
	line-height: normal;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 1.5em;
}
#mainContent h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.4em;
}
#footer {
	background-color: #FFFFFF;
	background-position: center top;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 15px;
	padding: 0;
}
#footer p {
	color: #999999;
}
#footer a {
	margin: 0;
	color: #999999;
	text-decoration: none;
	outline: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.wichtig {
	color: #339999;
	line-height: normal;
	text-align: justify;
}
.projektdauer {
	color: #666666;
	letter-spacing: 0.1em;
}
.search1 {
	height: 25px;
	width: 100%;
}
/* lebenslauf */
.cv1 {
	vertical-align: top;
	width: 80px;
	text-align: right;
	padding-right: 25px;
	color: #666666;
	padding-top: 2px;
}
.cv2 {
	vertical-align: top;
}
.arbeit-arbeitsvermoegen {
	float: left;
	margin-right: 12px;
	margin-top: -12px;
	margin-left: 0px;
	padding: 0px;
}
/*-----Links-----*/
a:link {
	color: #CC0000;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
.a_ext {
	background-image: url(../images/a_ext.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}
.a_pdf {
	background-image: url(../images/a_pdf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}
/* Formulare */
input {
	font-size: 11px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.formularfeld {
	font-size: 12px;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D2D2D2;
	background-repeat: repeat;
	background-position: top;
}
.checkb {
	color: #339999;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.radio {
	color: #339999;
	background-color: #FFF;
	margin: 5px;
	height: 20px;
	width: 20px;
	padding: 5px;
	border: 2px dashed #0033CC;
}
.floater_r {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 5px;
}
.floater_l {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}
.presse {
	font-weight: bold;
	color: #666666;
}
.zein {
	margin-left: 20px;
}
#buchtipp {
	float: right;
	width: 175px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.such {
	background-image: url(../images/a_pdf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}
.kap_1 {
	text-transform: uppercase;
	color: #333;
}
.kap_1 p {
	padding-left: 20px;
	text-transform: none;
	margin-top: 0px;
	color: #000;
}
.kap_2 {
	position: relative;
	padding-bottom: 10px;
}
.kap_2 p {
	text-transform: none;
	margin-top: 0px;
	color: #000;
	padding-right: 20px;
}
.kap_2 .laufz {
	color: #FFF;
	font-size: 0.7em;
	position: absolute;
	right: 0px;
	background-color: #DCDCDC;
	padding-right: 4px;
	padding-left: 4px;
}
.kap_2 .foerder    {
	color: #666;
	font-style: italic;
}
#news h2 {
	margin-top: 0px;
}
#news h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#news p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.galerie {
	overflow: hidden;
	margin-bottom: 5px;
}
.galerie img {
	float: left;
	margin-right: 15px;
}

* html div.galerie { height: 1%; } /* ie6 */

.dez {
	color: #999;
	text-decoration: none;
}
a.dez {
	color: #999;
	text-decoration: none;
}
