/*

*/

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body { 
  font-family:Tahoma,Verdana,Helvetica,sans-serif; 
  font-size:0.8em; 
  background-color:#6c0000;

}

h1 {
  font-size:1.2em;
  margin:0px;
  margin-bottom:8px;
  margin-top:10px;
  padding:0px;
  text-align:center;
  border-bottom:2px solid #8cac1a;

}

h1.csc-firstHeader {
  margin-top:0px;
}

h2 {
  font-size:0.9em;
  margin:0px;
  padding:0px;
}

h3 {
  font-size:0.8em;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

a {
  color:#6c0000;
  text-decoration:none;
  font-style:italic;

}

a:hover {
  text-decoration:underline;
  font-style:italic;

}

a:visited {
  text-decoration:none;
  font-style:italic;

}

img {
  border:0; 
}




.clearer { clear:both }

#wrapper {
  position:relative;
  z-index:1;  

  top:0;
  left:0;
  width:100%;
  min-height:100%;

  text-align:center;

  padding-bottom:20px;
    
}

#center_bg {
  margin:0 auto;
  position:relative;
  top:20px;
  width:1048px;

}

#center {
  margin:0 auto;
  position:relative;
  top:0px;
  width:1024px;
  height:668px;
  max-height:668px;
  overflow:auto;
  margin-bottom:20px;
  
  border:0px solid #FFFFFF;
  border-bottom-color:#380000;
  border-right-color:#380000;
  border-left-color:#9e0000;
  border-top-color:#9e0000;
  
  background-image:url(../bilder/layout/bgsite.jpg);;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top center;
  padding-left:-10px;
  
  
  
  text-align:left;
  

  
}

#header {
  min-height:155px;
}

#logo {
  height:155px;
  width:200px;
  padding:5px;
  padding-left:30px; /* 200-155-5 */
  
  float:left;
  
}

#menu {
  height:1em;
  margin:0 auto;
  width:760px;

  padding-top:20px;
  
  text-align:center;
  
  float:left;
  
  
}

#menu .contenttable * td {
  width: 90px;
}


#menu .contenttable {
  margin-left:80px;
  margin-top:33px;
}


#menu a:hover {

}


ul#mainmenu {
  list-style:none;

  margin:0px;
  padding:0px;
  

}

ul#mainmenu li {
  display:inline;
  padding:20px;
  
}

#mainmenu li:first-child {
 
}

#contentWrapper {
  padding-top:15px;
  clear:both;

}

#contentWrapper #left{
  float:left;
  padding:5px;
  width:200px;
  
  font-size:0.8em;
}

#contentWrapper #left h1{ 
  margin-top:0.4em;
}


#submenuWrapper a:hover {
  font-style:italic;
}

#submenuWrapper a {
  display:block;
  padding:0px;
  margin:0px;
  width:200px;
  height:14px;  
  margin:0 0 5px;
  padding-bottom:8px;
  padding-top:2px;
  overflow:hidden;

  font-size:13px;
  text-align:center;
  background-image:url(../bilder/layout/menuitem.gif);
  
  color:#000000;
  font-style:normal;
}

#submenuWrapper .submenuitem a {
  background-image:none;
  margin-left:20px;
  width:180px;	
}


#leftblocks {
  margin-top:30px;
}

#contentWrapper #content {
  float:left;
  width:760px;
  padding:10px;
  padding-left:20px;
  padding-top:0px;
}

#footerWrapper {
  font-size:0.8em;
  text-align:center;
  padding-top:15px;
  color:white;
}

#footerWrapper a {
  font-weight:bold;
}

/*
table.csc-searchform input {
  width: 80px;

  border:1px solid #FFFFFF;
  border-bottom-color:#380000;
  border-right-color:#380000;
  border-left-color:#9e0000;
  border-top-color:#9e0000;
}
*/

.contenttable p {
  padding:0px;
  margin:0px;
}