/* CSS Document */
html,body { margin:0; padding: 0; }
body {  font: 12px/170% arial, helvetica, sans-serif; background: #fff url(img/body_bg.gif) 50px 130px;}
.navhelper { display: none; }
h1 { line-height: 100%; font-size: 24px;}

#top { height: 138px; background: transparent url(img/top.gif); position:relative;}

#container { width: 800px; min-height: 400px; margin-top: 25px;}
#content { width: 570px; float: right; overflow: hidden;}

.menu { margin: 0 0 0 25px; padding: 0; list-style: none; width: 190px;}
.menu li { margin-bottom: 5px; }
.menu a { padding-left: 23px; background: url(img/menu_hexa.gif) no-repeat; line-height: 20px; display: block; color: #1309E4; text-decoration: none; font-size: 14px;}
.menu a:hover { background-image: url(img/menu_hexa_yellow.gif);}

.menu ul {margin: 5px 0 0 10px;}

address { font-style:normal; margin: 30px 0 0 25px;}


/*contactform*/

form ul { list-style: none; padding: 0; margin: 25px 0 0 0; }
form ul li { margin-bottom: 3px; }
select { margin-left: 30px; } 
.txt_label { width: 200px; height: 20px; display:block; float: left; }
.txt { width: 250px; } 
