body {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595959;
  background: #e2e2e2 url(../images/body_bg.gif) top left repeat;
  text-align: center;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #660000;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

a:active {
	text-decoration: none;
	color: #660000;
}

.clear {
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

hr.seperator {
    background-color: #cccccc;
    color: #cccccc;
    height: 1px;
    border: 0px;
}

.small {
    font-size: 11px;
}

#header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}

#header_inner {
  width: 950px;
  height: 80px;
  background: #ffffff url(../images/header_logo.png) top left no-repeat;
  margin: auto auto;
  text-align: right;
}

#header_inner h1 {
  margin: 0px;
  padding: 27px 0px 0px 0px;
  font-size: 20px;
  color: #000066;
  border: none;
}

#navhead {
  padding-top: 3px;
}


#nav {
  width: 950px;
  margin: auto auto;
  background: #001489;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#pathway {
  font-size: 11px;
}


#content {
  width: 950px;
  background: #ffffff url(../images/container_bg.gif) top right repeat-y;
  margin: auto auto;
  text-align: left;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#content_inner {
  background: url(../images/right_bg.png) bottom right no-repeat;
}

#left {
    float: left;
    width: 668px;
    padding: 15px;
    line-height: 18px;
}

#right {
    float: left;
    width: 220px;
    padding: 15px;
    margin-bottom: 170px;
}

#right2 {
    float: left;
    width: 220px;
    padding: 15px;
}

#footer {
  text-align: center;
  border-top: 1px solid #cccccc;
  color: #999999;
  padding: 5px;
  background: #ffffff;
}

ul.navtop {
    list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	background: #001489;
	color: #ffffff;
    border-top: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

html>body ul .navtop {
	float: right;
}

ul.navtop li {
    list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.navtop a, ul.navtop a:visited {
	float: left;
	padding: 5px 8px;
	text-decoration: none;
	color: #ffffff;
    border-right: 1px solid #ffffff;
}

ul.navtop a:hover {
	background: #000B4C;
	text-decoration: none;
	color: #ffffff;
}

ul.navtop a.sep {
	background: #000B4C;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

/* Subnavigation */

ul#subnav {
    list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

ul#subnav li {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#subnav li:hover {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#subnav a, ul#subnav a:visited {
	padding: 5px;
	text-decoration: none;
	color: #000066;
	border: none;
    display: block;
    border-top: 1px solid #cccccc;
}

ul#subnav a:hover {
	background: #660000;
	text-decoration: none;
	color: #ffffff;
}

ul#subnav a.sep {
	text-decoration: none;
	background: #000066;
	font-weight: bold;
    color: #ffffff;
}

ul#subnav2 {
    list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

ul#subnav2 li {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#subnav2 li:hover {
    list-style: none;
	margin: 0px;
	padding: 0px;
    color: #660000;
}

ul#subnav2 a, ul#subnav2 a:visited {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #000066;
	border: none;
    border-top: 1px solid #cccccc;
    background: #efefef;
}

ul#subnav2 a:hover {
	color: #ffffff;
    background: #660000;
    text-decoration: none;
}

ul#subnav2 a.sep {
	text-decoration: none;
	color: #ffffff;
    background: #000066;
	font-weight: bold;
    font-style: italic;
}

h1 {
  color: #000066;
  font-size: 24px;
  border-bottom: 2px solid #cccccc;
  font-weight: normal;
  margin: 18px 0px 5px 0px;
  padding: 0px;
}

h2 {
  color: #660000;
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0px 4px 0px;
  padding: 0px;
}

h3 {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px 2px 0px;
  padding: 0px;
}

ul {
    list-style-image: url(../images/list_dot.gif);
}

.rex_image {
  padding: 0px 0px 0px 10px;
}

/* Formulare */
.input_text {
    font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	width: 662px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.input_textarea {
    font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	width: 662px;
	height: 200px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.input_searchbox {
    font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	width: 214px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.input_text:focus, .input_text:hover, .input_textarea:focus, .input_textarea:hover, .input_searchbox:focus, .input_searchbox:hover {
	border: 1px solid #000066;
}

/* Messages */
.message_yes {
    background: #ccffcc;
    border: 1px solid #00cc00;
    padding: 5px;
    margin: 5px 0px;
    color: #000000;
}

.message_no {
    background: #ffcccc;
    border: 1px solid #cc0000;
    padding: 5px;
    margin: 5px 0px;
    color: #000000;
}

.message_info {
    background: #ffff99;
    border: 2px solid #ff9900;
    padding: 5px;
    margin: 5px 0px;
    color: #000000;
}

.thead {
    background: #cccccc;
    border-bottom: 1px solid #666666;
    font-weight: bold;
}

.tsubhead {
    background: #ffffff;
    border-bottom: 1px solid #666666;
    font-weight: bold;
}

.trowalt {
    background: #e2e2e2;
}

.multipage {
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    background: #efefef;
    border: 1px solid #cccccc;
}

.forumpost {
    padding: 5px;
    background: #efefef;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

ul, ul.forum {
    list-style-image: url(../images/list_dot.gif);
}

ul.forum2 {
    list-style-image: url(../images/list_forum.gif);
}

ul.forum2 li {
    padding-left: 10px;
}

ul.sitemap2nd {
    list-style-image: url(../images/list_dot2.gif);
}

ul.sitemap3rd {
    list-style-image: url(../images/list_dot3.gif);
}

ul.forum {
    margin-left: 0px;
    padding-left: 10px;
}

ul.forum2 li {
    margin-left: -12px;
    padding-left: 0px;
}

.galimage1, .galimage2 {
    width: 95px;
    height: 95px;
    padding: 5px;
    margin: 1px;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.galimage1 {
    padding-top: 18px;
    height: 82px;
}

.galimage1:hover, .galimage2:hover {
    border: 1px solid #660000;
    background: #efefef;
}