/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

.bg_hor_u {
   background-image: url(uploads/images/gradient_hor_u.png);
   background-repeat: repeat-x;
   background-position: left bottom;
}

.bg_hor_o {
   background-image: url(uploads/images/gradient_hor_o.png);
   background-repeat: repeat-x;
   background-position: left top;
}

.bg_vert_re {
   background-image: url(uploads/images/gradient_vert_re.png);
   background-repeat: repeat-y;
   background-position: right top;
}

.bg_vert_li {
   background-image: url(uploads/images/gradient_vert_li.png);
   background-repeat: repeat-y;
   background-position: left top;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 75%;
   line-height: 1.5em;
   letter-spacing: 0.1em;
   /*font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 85%;
   letter-spacing: 0.1em;*/
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */

a:link,
a:visited {
   text-decoration: none;
   background-color: inherit;
   border-bottom: 1px dotted #0000FF;
   color: #0000FF;
   background-repeat: no-repeat;
   background-position: left center;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   border-bottom: 1px dotted #FF0000;
   color: #FF0000;
   background-repeat: no-repeat;
   background-position: center left;
}

div#main a {
   display: inline-block;  /* Verhindert (auch im IE) den Zeilenumbruch von Links */
   padding: 0 0 0 15px; /* Platz für die Link-Grafik */
}

div#main a.linkintern {
   background-image: url(uploads/images/Dreieck_rechts.gif);
}

div#main a.linkintern:hover {
   background-image: url(uploads/images/Dreieck_rechts_rot.gif);
}

div#main a.linkextern {
   background-image: url(uploads/images/Pfeil_rechtsoben.gif);
}

div#main a.linkextern:hover {
   background-image: url(uploads/images/Pfeil_rechtsoben_rot.gif);
}

div#main a.mail {
   background-image: url(uploads/images/email.gif);
   padding-left: 17px; /* etwas mehr Platz */
}

div#main a.mail:hover {
   background-image: url(uploads/images/email_rot.gif);
   padding-left: 17px; /* etwas mehr Platz */ 
}

div#main div.left49 a.navzurueck {
   background-image: url(uploads/images/Dreieck_links.gif);
   margin-left: 0.5em; 
}

div#main div.left49 a.navzurueck:hover {
   background-image: url(uploads/images/Dreieck_links_rot.gif);
   margin-left: 0.5em; 
}

div#main div.left49 a.navvor {
   background-image: url(uploads/images/Dreieck_rechts.gif);
   margin-left: 0.5em; 
}

div#main div.left49 a.navvor:hover {
   background-image: url(uploads/images/Dreieck_rechts_rot.gif);
   margin-left: 0.5em; 
}

div#main div.right49 a.top {
   background-image: url(uploads/images/Dreieck_oben.gif);
}

div#main div.right49 a.top:hover {
   background-image: url(uploads/images/Dreieck_oben_rot.gif);
}

div#main a.screenshot {
   background-image: url(uploads/images/foto.gif);
   padding: 0 0 0 20px;
   margin-left: 5px;
   font-weight: normal;
}

/*keine spezielle Auszeichnung der Links bei der Sprachauswahl, im Footer und bei Screenshots*/
div#langbuttons a,
div#langbuttons a:link,
div#langbuttons a:visited,
div#langbuttons a:hover,
div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#main a.popup,
div#main a.popup:link,
div#main a.popup:visited,
div#main a.popup:hover {
   display: inline;
   text-decoration: none;
   border-style: none;
   background-color: inherit;
   color: inherit;
   padding: 0;
}

/*****************
basic layout 
*****************/
body {
   background-color: #FFFFFF;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 3px double black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 90em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #F0FFFF;
   color: #000000;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 130px;    /* adjust according your image size */
   background: #66A9ED;
   margin-bottom: 1em;         
}

div#header img {
   float: left;
   margin-right: 30px;
}

div#header div#Psych {
   color: #0000FF;
   text-align: left;
   font-variant: small-caps;
   font-size: 4em;
   font-weight: bold;
   padding-top: 20px;
}

