/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: verdana, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Allgemeine Stile */

body { height: 100%; background:#d9d9d9; }
p { font-size:14px; margin-bottom:15px; margin-top:15px; line-height:18px;}
a { color:#000; text-decoration:none; }
a:hover {text-decoration:underline;}
a:hover {}
h1 {}
h2 {}

vita { font-family: "Verdana", Verdana, sans-serif;
	font-size:14px;
	letter-spacing: -0.03em;
	color: #000000;
	text-align: left;
	padding: 5px 0px 5px 0px;}
	
.title {
	font-size:14px;
	font-weight: bold;}
	
.gap {
	padding-top: 6px;}

.italic {
	font-style: italic;}
	
.small {
	font-size: 13px;}
	

/* Elemente */

.rand_aussen {height:300px; min-width:100%; z-index:1;  position:absolute; top:0px; left:0px; height:100px;}
.rand { border:5px solid #fff; height:270px; margin:10px;}

.header_outer {background-image:url(../img/header_outer.jpg); background-reeat:repeat-x; }
.header { width:100%; background:url(../img/header.jpg); background-position: center top; height:250px; background-repeat:no-repeat; padding-top:100px;}

.logo {
	width:500px;
	height:200px;
	background:url(../img/logo.png);
	background-position:50px 30px;
	background-repeat:no-repeat;
    margin: 0px auto;
    border: 1px solid #000;
    z-index:25;
    position:relative;
}

.menu { background:#fff; width:100%; top:300px; height:60px; padding-top:25px;}
.menu li {float:left; font-size:20px; width:33%; text-align:center; z-index:2; }

.unternehmen {background:url(../img/menu_unternehmen_off.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.unternehmen:hover {background:url(../img/menu_unternehmen_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.unternehmen_active {background:url(../img/menu_unternehmen_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.management {background:url(../img/menu_management_off.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.management:hover {background:url(../img/menu_management_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.management_active {background:url(../img/menu_management_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.kontakt {background:url(../img/menu_kontakt_off.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.kontakt:hover {background:url(../img/menu_kontakt_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}
.kontakt_active {background:url(../img/menu_kontakt_on.png); background-repeat:no-repeat; background-position: center center; width:100%; height:15px; float:left;}



.content { 
	padding: 30px 20px 70px 20px;
	min-height:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
}

.bottom_fix { clear:both; height:10px; }

.portraits td { padding-right:30px;}
