/* ------------ */
/* === Body === */
/* ------------ */

body {
    margin:0px;
    padding:0px;
    font-family: Trebuchet, Verdana, sans-serif;
    width:995px;
    background-color:white;
    color:black;
}

div.page {

}


/* ----------------------- */
/* === Header mit Logo === */
/* ----------------------- */

div.header {
    height:100px;
    width:979px;
    background-image:url(/fileadmin/images/layout/logo-atilla_simson.gif);
    background-position:100% 10px;
    background-repeat:no-repeat;
    border-bottom:3px solid #ddd;
}


/* -------------------- */
/* === Main Content === */
/* -------------------- */

div.main {
/*
  background-image: url(/fileadmin/images/layout/menubogen_blau.gif);
  background-repeat:repeat-y;
  background-position:top 200px;
*/
}

p.bodytext {
    padding:0px 10px 10px 25px;
    margin:0px;
    font-size:9pt;
    color:#212250;
    line-height:13pt;
    font-weight:300;
}

h1 {
    font-size:14pt;
    font-weight:normal;
    margin:0px;
    padding:30px 0px 10pt 25px;
    color:#212250;
}

h2 {
    font-size:11pt;
    font-weight:bold;
    margin:0px;
    padding:10px 0px 10pt 25px;
    color:#212250;
}

div.topimageline {
    border:0px;
    height:84px;
    width:525px;
   
}

div.content {
    position:relative;
    float:left;
    background-color:transparent;
    width:525px;
    padding:0px 0px 0px 0px;
    /* background-image:url(/fileadmin/images/layout/atmo_top.jpg); */
    background-repeat:no-repeat;
    /* border-left:3px solid #ddd; */
}

div.examplebox {
  width:430px;
  border:3px solid #ddd;
  background-color:#eee;
  padding:20px;
  font-size:9pt;
  font-style:normal;
  margin:0px 0px 0px 25px;
}

div.examplebox h2 {
  font-size:10pt;
}


/* -------------- */
/* === Bilder === */
/* -------------- */

div.csc-textpic {

}

div.csc-textpic-imagewrap {
    padding-right:25px;
}

div.csc-textpic-intext-left img {
    margin:0px 25px 0px 0px;
    padding:10px 0px 10px 25px;    
}

div.csc-textpic-text {
}

.csc-textpic-caption {
  font-size:9pt;
}

.csc-textpic-imagewrap {
  margin:0px 0px 20px 15px;
}

/* ------------------- */
/* === Bullet list === */
/* ------------------- */

ul.csc-bulletlist {
    padding:0px 10px 10px 25px;
    margin:0px 0px 0px 0px;
    list-style-image: url(/fileadmin/images/layout/bullet.gif);
    list-style-position: inside;
    font-size:9pt;
    color:#212250;
    line-height:13pt;
    font-weight:300;    
}


/* -------------------- */
/* === Rechter Rand === */
/* -------------------- */

div.right {
    position:relative;
    float:left;
    background-color:white;
    width:255px;
    height:539px;
    background-repeat:no-repeat;
    border-style:solid;
    border-color:#ddd;
    border-width:0px 3px 3px 3px;
    background-image:url(/fileadmin/images/layout/zierelement_rechts.gif);
}

div.rightcontent {
    padding:200px 0px 0px 105px;
    height:320px;
    margin:0px;
    font-size: 8pt;
}

div.rightcontent h1 {
    font-size:9pt;
    font-weight:bold;
    margin:0px;
    padding:0px 0px 5px 0px;
}

div.rightcontent p.bodytext {
    font-size:8pt;
    padding:0px;
    margin:0px;
}


/* ------------------ */
/* === Menu links === */
/* ------------------ */

div.leftmenu {
    position:relative;
    width:190px;
    margin:0px;
    padding:0px;
    background-color:white;
    float:left;
    border-right:3px solid #ddd;
}

ul.menu {
    list-style:none;
    width:190px;
    /* list-style-position: inside; */
    margin:0px;
    padding:0px;
}

li.menu {
    display:block;
    width:190px;
    height:41px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:url(/fileadmin/images/layout/menubogen_gelb.gif);
    background-position:5px 5px;
    background-repeat:no-repeat;
    border-bottom:3px solid #ddd;
}

a.menu {
    display:block;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 40px;
    width:150px;
    height:27px;
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
    color:#212250;
}

li.menu-level1-act {
    background-color:#eee;
}

a.menu-level1-act {
    color: #ffad00;
}

/* --- Level 2 --- */

li.menu-level2-no {
    background-image:url(/fileadmin/images/layout/menubogen_blau.gif);
    background-position:120px 8px;
}

li.menu-level2-act {
    background-image:url(/fileadmin/images/layout/menubogen_blau.gif);
    background-position:120px 8px;
    background-color:#eee;
}

a.menu-level2-act {
    padding:13px 0px 0px 20px;
    width:150px;    
    font-size:8pt;
    font-weight:bold;
    letter-spacing:0.02pt;    
}

a.menu-level2-no {
    padding:13px 0px 0px 20px;
    width:150px;    
    font-size:8pt;
    font-weight:normal;

}

/* --- Level 3 --- */

li.menu-level3-no {
    background-image:url();
    background-position:0px 0px;
}

li.menu-level3-act {
    background-image:url();
    background-position:0px 0px;
    background-color:#eee;
}

a.menu-level3-act {
    padding:13px 0px 0px 80px;
    width:110px;    
    font-size:9pt;
}

a.menu-level3-no {
    padding:13px 0px 0px 80px;
    width:110px;
    font-size:9pt;
}


/* --------------- */
/* === Kontakt === */
/* --------------- */

table.feedbackform {
	font-size:10pt;
	margin:0px 20px 0px 20px;
}

table.feedbackform td {
	padding:5px;
	vertical-align:top;
}

input.feedback {
	width:200px;

}

textarea.feedback {
	width:200px;
	overflow:auto;
}

textarea#address {
	height:70px;
}

label.feedbackform {
	margin:5px 0px 3px 0px;
}

td.datenschutz {
	vertical-align:bottom; 
	padding-bottom:10px;
}

div.copyright {
  width:150px;
  font-size:6pt;
  margin:0px 0px 0px 100px;
  overflow:hidden;
}

a.copyright {
  text-decoration:none;
  color:black;
}

a.copyright:hover {
  text-decoration:underline;
  color:blue;
}

