/* vim: set ic aw ts=4 sw=4 sm smd ai nu hlsearch: */
body {
    text-align: center;
    background-color: rgb(255,255,255);
}

#container {
    width: 1000px;
    height: 614px;
    margin: 0px auto;
    text-align: left;
    border: 0px dotted blue;
}

table {
    border-collapse: collapse;
}

td {
    border: 0px dashed red;
}

.top_verlauf {
  background-image: url(/fileadmin/site/img/verlauf.jpg);
  background-repeat: repeat-y;
}


/* DEFAULT */

p, li {	
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;  
        text-indent: 0px;
	line-height: 140%;
	margin: 0px;
	color: rgb(50,50,50);
}

h3 {	
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;  
        text-indent: 0px;
	line-height: 140%;
	margin: 0px;
	color: rgb(0,36,125);
}

.head {	
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;  
        text-indent: 0px;
	line-height: 140%;
	margin: 0px;
	color: rgb(0,36,125);
}

.subhead {	
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;  
        text-indent: 0px;
	line-height: 140%;
	margin: 0px;
	color: rgb(141,160,197);
}

.subhead2 {	
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;  
        text-indent: 0px;
	line-height: 140%;
	margin: 0px;
	color: rgb(0,36,125);
}

.bodytext {	
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;  
        text-indent: 0px;
	line-height: 140%;
        /* margin-top: 10px; */
	color: rgb(50,50,50);
}

.bu {	
        font-family: arial, helvetica, sans-serif;
        font-size: 7px;  
        text-indent: 0px;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 5px;
	color: rgb(50,50,50);
}

.mailform {
        font-family: arial, helvetica, sans-serif;
        font-size: 11px;  
        text-indent: 0px;
        line-height: 120%;
	color: rgb(0,0,0);
}

.mailformrequired {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
        text-indent: 0px;
        line-height: 120%;
	color: rgb(0,0,0);
}

A {
    font-family: arial, helvetica, sans-serif; 
    font-size:12px; 
    color: #0000CC; 
    text-decoration:none; 
    font-weight:normal; 
}

A:link{
    font-family: arial, helvetica, sans-serif; 
    font-size:12px; 
    color: #0000CC; 
    text-decoration:none; 
    font-weight:normal; 
}

A:visited { 
    color: #0000CC;
    text-decoration:none; 
    font-weight:normal;
}

A:hover { 
    color: #0000CC; 
    text-decoration:none;
    font-weight:normal;
}

A:active { 
    color: #0000CC; 
    text-decoration:none; 
    font-weight:normal;
}

.csc-mailform table,.csc-mailform td,.csc-mailform p{
    border-collapse: collapse;
    border: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0px;
    color: rgb(50,50,50);
}