@charset "utf-8";
@import url(reset.css);

html, body {
	max-height: 100%;
}

* html #wrap {
	height: 100%;
}

html {
	font-size: .625em;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: .2em;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: .3em 0 .2em;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: .2em 0 .4em;
}

b, strong {
	font-weight: bold;
}

#wrap {
        width: 600px;
        max-width: 600px;
        padding: 5px;
}

#contentBox { background: none; }

#microHeader,
#breadcrumb,
#specialLinks,
#headerBildleiste,
#contentNavi,
#footerLeiste {
	display: none;
}

#contentBox p {
	margin: 5px 0 5px;
}

#contentPic {
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
}


#contentPic img {
	margin-bottom: 6px;
}

#contentBox table.cv {
	border-collapse: collapse;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.25;
}


#contentBox table.cv caption,
#contentBox h5.cv {
	font-weight: bold;
	margin: 10px 0 5px;
	width: 100%;
}


#contentBox table.cv tr {
	border-top: 1px solid #dfdfdf;
	width: 100%;
}


#contentBox table.cv th,
#contentBox table.cv td {
	padding: 5px 0;
}

#contentBox table.cv th {
	font-weight: bold;
	padding-left: 5px;
	width: 150px;
}
