@charset "utf-8";
/* CSS Document */

@import url("normalisierung.css");

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		background-color:#ffffff;
		width:100%;
}


div#left-col {
	width:120px;
	height:600px;
	background-color:#FFFFFF;
	position:absolute;
	top:20px;
	left:10px;
}

div#inner-left-col {
	padding:0px 0 0 6px;
}

div#inner-left-col p{
	font-size:1em;
	font-weight:400;
	color:#333333;
}

.img-biografie {
	width:100px;
	padding-left:2px;
	padding-bottom:5px;
}



div#wrapper {
		width:1250px;
		height:900px;
}

div#content {
	width:750px;
	margin:0 auto;
	min-height:700px;
	position:relative;
	left:-40px;
}

table#lebenslauf_tabelle {
	margin-left:0px;
	width:480px;
	font-size:.9em;
	margin-bottom:130px;
}

table#lebenslauf_tabelle td {
	padding-bottom:7px;
	vertical-align:top;
	line-height:1.3em;
}

#content table span {
	text-decoration:none;
	cursor:help;
}

.span_content {
	text-decoration:none;
	cursor:help;
}

div#biografisches {
	position:relative;
	left:-180px;
}

p.biografisches {
	margin-left:0px;
	font-size:.9em;
	line-height:1.4em;
	width:600px;
}

p.hinweis {
	margin-left:0px;
	margin-top:30px;
	font-size:.8em;
	width:500px;
	line-height:1.1em;
}

div#druck {
	height:40px;
	border-top:1px solid #666666;
	padding-top:5px;
	margin:40px 30px 0 -180px;
	width:600px;
}

div#druck p {
	float:left;
	font-size:.7em;
	padding:0 2px;
	color:#ffffff;
	background-color:#666666;
	position:relative;
	top:2px;
}


/*  Header  */

h1 {
	font-size:1.5em;
	color:#000000;
}

h2 {
	font-size:1.4em;
	color:#000000;
	margin-bottom:30px;
	margin-top:20px;
	font-weight:400;
}

#content h3 {
	font-weight:400;
	font-size:1.2em;
	margin-left:0px;
	margin-bottom:5px;
}

#content .top h3 {

	margin-left:0px;

}

#content h4 {
	font-weight:400;
	font-size:1.1em;
	margin-left:0px;
}

div#inner-left-col h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	margin-top:6px;
}


/*  Links  */

a {
	color:#000000;
	text-decoration:none;
}

