* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF url(gfx/bg_body.jpg) top center no-repeat fixed;
  font-family:  Tahoma, Arial, sans-serif;
  font-size: 1em;
  color: #002C54;
  text-align: center;
}
body.htmlarea-content-body {
  background-image: none;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.5em;
  word-spacing: 0.1em;
}

/* ----------------------- Container ---------------------- */

#wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#header {
  position: relative;
  height: 125px;
  z-index: 2;
}
a#home_link {
  background: url(gfx/logo.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 150px;
  display: block;
  text-indent: -100000px;
  overflow: hidden;
  white-space: nowrap;
}
#meta_info {
  margin-left: 330px;
  padding-top: 20px;
  width: 600px;
  height: 100px;
  text-align: right;
  font-size: 0.80em;
  color: #FFF;
}
div.meta_button {
  float: right;
  background: url(gfx/meta_button.png) 0 0 no-repeat;
  width: 218px;
  height: 28px;
  margin: 15px 0 10px 15px;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #002C54;
}


#content_top {
  background: url(gfx/bg_content_top.png) 0 0 no-repeat;
  height: 10px;
}
/* IE6 Fix */
* html #content_top {
  margin-bottom: -2px;
}
#nav_wrapper {
  background: #FFF;
  position: relative;
  height: 292px;
  padding: 0 10px;
  z-index: 290px;
}
#banner {
  float: left;
  width: 680px;
  height: 282px;
  display: inline;
  overflow: hidden;
}
#nav {
  float: right;
  width: 240px;
  display: inline;
}

#content {
  background: #FFF;
  margin-top: 30px;
  padding: 30px 30px 20px;
  font-size: 0.85em;
  word-spacing: 0.1em;
  line-height: 1.5em;
}
#main {
  float: left;
  width: 650px;
  display: inline;
}
#sidebar {
  float: right;
  width: 210px;
  display: inline;
  font-size: 0.9em;
}
#footer {
  margin-top: 30px;
  border-top: 1px solid #AAA;
  padding-top: 10px;
  font-size: 0.8em;
  color: #AAA;
}
#footer a {
  color: #AAA;
}


/* ----------------------- Navigation ---------------------- */

#nav ul {
  padding: 0;
}
#nav li {
  display: inline;
}
#nav li a {
  background: url(gfx/bg_nav.jpg) 0 0 repeat-y;
  padding: 6px 20px 7px;
  border-top: 1px dashed #FFF;
  font-size: 1.1em;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #FFF;
  display: block;
}
#nav li a.last {
  border-bottom: 1px dashed #FFF;
}
#nav li a:hover,
#nav li#active a {
  background: url(gfx/bg_nav_active.jpg) 0 0 repeat-y;
}
/* IE6 Hover Fix */
* html #nav li a:hover,
* html #nav li#active a,
* html #nav li#active a:hover {
  margin-top: 1px;
  padding-top: 5px;
}
#nav li a .title {
  position: relative;
  z-index: 11;
  padding: 0;
}
#nav li a .subtitle {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  padding: 0 0 0 12px;
  font-size: 0.55em;
  text-transform: uppercase;
  display: block;
}


/* ----------------------- verschiedenes ---------------------- */

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
p, table, ul {
  padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  'Trebuchet MS', Tahoma, Arial, sans-serif;
  padding: 0 0 15px 0;
  letter-spacing: 0.05em;
  word-spacing: 0.1em;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
}
h2 {
  font-size: 1.25em;
  font-weight: normal;
}
#sidebar h2 {
  font-size: 1.35em;
}
h3 {
  font-size: 1.1em;
}
#sidebar h3 {
  font-size: 1.2em;
  letter-spacing: 0;
}

#sidebar .box_top {
  background: url(gfx/sidebar_box_top.gif) 0 0 no-repeat;
  height: 5px;
}
#sidebar .box {
  background: url(gfx/sidebar_box.gif) 0 0 repeat-y;
}
#sidebar .box_bottom {
  background: url(gfx/sidebar_box_bottom.gif) 0 0 no-repeat;
  height: 5px;
}

#main img,
#sidebar img {
  border: 5px solid #98CAFF;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
  margin: 0 35px 15px 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  font-size: 0.9em;
}


a {
  color: #2D90DE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {outline: none}
a img { border: 0; }

#sidebar a.external-link-new-window img {
  border: 0;
}


ul, li {
  list-style: none;
}
#content li, .htmlarea-content-body li {
  background: url(gfx/star.gif) 0 4px no-repeat;
  padding-left: 25px;
}
table {
  border-collapse: collapse;
  border-spacing: 0 0;
}
table p {
  padding-bottom: 0;
}
.contenttable th, .htmlarea-content-body th,
.contenttable td, .htmlarea-content-body td {
  padding: 0 20px 20px 0;
  vertical-align: top;
}

select,
textarea,
input {
  background: #F5FBFF url(gfx/bg_input.jpg) repeat-x;
  border: 1px solid #2D90DE;
  padding: 10px;
  width: 450px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
}
form textarea:focus,
form input[type="text"]:focus {
  background: #FFF;
  border: 1px solid #002C54;
}

.csc-mailform {
  border: 0;
  padding: 15px 15px 15px 0;
  width: 500px;
}
.csc-mailform div {
  margin-bottom: 10px;
}
.csc-mailform label {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
}
.csc-form-fieldcell input {
}
.csc-mailform-submit {
  width: 160px;
  margin-top: 10px;
  font-weight: bold;
}
.csc-mailform-submit:hover {
  cursor: pointer;
}

.more_button {
  float: right;
  display: block;
  background: url(gfx/more_button.png) 0 0 no-repeat;
  width: 129px;
  height: 27px;
  margin-top: 10px;
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
a.more_button:hover {
  text-decoration: none;
}


.clear {
  clear: both;
}

.rgmediaimages-media {
  margin: 10px 0 20px;
}
