* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 15px;
	background: #fff;
	margin: 0;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
p a:link { text-decoration: underline; color: #000; font-style: oblique; }
p a:hover { text-decoration: underline; color: #000; font-style: oblique;  }
p a:visited { text-decoration: underline; color: #000; font-style: oblique; }

li a:hover, #kontakt a:hover { text-decoration: none; background: #000000; padding: 1px 2px 0 2px; color: #ffffff; }


a img { border: none; }

#head {
	background: url('../img/head_sprite.png') no-repeat;
	width: 162px;
	height: 136px;
	display: block;
	margin: 0 0 0 0;
}

#head:hover {
	background: url('../img/head_sprite.png') 0 -136px no-repeat;
	width: 162px;
	height: 136px;
	display: block;
	margin: 0 0 0 0;
}

#head:active {
	background: url('../img/head_sprite.png') 0 -272px no-repeat;
	width: 162px;
	height: 136px;
	display: block;
	margin: 0 0 0 0;
}

.line {
	width: 25px;
	height: 1px;
	background-color: #000;
	margin: 25px 0 25px 6px;
}
	.container .line {
		margin-left:  0;
	}

#menu {
	margin: 15px 0 0 25px;
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {font-weight: bold; font-style: oblique; margin: 0 0 2px 0; }

#content {
    height: 100%;
    margin: 36px 0 0 247px;
    top: 0;
}

.container {
    padding: 0px 5px 25px 5px;
}

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


p {
    margin: 0 0 9px 0;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }