/**
* CSS
* 
* @version 1.1
* @author Vaska 
* @author Gregory Cadar
* @author Dominik Hruza
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}

body.section-1 {
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../img/bodyhg.gif);
	background-color: #cccccc;
}
body.section-2 {
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../img/bodyhg.gif);
	background-color: #cccccc;
}
body.section-3 {
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../img/bodyhg.gif);
	background-color: #cccccc;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	letter-spacing: 2px;
	text-transform:uppercase;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	letter-spacing: 2px;
	text-transform:uppercase;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	letter-spacing: 2px;
	text-transform:uppercase;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #339933;
	text-decoration: none;
	background-image: url(../img/pfeilr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	letter-spacing: 2px;
	text-transform:uppercase;
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url(../img/hg.gif);
	background-position: 74px 5px;
	background-repeat: no-repeat;
	text-align:right;
}

#menu ul {
	list-style: none;
	margin: 100p 0 12px 0;
}

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
}

.container {
	margin:139px 0 30px 20px;
	padding:0 10px 0 20px;
	border-right:1px solid #333333;

}
.container1 {
	margin:139px 0 30px 20px;
	padding:0 10px 0 20px;

}
#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { 
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 20px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }