body {
    background: #a8d4f7 url("images/body-bg.jpg") repeat-x;
    margin: 0px auto;
    padding: 0px;
}
body, table {
    font: 12px/14px Arial, Tahoma, Verdena;
    color: #656565;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border: none;
}
br {
    clear: both;
}
a:link, a:visited {
    text-decoration: none;
    color: #656565;
    font-weight: normal;
}
a:hover, a:active {
    text-decoration: none;
    color: #026fb4;
}

input.text {
    font-size: 11px;
    font-family: Arial, Tahoma, Verdena;
    padding: 0px;
    border: 1px solid #333333;
}
input.input, select.input, textarea.input {
    font-size: 11px;
    font-family: Arial, Tahoma, Verdena;
    padding: 0px;

}
input.button {
    font-size: 11px;
    font-family: Arial, Tahoma, Verdena;
    cursor: pointer;
}

div#content_pageno {text-align:center;color:#EEEEEE;font-weight:bold;}
div#content_pageno strong { color: #f35e2c; }


h1, h1 a:link, h1 a:visited {
    color: #3eae42;
    font-size: 14px;
    
    font-weight: bold;
}
p {
    line-height: 17px;
}


ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#menu li {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 2px;
    display: block;
}
ul#menu li a:link, ul#menu li a:visited {
    background: #737373 url("images/menu-bg.gif") no-repeat;
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    line-height: 26px;
    height: 25px;

}
ul#menu li a:hover, ul#menu li a:active, ul#menu li.active a {
    background: #A12831 url("images/menu-bg-active.gif") no-repeat;
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    line-height: 26px;
    height: 25px;

}









#menu2 {
    width: 179px;
    float:left;
    font-size: 11px;
}
#menu2 a:link, #menu2 a:visited {
    background: #737373 url("images/menu-bg.gif") no-repeat;
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    line-height: 26px;
    height: 25px;
    margin-bottom: 2px;
}
#menu2 a:hover, #menu2 a:active {
    background: #A12831 url("images/menu-bg-active.gif") no-repeat;
    color: #ffffff;
}

#menu2 .submenu {
    display: none;
}
#menu2 .submenu a:link, #menu2 .submenu a:visited {
    padding-left: 20px;
    font-weight: normal;
    font-size: 11px;
}
#menu2 .submenu .submenu a:link, #menu2 .submenu .submenu a:visited {
    padding-left: 30px;
}












div#kategorie {
  color: #ffffff;
  width: 179px;
  font-size: 12px;
}
#kategorie ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#kategorie li {
  padding: 0;
  margin: 0;
  text-align: left;
}

#kategorie li div {
  
}
#kategorie li div a {
	display: block;
}

#kategorie div.parent {
	font-weight: bold;
}

#kategorie a.active:link,
#kategorie a.active:visited,
#kategorie a.active:hover,
#kategorie a.active:active {
    background: #A12831 url("images/menu-bg-active.gif") no-repeat;
    color: #ffffff;
}


#kategorie li div a:link, #kategorie li div a:visited {
	background: #737373 url("images/menu-bg.gif") no-repeat;
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    line-height: 26px;
    height: 25px;
    margin-bottom: 2px;
}
#kategorie li div a:hover, #kategorie li div a:active {
	background: #A12831 url("images/menu-bg-active.gif") no-repeat;
    color: #ffffff;
}





.myHeader {
	margin: 0 auto;
	padding: 0px 10px;
	background-color: #194a97;
	border: 1px solid #ffffff;
}
.myHeader h1 {
	padding: 0px 10px 10px 15px;
        margin: 0;
        font-size: 12px;
	color: #ffffff;
        font-weight: bold;
}

.myFooter {
	margin: 0 auto;
	background-color: #194a97;
	border: 1px solid #ffffff;
}
.myFooter h1 {
	padding: 8px 0 0 0;
        margin: 0;
}



#kontakt_form textarea {
	width: 352px;
	height: 100px;
}
#kontakt_form input, #kontakt_form textarea {
	background: #ffffff;
	border: 1px solid #959595;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
}
#kontakt_form input {
	width: 170px;
	height: 15px;
}
#kontakt_form input.submit {
	background: #4682B4;
	border: none;
	color: #ffffff;
	width: auto;
	height: auto;
	padding: 12px;
	cursor: pointer;
}

