/* Angaben für alle standardkonformen Browser */

body {
    margin:0;
    padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#content_container {
	padding:  0 0 0 0;
}

#header {
    margin: 0 0 0.7em;
    background:#efefef;
    text-align:center;
    padding:10px;
}

#footer {
    position:fixed;
    bottom:0px;
	background: #399B02;
    width:100%;
    height:10px;
    border-top: 1px solid #666666;
}
#rfooter {
    position: fixed;
    bottom: 20px;
    width: 100%;
}
/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #content_container {
    padding:0;
	padding: 0 0 0 0;
    height: 98%;
    overflow:auto;
}

* html #footer {
	top: 300px;
	background: #399B02;
    height:10px;
    border-top: 1px solid #666666;
}
* html #rpage {
    position: fixed;
    height: 65%;
    width: 100%;
}

* html #rfooter {
    position: fixed;
    height: 5%;
    bottom: 20px;
    width: 100%;
}

h1 {
	color: #4F5358;
	margin: 20 0 0 0;
	font-size: 1.5em;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
	color: #4F5358;
	margin-top: 0px;
	font-size: 0.8em;
	font-weight: 500;
	font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#skill {
 	margin-top: 40%;
}
#address {
	bottom: 25px;
}
dd {
	font-style: italic;
}
dt {
	margin-top: 10px;
	font-weight: bold;
}
td {
	font-size: 12px;
	vertical-align: top;
}
td.foo {
	vertical-align: bottom; 
}
td.left {
	width: 50%;
	text-align:right;
	border-right: 1px solid #399B02;
	border-right: 1px solid #666666;
	background-color: #BBBBBB;
	padding-right: 15px;
}
td.right {
	width: 50%;
	background-color: #EEEEEE;
	padding-left: 15px;
}
