/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 76%;
color: #666666;
background: #c8c8c8 url(bgImg/bodyBg.gif) repeat left top;
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
line-height: 1.1em;
}

h1,
h2,
.subcol h3 {
font-family: 'Times New Roman','Trebuchet MS', serif;
color: #2b2c7c;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.2em;
color: #2b2c7c;
}

h3.datum {
color: #2b2c7c;
font-size: 0.95em;
}

blockquote {
color: #f18110;
background: url(img/anfuehrungszeichen.png) no-repeat left top;
padding: 20px;
}

a:link,
a:visited {
color: #666666;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #2b2c7c;
text-decoration: underline;
}

a.redlink:link,
a.redlink:visited {
color: #BB0000;
text-decoration: none;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 1200px;
background-color: #ffffff;
border: 4px solid #dcdcdc;
padding: 4px;
margin: 0 auto;
}

#header {
background-color: #2b2c7c;
position: relative;
}

#hdTop {
background: url(bgImg/topBg.gif) repeat-x left top;
height: 90px;
}

#logothw {
padding-top: 10px;
padding-left: 20px;
}


#logo {
padding-left: 20px;
}


#hdMenu {
background: url(bgImg/gkw.png) no-repeat 230px 0;
height: 230px;
position: relative;
}

#content {
background-color: transparent;
padding: 30px 20px;
}

#sidebarLeft {
width: 220px;
float: left;
}

#mainContent {
margin: 0px 50px;
float: left;
width: 580px;
}

#sidebarRight {
float: left;
width: 260px;
}

#footer,
.clearfloat {
clear: both;
}

#content p {
margin-bottom: 20px;
}

#sidebarRight ul li a:link,
#sidebarRight ul li a:visited {
text-decoration: none;
}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.ut {
color: #000;
font-size: 0.65em;
font-weight: bold;
font-variant: small-caps;
font-family: Tahoma,Arial,Helvetica,sans-serif;
margin-right: 30px;
display: block;
text-align: right;
}

.mehrInfo {
font-size: 0.8em;
margin-top: 8px;
display: block;
text-align: left;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 3px 20px;
background: url(img/mehrInfo.gif) no-repeat right 0;
}

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
text-decoration: none;
background: url(img/mehrInfo.gif) no-repeat right -38px;
}

/*------------------- NAVIGATION--------------------
---------------------------------------------------*/
ul#menu {
  width: 255px;
  height: 190px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 38px;
  background: url(navImg/navBg.png) no-repeat right top;
}

ul#menu li {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background: url(navImg/liBg.gif) no-repeat right -17px;
  margin-bottom: 2px;
}

ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 220px;
  padding: 4px 0 4px 35px;
}

ul#menu>li a:hover,
ul#menu>li a:focus,
ul#menu>li a:active,
ul#menu>li:hover,
ul#menu>li:focus,
ul#menu>li:active {
  color: #2b2c7c;
  background: url(navImg/liBgActive.gif) no-repeat right -17px;
}

ul#subMenu {
  display: none;
  position: absolute;
  top: 0;
  left: 240px;
  width: 235px;
}

li:hover ul#subMenu,
li.over ul#subMenu {
  display: block;
}

ul#subMenu li {
  background: url(navImg/ulliBg.png) no-repeat right top;
  border: none;
}

ul#subMenu li a:link,
ul#subMenu li a:visited {
  padding: 3px 0 3px 50px;
  width: 185px;
}

ul#subMenu li:hover a {
  color: #2b2c7c;
  background: url(navImg/ulliBgActive.png) no-repeat right top;
}

#navTop{
position: absolute;
top: 20px;
right: 20px;
}

#navTop ul li {
  display: inline;
  font-size: 0.9em;
  margin-left: 20px;
  padding-left: 18px;
}

#navTop ul li#home {
  background: url(img/newhome.png) no-repeat;
}

#navTop ul li#kontakt {
  background: url(img/newmail.png) no-repeat;
}

#navTop ul li#about {
  background: url(img/newabout.png) no-repeat;
}

#navTop ul li#administration {
  background: url(img/newadmin.png) no-repeat;
}

