* { margin: 0; padding: 0;}

/*------------------ container ------------------ */
#container { width: 50em; margin: 0 auto 0;   }
/*#container { outline: solid 1px red; }*/

/*------------------ content ------------------ */
#content { height:28em; padding: 20px 10px 10px; border: solid 2px #989898;}
/*#content { outline: solid 1px black; }*/

/*------------------ head ------------------ */
/*#head { outline: solid 1px yellow; }*/

/*------------------ right ------------------ */
#right { float: right; width: 600px; height: 28em; overflow: auto; }
/*#right { outline: solid 1px green; }*/

/*------------------ Farben ------------------ */
body { background-color: #6666cc;} 
#content { background-color: #35359f; }

/*------------------ Schriften ------------------ */
* {font-family: Tahoma, Verdana, Arial, sans-serif; color: #ffffff;}
#content h1 { color: #989898; font-size: 1em; font-weight: normal; line-height: 1.5em; padding-top: 1.2em; }
h2 { font-size: 3em; font-weight: normal; line-height: 1.5em; letter-spacing: 1px; }
h5 { color: #ffcc01; font-weight: normal; font-size: 0.9em; line-height: 1.3em;  } 
#right i {color: #ffcc01;}

h1.csc-firstHeader { margin-top: -1.2em;}

#head { font-size: .85em; line-height: 1.2em; margin-top: 20px; margin-bottom: 20px; }
#head h1 { font-size: 2.5em; font-weight: normal; line-height: 1.5em; letter-spacing: 1px; }

#right p, #right li, #right td { font-weight: normal; font-size: 0.9em; padding-right: 10px; line-height: 1.3em;  }

#right li {list-style-type: circle; margin-left: 15px;}
/*p+p {margin-bottom: 10px;}

/*#content p {padding-bottom: 10px;}
#right .bodytext  { padding-bottom: 50px; }*/
a {text-decoration: none;}
a:hover {text-decoration: underline; }

table, tr, td { border: none; }
table {width: 30em;}
/*tr, td { padding-top: 1px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc; }
/*------------------ Navigation ------------------ */
#navi {float: left; width: 150px; padding-left: 1em}
#navi li { list-style-type: none; line-height: 1.5em; }
#navi a:link, 
#navi a:visited, .act { font-size: 0.9em;text-decoration: none;}
.act { font-weight: bold;   }
#navi a:hover {text-decoration: underline; }

/*------------------ Bilder ------------------ */
#head img {padding-top: 10px;}
.csc-textpic-text ul{ padding-left: 130px; }
.csc-textpic-intext-left { padding-top: 10px; }
.csc-textpic-intext-left img { padding-top: 5px; }