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

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .75em;
}

.vcard {padding:5px;}

div#wrapper {margin: 0 auto; }

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;}

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
{ margin-left: auto; 
  margin-right: auto;
}

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

/* links above the logo / footer */
#links, #footer
{ width: 726px;
  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: 960px;
  height: 190px;
  border-top: 0px solid;
  border-bottom: 5px solid;
}

#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: 800px;
  margin-top: -30px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 6px 19px 2px 19px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 88%;
} 

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

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

/* main content */
#content
{ width: 960px;
  min-height: 500px;
  overflow: hidden;
} 

#content a {text-decoration: none;}
#content a:hover {text-decoration: underline;}

#pfad {  margin: 5px 5px 5px 5px; }

/* column 1 - contains sidebar items */
#column1
{ width: 220px;
  margin: 12px 0px 0px 0px;
  float: left;
  padding: 9px 9px 5px 9px;
}

.sidebaritem
{ text-align: left;
  width: 200px;
  float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 8px 14px 15px;
  overflow:hidden;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    border-radius: 13px;
}

.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;
}

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

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 2px; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ 
  padding: 0px 0px 0px 0px;
  width: 220px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 660px;
  float: right;
  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 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  border-bottom: 0px dashed;
}

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

#column2 li
{list-style-image:url(/mpscms/fileadmin/mps/bilder/square_10x10.jpg)}

/* 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: #109CEF;
  padding: 0px 30px 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:#414141; }
.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:#414141;}
.news-list-item hr { border: none; color: white;}
.news-list-item h3 { border:0px; color: white!important; background-color:#414141; }
.news-list-item a { color: white!important; background-color:#414141;}
.news-list-date { background-color:#414141;; color: white; font-size:10px;}
.news-amenu-container {border: 0px solid silver; background-color:#414141;}
.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: #D5D2D6; font-size:12px; background-color:#414141;}
.news-single-item h2 { color: #D5D2D6;}
.tx-ttnews-browsebox { color: white!important; background-color:#414141; border:0;}
.tx-ttnews-browsebox a { color: white!important; background-color:#414141;border:0;}
.tx-ttnews-browsebox-SCell { color: white!important; background-color:#414141;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:100px;
  display:block;
  font-weight:bold;
}

.csc-mailform-submit{
  background-color: #aaa!important;
  color:black;
}


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


