/* CSS fuer alle Browser */

body {
  position: absolute;
  width: 100%; height: 101%;
  margin: 0; padding: 0;
  
  background-color: #ffffff;
  
  font-family: Arial, Tahoma, Helvetica, Arial, sans_serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #0f0f0f;
}
ul,ol,p,h1,h2,h3,h4,h5,h6,h7,li {
  margin: 0; padding: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #0087d4;
}
a:hover {
  color: #0067b4;
}


img {
  border: 0; margin: 0; padding: 0;
}

/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.invisible {
  position: absolute;
  left: -1000em;
  width: 20em;
}

#logo {
  position: absolute;
  margin-top: 51px;
  margin-left: 34px;
}

#bottomspacer {
  height: 100px;
}

/* #####################################################
   CONTENT-ITEMS
*/
#content {
  position: absolute;
  margin-top: 170px; margin-left: 234px;

  width: 374px;
  
  padding: 0;
  
  border-top: 1px solid #0f0f0f;
}
#page_1 #content {
  border: 0;
}
#page_schmal #content {
  width: 306px;
}

.contentitem, .albumitem, .albumitem_current {
  position: relative;
  width: 100%;
  
  padding: 17px 0 16px 0;
  
  border-bottom: 1px solid #0f0f0f;
}

.contentitem:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contentitem img {
  position: relative;
  right: 0px;
  float: right;
  margin: -18px -200px 2px 0;
}
#page_schmal #content .contentitem img {
  margin: -18px -146px 2px 0;
}
.albumitem, .albumitem_current {
  padding: 8px 0 8px 0;
}

.albumitem a.item, .albumitem_current a.item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 -3px;
  padding: 8px 0 8px 3px;
  background-color: #ffffff;
  
  color: #0f0f0f;
  text-decoration: none;
}
.albumitem_current a.item {
  background-color: #ffff00;
}

.albumitem a.item:hover {
  background-color: #ffff00;
}


.album {
  position: relative;
  border-top: 1px solid #0f0f0f;
}

.album .contentitem img {
  float: none;
  margin: 0;
}

.contentitem h2.albumtitle {
  display: inline;
  position: relative;
  padding: 3px;
  margin: 0 0 0 -3px;
  background-color: #ffff00;
  width: auto;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.4em;
}

.back2top {
  position: absolute;
  bottom: -5px; right: -25px;
  font-size: 10px;
  color: #0f0f0f;
  text-decoration: none;
}

#rightcol {
  position: absolute;
  margin-top: 170px; margin-left: 642px;
  width: 306px;
}
#page_7 #rightcol {
  border-top: 1px solid #0f0f0f;
}
#page_schmal #rightcol {
  margin-left: 574px;
  width: 374px;
}


.news {
  position: relative;
  border-top: 1px solid #0f0f0f;
  width: 166px;
}
.news h2 {
  margin-bottom: 0;
}
h2.headline {
  position: absolute;
  height: 20px; width: 166px;
  background-image: url(../grafix/menu/se_menuitem2.gif);
  background-repeat: no-repeat;
  background-position: -3px 0;
  margin-top: -24px;
}
.de h2.headline {
  background-image: url(../grafix/menu/de_menuitem2.gif);
}
a.more {
  color: #0f0f0f;
  text-decoration: none;
}

#largeimage {
  overflow: hidden;
  width: 374px; height: 392px;
}
.largeimage a {
  display: block;
  width: 374px; height 374px;
  overflow: hidden;
  background-image: url(../grafix/introimage.jpg);
  background-repeat: no-repeat;

  background-position: -374px 0;
}
.largeimage a img{
  margin-left: -374px;
}
.largeimage a:hover {
  background-position: 0px 0;
}
.largeimage a:hover img {
  visibility: hidden;
}



#header {
  position: absolute;
  margin-top: 51px; margin-left: 234px;
  width: 374px; height: 110px;
  overflow: hidden;
}
#header img {
  position: absolute;
  bottom: 0;
}

#navigation {
  position: absolute;
  margin-top: 119px; margin-left: 31px;
  width: 169px;
}

