/*############################################################
# Copyright by Webjazz, Human Touch Medienproduktion GmbH
# e-mail: info@webjazz.de*/

/*******************************************/
/* Standard-HTML zurôcksetzen
/*******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:Ó; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none;}
a:active, a:focus {outline: 0;}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*******************************************/
/* Globale-Tags festlegen
/*******************************************/

div.body {
	font-size: 1.3em;
	line-height: 1.5em;
}

div.body p, 
div.body ul,
div.body ol {
	padding-bottom: 20px;
}

div.body ul {
	padding-left: 13px;
	list-style: square
}

div.body ol {
	padding-left: 20px;
	list-style: decimal;
}

div.body a {
	color: #006298;
}


/* Site
--------------------------------------------------------------
--------------------------------------------------------------*/

div#site {	
	position: relative;
	width: 1000px;
	margin: 0 auto;

}


/* Content
--------------------------------------------------------------
--------------------------------------------------------------*/

div#content {
	float: left;
	position: relative;
	width: 100%;
	height: 726px;
	margin-top: 50px;
	background: url(/styles/images/bg_framework.png) no-repeat;
}


/*******************************************/
/* Nav (top)
/*******************************************/

div#content div#nav_top {
	position: absolute;
	top: 0;
	margin-left: 785px;
	margin-top: 50px;
}

div#nav_top ul {
	float: left;
	width: 100%;
}

div#nav_top ul li {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div#nav_top ul li a {
	color: #9c4e00;
	font-size: 1.4em;
}


div#content div.body {
	position: absolute;
	top: 0;
	left: 0;
	width: 341px;
	height: 161px;
	margin-left: 234px;
    margin-top: 203px;	
	overflow: hidden;
	color: #9c4e00;
}


div#content div.body h1 {
	font-family: Georgia;
	margin-bottom: 10px;
	font-size: 1.8em;
	line-height: 125%;
}

div#content div.body h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
	line-height: 125%;
}

div#content div.body h3 {
	margin-bottom: 10px;
	font-size: 2em;
	line-height: 125%;
}

div#content a.links {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

div#content a.portrait_ledermann {
    margin-left: 43px;
    margin-top: 14px;
}

div#content a.portrait_raimann {
	 margin-left: 405px;
	 margin-top: 14px;
}

div#content a.nav_link_1 {
    margin-left: 586px;
    margin-top: 194px;
}

div#content a.nav_link_2 {
    margin-left: 43px;
    margin-top: 375px;
}

div#content a.nav_link_3 {
    margin-left: 405px;
    margin-top: 375px;
}

div#content a.nav_link_4 {
    margin-left: 767px;
    margin-top: 375px;
}

