/**
* CSS
* 
* @version 1.0
* @author Vaska 
*/
* {
	margin: 0;
	padding: 0;
}

body { font-size: 62.5%; font-family: Arial, Verdana, sans-serif; background: #fff; }
html>body { font-size: 10px; line-height: 1.3em; letter-spacing: 0.1em; }
p { font-size: 1em; margin-bottom: 9px; }

#wrapper { width: 100%; }
#wrapper .container { padding: 80px 15px 10px 15px; }

.once { clear: left; }

h2 { line-height: 1.2em; margin-bottom: 9px; }
h2 span { background: #000; color: #fff; }
h5 { line-height: 1.2em; margin-bottom: 9px; font-weight: normal; }
h5 strong { font-weight: bold; }

a#prev, a#next { text-decoration: none; color: #000; font-size: 12px; }

#navigation { position: fixed; top: 0; left: 0; z-index: 10001; background: #fff; width: 700px; height: 80px; }
#navigation .container { padding: 15px; }

#navigation a { text-decoration: none; color: #000; }
#navigation a:hover { text-decoration: underline; }

#navigation .col1 { float: left; width: 280px; }
#navigation .col1 h1 { font-size: 14px; text-transform: uppercase; font-weight: bold; padding-top: 5px; }
#navigation .col1 h1 a { color: #000; text-decoration: none; background: url(/files/gimgs/1_bunds.gif) no-repeat; display: block; height: 14px; width: 267px; text-indent: -9999px; }
#navigation .col1 h1 span { font-size: 10px; display: block; font-weight: normal; text-transform: none; margin-top: 2px; }

#navigation .col2 { float: left; width: 205px; }
#navigation .col2 ul { border-left: 1px solid #000; padding: 5px 0 5px 15px; height: 45px; }
#navigation .col2 ul li.active-section a { background: #000; color: #fff; }

#navigation .col3 { float: left; width: 125px; }
#navigation .col3 ul { border-left: 1px solid #000; padding: 5px 0 5px 15px; height: 45px; }
#navigation .col3 ul li.active-section a { background: #000; color: #fff; }

.text-holder { }
.text-holder p strong { font-weight: bold; }
.text-holder p { margin-bottom: 15px; }