/*
 * BRANDMISSION * 01/2010
 *
*/

/*
 * STANDARD 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	/*
	height: 100.01%;
	margin-bottom: -1px;
	*/

}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}


body {
	position:relative;
	background: #fff url(/layout/bg.gif);
	color: #797979;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}



a {
	color: #93949d;	
}
a:hover {
	text-decoration: underline;
}



/*
 * LAYOUT
*/
div#wrap {
    width: 1000px;
    margin: 36px auto;
    font-size: 12px;
}
div#wrapper {
    width: 960px;
    padding: 0 20px 30px 20px;
    background-color: #fff;
    float: left;
    
}

div#header_wrapper {
    background: #fff url(/layout/logo.gif) 0 40px no-repeat;
    margin-bottom: 40px;
}

div#header {
    min-height:86px;
    height:auto !important;
    height:86px;
    background: transparent url(/layout/line.gif) 0 100% repeat-x;
}

div#path { margin: 0 0 16px 190px; font-size: 11px; font-style: italic; }

div#logo {
    position: absolute;
    width: 180px;
    height: 40px;
    margin-top: 30px;
}
div#logo a {
    float: left;
    width: 180px;
    height: 40px;
}


div#navigation {
    margin-left: 510px;
    padding-top: 50px;
    float: left;
    width: 480px;
}
div#navigation ul li {
    float: left;     
    padding: 0 0 0 28px;
}
div#navigation ul li a.aktiv { color: #aca086; }
div#navigation ul li a.lang { font-style: italic; color: #aca086; }

div#main_wrapper {
    line-height: 16px;
    float: left;
    width: 960px;
}

div#main_wrapper div#col1,
div#main_wrapper div#col2,
div#main_wrapper div#col3,
div#main_wrapper div#col4,
div#main_wrapper div#col5,
div#main_wrapper div#col6,
div#main_wrapper div#col7 {
    float: left;
}
div#main_wrapper div#col1 { 
    width: 150px; 
    margin-top: 32px; 
    margin-right: 37px; 
}
div#main_wrapper div#col2 { width: 502px; line-height: 18px}
div#main_wrapper div#col3 { width: 190px; margin-top: 36px; line-height: 18px; margin-left: 68px; }
div#main_wrapper div#col4 { width: 252px; line-height: 18px }
div#main_wrapper div#col5,
div#main_wrapper div#col7 { width: 740px; line-height: 18px }
div#main_wrapper div#col8 { width: 740px; line-height: 18px;  }

div#main_wrapper div#col5 { width: 766px; }

div#footer_wrapper {
    float: left;
    font-size: 10px;
    width: 960px;
    padding-top: 10px;
    margin-top: 30px;
    background: transparent url(/layout/line.gif) 0 0 repeat-x;
}


#home div#main_wrapper div#col1 { margin-top: 36px; }
#details div#main_wrapper div#col1 { margin-top: 0; }