div#header div#Test {
   color: #0000FF;
   text-align: center;
   font-variant: small-caps;
   font-size: 4em;
   font-weight: bold;
   padding-top: 40px;
}

/* position for the search box */
div#search {
   float: right;
   width: 35em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 2em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
/*   border-bottom: 3px double #000;*/
   padding: 1em;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold;
 } 

div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
   clear: both; 
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
   border: 1px dotted #000;
   padding: 1.5em;
   background-color: #FFF;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0 1em 0.5em;
   padding-top: 1em;
   background-color: #FFFFFF;
   border: 1px dotted #000;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000000;
   background-color: #66A9ED; /* same bg color as in header */
   border: 1px dotted #000;
   margin: 0.5em;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid black;
   margin: 1em;
}

/* als Ersatz für ausgeblendete hr ein Extra-Paragraph */
p.hr {
   height: 1px;
   border-bottom: 1px solid #0000FF;
   width: 70%; 
   margin: auto;
   margin-bottom: 2em; 
}

p.hr2 {
   height: 2px;
   border-bottom: 2px solid #0000FF;
   width: 85%;
   margin: auto;
   margin-bottom: 2em;
}

/* IE6 hat Probleme mit einer Verteilung, die in der Summe 100% ergibt */
div.left49 {
  width: 79%;
}

div.right49 {
  float: right;
  width: 20%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 2.4em;
   margin: 0;
}
div#content h2 {
  color: #294B5F;
  font-size: 1.5em; 
  text-align: left; 
/* some air around the text */
  padding-left: 0.5em;
  padding-bottom: 1px;
/* set borders around header */
  border-bottom: 1px solid #0000FF; 
  border-left: 1.1em solid #0000FF; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 1.5em 0;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 1.5em 0;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 1.5em 0 1em 0;
}

div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */

*.explain {
   border-bottom: 2px dotted black;
   padding: 1px; 
}
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0 0 0 2em;
}

p.unterschrift {
   font-size: 0.9em;
   margin: 0 auto 2em;
   width: 65%;
   text-align: center;
   border: 1px solid #000000;
   padding: 0.2em;
   background-color: #C5E6F8;
}

p.testzeit {
   margin: 0 auto 2em;
   width: 75%;
   text-align: center;
   border: 1px solid #000000;
   padding: 0.2em;
   background-color: #C5E6F8;
}

p#hinweis_spam {
   border: 2px solid red;
   padding: 1em;
   text-align: center;
   width: 70%;
   margin: 2em auto;    
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
 /*  explicit setting for these*/
   font-weight: bold;
}

em {
   font-style: oblique;
}

i {
/* explicit setting for these */
   font-style: italic; 
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

p.wichtig, span.wichtig {
   font-weight: 700; 
   color: #ff0000;
}

span.fehlermeldung {
   font-weight: 700;
   border-bottom: 1px solid red;
}

span.telefon {
   padding-left: 15px;
   background-image: url(uploads/images/telefon_rot.gif);
   background-repeat: no-repeat;
   background-position: left top;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#main ul.demo {
   list-style-type: none;
}

div#main ul.demo li img {
   vertical-align: middle;
   margin-right: 1em;
   width: 24px;
   height: 24px;
}

div#main ul.demo a {
   padding-left: 0;
}

div#main li.faq_frage,
div#main li.team
{
   list-style-type: none;
   font-weight: bold;
   margin: 1.5em 0 0.5em 1em;
   border-left: 2px solid blue;
   border-top: 1px dotted blue;
   padding: 0.5em;
   background: url(uploads/images/gradient_hor_o.png) left top repeat-x;
}

div#main li.faq_antwort,
div#main li.name
{
   list-style-type: none;
}

div#main ul ul li.faq_frage {
   font-size: 0.9em;
   border: none;
   margin: 0em;
}

div#main ul ul li.faq_antwort {
   font-size: 0.9em;
}

div#main ul#publikationen {
   list-style-position: inside;
}

