/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

html {overflow-y: scroll;}

* {
	margin: 0;
	padding: 0;
}

body {
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 1.5em;
color: #3f3f3f;
}

p { margin-bottom: 15px; }


#menu a {
TEXT-DECORATION: NONE;
background:#FFFFFF;
padding-bottom:3px;
margin-right: 15px;
}

a img { border: none; }

a:link {color: #000000;}     /* unvisited link */
a:visited {color: #000000;}  /* visited link */
a:hover {color: red;}   /* mouse over link */
a:active {color: #000000;}   /* selected link */


#menu {
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-bottom: 25px;
	padding-top: 40px;
}

#menu ul {
list-style-type: none;
}

#menu ul li { display: inline; }

#menu ul li.section-title { }

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

#img-container
{
width: 960px;
margin-right:auto;
margin-left:auto;
text-align: left;
}

#img-container img
{
margin-bottom: 25px;
}

#text-container
{
width: 960px;
margin-right:auto;
margin-left:auto;
margin-top: 25px;
margin-bottom: 50px;
text-align: left;
}

div.contact {
margin: 25px 0 50px 0;
color: #494949;
font-size: 32pt;
line-height: 1.4em;
}

.titel {margin-bottom: 20px; margin-top: 20px; font-size: 12pt;}

#prodnotes img
{
margin-right: 25px;
margin-bottom: 25px;
width: 325px;
}