#langswitch {
  position: absoute;
  top: 0; left: 0;
  height: 20px;
  margin: 0 0 34px 3px;
}
#langswitch a {
  border: 0;
  display: block;
  width: 28px; height: 20px;
  float: left;
}

#langswitch #qm_d { background-repeat: no-repeat; background-image: url(../grafix/de_lang_off.gif); }
#langswitch #qm_d:hover, #langswitch #qm_d.current { background-image: url(../grafix/de_lang_on.gif); }
#langswitch #qm_s { background-repeat: no-repeat; background-image: url(../grafix/se_lang_off.gif); }
#langswitch #qm_s:hover, #langswitch #qm_s.current { background-image: url(../grafix/se_lang_on.gif); }

#main_menu {
  position: absolute;
  margin-top: 51px;
  width: 100%;
  border-bottom: 1px solid #0f0f0f;
}

#main_menu li {
  width: 100%; height: 20px;
  border-top: 1px solid #0f0f0f;
  padding: 4px 0 4px 0;
}
#main_menu li a { 
  border: 0;
  display: block;
  width: 100%; height: 100%;
}

#menuitem2 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem2.gif); }
#menuitem2 a:hover, #menuitem2.current a { background-position: -169px 0; }
.de #menuitem2 a { background-image: url(../grafix/menu/de_menuitem2.gif); }

#menuitem3 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem3.gif); }
#menuitem3 a:hover, #menuitem3.current a { background-position: -169px 0; }
.de #menuitem3 a { background-image: url(../grafix/menu/de_menuitem3.gif); }

#menuitem4 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem4.gif); }
#menuitem4 a:hover, #menuitem4.current a { background-position: -169px 0; }
.de #menuitem4 a { background-image: url(../grafix/menu/de_menuitem4.gif); }

#menuitem5 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem5.gif); }
#menuitem5 a:hover, #menuitem5.current a { background-position: -169px 0; }
.de #menuitem5 a { background-image: url(../grafix/menu/de_menuitem5.gif); }

#menuitem6 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem6.gif); }
#menuitem6 a:hover, #menuitem6.current a { background-position: -169px 0; }
.de #menuitem6 a { background-image: url(../grafix/menu/de_menuitem6.gif); }

/*
#menuitem7 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem7.gif); }
#menuitem7 a:hover, #menuitem7.current a { background-position: -169px 0; }
.de #menuitem7 a { background-image: url(../grafix/menu/de_menuitem7.gif); }
*/
#menuitem7 { display: none; }

#menuitem8 a { background-repeat: no-repeat; background-image: url(../grafix/menu/se_menuitem8.gif); }
#menuitem8 a:hover, #menuitem8.current a { background-position: -169px 0; }
.de #menuitem8 a { background-image: url(../grafix/menu/de_menuitem8.gif); }


#navigation #sponsors {
  position: absolute;
  margin-top: 306px;
}







/* #####################################################
   FORMULARE
*/

form ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;  
}
form ul li label {
  display: block;
  width: 100%; height: 100%;
  padding: 4px 0 0 0;
}
form ul .wrongparameter {
  color: #da0000;
}
form ul .hiddeninfo {
  visibility: hidden;
}
form ul li input, form ul li textarea {
  position: relative;
  display: inline;
  width: 100%;
}
form ul li textarea {
  height: 106px;
}
form ul li.checkbox div {
  width: 306px;
  margin-left: 0px;
}
form ul li.checkbox div div {
  width: 296px;
  margin: 0 0 0 19px;
  background-color: transparent;
}

form ul li.checkbox div input {
  width: auto;
  margin: 1px 0 0 -1px;
  float: left;
}

form ul li input.submit {
  float: right;
  width: 68px;
}

.nothingBelowForSafari { position: relative; ! }
form ul li.radio div {
  position: relative;
  width: 120px;
  display: inline;
  margin-right: 51px;
  padding-left: 15px;
}
form ul li.radio input {
  position: absolute;
  margin: 1px 0 0 -16px;
  width: auto;  
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
}