/*div#main ul#publikationen li.neuerBuchstabe {
   margin: 1em 0 0.25em 2.5em;
   border-top: 2px solid #0000FF;
   padding-left: 0.5em;
   padding-top: 1em;
}*/

div#main ul#publikationen li.alphabet {
   font-size: 200%;
   list-style-type: none;
   margin-left: 0.5em;
   border: 1px solid black;
   width: 70%;
   padding: 4px;
   background-image: url(uploads/images/gradient_hor_o.png);      
}

div#main ul#vergleich {
   list-style-type: none;
   font-weight: bold;
}

div#main ul#vergleich ul {
   list-style-type: disc;
   font-weight: normal;
   font-style: normal;
   margin-top: 1em;
}

div#main ul#vergleich  li.test {
   background: url(uploads/images/gradient_hor_o.png) left top repeat-x;
   padding-left: 0.5em;
}

/* END LISTS */

/*KONTAKT-FORMULAR*/

div.error_message {
   font-weight: bold;
   color: red;
}

div.captcha {
   font-style: italic;
   margin-top: 1em;
}

div#main div.contactform fieldset {
   padding: 1em;
   background-color: #EEEEEE;
}

div#main div.contactform fieldset legend {
   font-weight: bold;
}

div#main div.contactform label {
   display: block;
   width: 15em;
}

div#main div.contactform label.label {
   display: inline;
   color: #000;
}

div#main div.contactform div.required {
   color: #f00;
}

div#main div.contactform div.submit {
   margin-top: 0.5em;
}

div#main div.contactform input.checkbox {
   margin-left: 0.5em;
}


/*ENDE KONTAKT-FORMULAR*/

/*TABELLEN*/
table {
   width: 95%;
   empty-cells: hide;
   margin: 1em auto;
}

table.normen td.spalte1 {
   background: url(uploads/images/gradient_hor_o.png) left center repeat-x;
}

th {
   border: 1px solid #000000;
   text-align: center;
   padding: 0.5em;
   font-weight: bold;
}

td {
   border: 1px solid #000000;
   text-align: center;
   padding: 0.5em;
}

td.spalte1 {
   font-weight: bold;
   text-align: left;
}

td.spalte1_ein {
   text-align: left;
   padding-left: 3em;
}

td.impressum1 {
   border-width: 0 0 1px 0;
   font-weight: bold;
   text-align: left;
}

td.impressum2 {
   border-width: 0 0 1px 1px;
   font-weight: bold;
   text-align: left;
}

tr.zeile_farbig {
   background-color: #C5E6F8;
}

div#main li.name td {
   border-width: 0;
}


/*ENDE TABELLEN*/

/*BILDER-GRAFIKEN*/

/*Extra-Formatierung für Linksymbole*/
div#main img.link {
   display: inline;
   padding: 0 3px 0 0;
   width: 11px;
   height: 11px;
   vertical-align: middle;
}

/*Extra-Formatierung für Email-Linksymbol*/
div#main img.mail {
   display: inline;
   padding: 0 2px 0 0;
   width: 13px;
   height: 11px;
   vertical-align: middle;
}

/* Extra-Formatierung für die Navigations-Linksymbole (da Links vom CMS erzeugt) */
div#main div.right49 img,
div#main div.left49 img {
   display: inline;
   width: 11px;
   height: 11px;
   vertical-align: middle;
}

/*BILDER*/
div#main img.screenshot {
   display: block;
   margin: 0 auto 2em;
   width: 70%;
}

img.footerleft {
   float: left;
   margin: 10px 0 0 10px;
}

img.footerright {
   float: right;
   margin: 10px 10px 0 0;
}

div#main img.w300 {
   display: block;
   margin: auto;
   width: 300px;
}

div#langbuttons img.print {
   margin-left: 1em;
}

div#main li.name img {
   margin-right: 1em;
   vertical-align: middle;
}

/*ENDE BILDER*/
/* End of 'Layout: Left sidebar + 1 column' */

