body	{
	background-color: white;
	font-family: "Helvetica Neue", helvetica, sans-serif, arial;
	font-size: 1.2em;
	text-align: left;
	padding: 0;
	color:black;
	margin-left:2.4cm;
	width:23cm;
}

img	{
	border: 0px none;
	margin: 0;
	padding: 0;
}

p	{
	padding:0;
	margin:0;
	margin-bottom:30px;
}

ul	{
	padding:0;
	margin:0;
	list-style-type:none;
}

table td{
	vertical-align:top;	
}


#container	{
	padding: 0;
	margin: 0;
	text-align: left;
	position:relative;
	width:100%;
}



h1	{
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
}

h2	{
	font-size: 1.4em;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	margin-top:27px;
}

h3	{
	font-size: 1.3em;
}

a:link, a:hover, a:active, a:focus, a:visited 
{
    color:black;
    text-decoration:none; 
}


/* ------ Bestimmte Elemente ----- */


#print_button	{
	position:absolute;
	top: -1000px;
	right: -1000px;
	visibility:hidden;
}

#head	{
	padding:10px;
	margin:15px 0 0 0;
	background-color:white;
}

#main_content	{
	padding:10px;
	margin:0;
}

#heading_dm	{
	border-right: 1px solid #646262;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#heading_fr	{
	border-right: 1px solid #646262;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#hdm_Kontaktdaten{
	
}

#hdm_Lebenslauf{
	
}

#hdm_Qualifikationen{
	margin-top:70px
}


#hdm_Projekte{

}

#hfr_Kontaktdaten{
	
}

#hfr_Lebenslauf{
	margin-top:90px	
}

#hfr_Qualifikationen{
	margin-top:110px
}


#hfr_Projekte{
	margin-top:60px
}


table.table_contacts td	{
	padding-right:15px;
}

td.vita_years{
	width:25%;
	padding-right:15px;
}

td.vita_desc{
	padding-right:15px;
}

td.proj_taetigk {
	width:75%;
}

.proj_taetigk ul	{
	padding:0;
	margin:0;
	list-style-type:disc;
}

table.table_projekte	{
		width:100%;
		margin-bottom:20px;
}

table.table_projekte td{
	padding-right:30px;
}

#Profilbild	{
	float:right;
	height:8cm;
}


/* ------ Hacks und Tricks ------ */

.clearboth	{
clear:both;
}

.clearleft	{
clear:left;
}

.clearright	{
clear:right;
}

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


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

