@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fileadmin/fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/fileadmin/fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/fileadmin/fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSansItalic';
    src: url('/fileadmin/fonts/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* global */
html{height: 100%;}


body
{ font-family: 'OpenSansRegular', verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.vcard {padding:5px;}

div#wrapper {margin: 0 auto; }

.csc-frame-frame1{
  margin: 3px;
  border: 1px solid black;
  padding: 5px;
  background: #eee;
  color:black;
}


.csc-frame-frame2{
  margin: 3px;
  border: 1px solid black;
  padding: 5px;
  background: yellow;
    color:black;
}


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px; z-index:2;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left;
  padding: 0px 8px 0px 0px;
}

.right
{ float: right;
  padding: 0px 0px 0px 8px;
}

.center
{
   display: block;
   text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px;
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 11px 0px;
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px;
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
/* #links, #footer, #menu, #content*/
/* { margin-left: 100; */
/*   margin-right: auto;*/
/* } */

/* margin lefts / margin rights - to centre content */
#main, #logo, #links, #footer, #menu, #content
{ margin-left: auto;
  margin-right: auto;
}

/* main container */
#main{width: 1024px;}

/* links above the logo / footer */
#links, #footer
{ width: 904px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ text-align: center;
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 1024px;
  height: 200px;
  border-top: 0px solid;
  border-bottom: 5px solid;
  z-index:0;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 23px 0px 0px 100px;
  font-size: 180%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 0px 0px 0px 100px;
  font-size: 108%;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 980px;
  margin-top: -40px;
  position: relative;
}

#menu ul{
position:relative;
top:4px;
margin: 0px 15px 0px 0px;
}

#menu li
{ float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  opacity:0.8;
  z-index:3;
}

#menu li a
{ display: block;
  float: left;
  height: 25px;
  text-decoration: none;
  padding: 4px 5px 2px 5px;
  border: 0px solid;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 25px;
}

li#selected a
{ height: 25px;
  padding: 7px 20px 2px 20px;
  border: 0px;
}

li#selected{opacity:1;}

/* main content */
#content
{ width: 960px;
  overflow: hidden;
  position:relative;
  top:9px;
 
}

/* column 1 - contains sidebar items */
#column1
{ width: 198px;
  margin: 22px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

.sidebaritem
{ text-align: left;
  width: 198px;
  float: left;
  overflow:hidden;
}

.sidebaritem .csc-default {
   border: solid 1px #666;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
  padding: 8px 8px 8px 8px;
  margin: 0px 0px 23px 0px;
}

.sidebaritem ul {
  margin:0px;
}

.sidebaritem h1
{ margin: 0px;
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px;
  padding: 0px 0px 8px 0px;
}

.sidebaritem a
{ padding: 0px 0px 2px 2px;
  text-decoration: none;
    font-weight:bold;
}

.sidebaritem a:hover{text-decoration: underline;}

.sidebaritem li
{ margin: 0px;
  list-style: none;
}


.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;}

.sbilinks li
{ margin: 0px;
  float: left;
  list-style: none;
}

.sbilinks li a 
{ float: left;
  height: 16px;
  text-decoration: none;
  font-weight:bold;
  padding: 5px 0px 4px 19px;
  width: 149px;
}

.sbilinks li a:hover {text-decoration: underline;}



/* column 2 - page content */
#column2
{ position:relative;
  top:0px;
  text-align: justify;
  width: 700px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 h2
{ font-family: arial, sans-serif;
  border-bottom: 1px solid;
  font-size: 135%;
}

#column2 h3
{ font-family: arial, sans-serif;
  border-bottom: 1px solid;
  font-size: 120%;
}


#column1 h1, #column1 h2, #column1 h3, #column1 h4{text-transform: uppercase;}


#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 0px dashed;
}

#column2 a:hover{border-bottom: 1px solid;}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}

.blue
{ background: #414141 url(blue.png) no-repeat left center;
  color: #149713;
  padding: 0px 40px 0px 20px;
}

.green
{ background: #414141 url(green.png) no-repeat left center;
  color: #94C65A;
  padding: 0px 40px 0px 20px;
}

.purple
{ background: #414141 url(purple.png) no-repeat left center;
  color: #CE5AEF;
  padding: 0px 40px 0px 20px;
}

.orange
{ background: #414141 url(orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}

.csc-uploads-fileName {font-size:12px;}

.news-list-container {
  border: 0px solid silver; 
  background-color:#fff; 
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
.news-list-container img {border: 0px solid silver;  margin:5px; float:right; }
.news-list-container img:hover {border: 0px dashed red; }
.news-list-item {border: 0px solid ; margin: 3px; padding: 3px; background-color:#fff;}
.news-list-item hr { border: none; color: white;}
.news-list-item h3 { border:0px; color: white!important; background-color:#fff; }
.news-list-date {  font-size:10px;}
.news-amenu-container {border: 0px solid silver; background-color:#fff;}
.news-amenu-container ul {border: 0px solid silver; }
.news-amenu-container h2 { color: black!important; border: 0px solid silver;}
.news-amenu-item-year {color: black; border: 0px solid silver; }
.news-single-item {  color: #666; font-size:12px; background-color:#fff;}
.news-single-item h2 { color: #666;}
.tx-ttnews-browsebox { color: white!important; background-color:#fff; border:0;}
.tx-ttnews-browsebox a { color: white!important; background-color:#fff;border:0;}
.tx-ttnews-browsebox-SCell { color: white!important; background-color:#fff;border:0;}
.clearer { background:url("../bilder/dummy.gif") repeat-x scroll 0 0 transparent; width:400px; height:2px!important; float:none;}

.tx-ccvscroller-pi1 {
    background-color:transparent!important;
    border: 0px solid black;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


.csc-mailform-field {
  width:680px;
}

.csc-mailform label {
  width:150px;
  display:block;
  
}

.csc-mailform input {
  background-color: #FF7800;
  color:white;
  border:0;
  border-right:1px solid black;
  border-bottom:1px solid black;
  display:block;
}