/* Body */
html {
    height: 100%;
}
body {
    height: 100%;
    overflow: auto;
    margin: 0px; background-color: #FFFFFF; 
	 background-image: url(../images/verlauf.jpg);
	 background-repeat: repeat-x;
}

/* Alle Links */
a:link {
    color: #5533BB;
}
a:visited {
    color: #5533BB;
}
a:active {
    color: #CCE7DD;
}
a:hoover {
    color: #CCE7DD;
}

/* GENERAL fonts */
p, ol, ul, div, h1, h2, td {
	font-family: verdana, arial;
	font-size: 11px;
	color: #005F3C;
	line-height: 1.5em;
}
h1 { font-size: 11px; }
h2 { font-size: 13px; }
div, p, h1, h2 {margin: 0px 0px 5px 0px;}
td {vertical-align: top;}

/* Haupttabelle */
.pagetable {
    height: 100%; 
    border-right-width: 1px; border-right-color: #5533BB; border-right-style: solid;
    border-left-width: 1px; border-left-color: #5533BB; border-left-style: solid;
}


/* Menu 1 column */
td#menu_1 {	
	vertical-align: top;
    width: 200px;
    background-color: #FFFFFF;
}

td#menu_1 div {
    margin: 0px 0px 0px 0px;
}


/* Content column */
td#content {
    background-color: #FFFFFF;
    width: 560px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	vertical-align: top; 
}

span#img img {
    border-width: 1px; border-color: #FFFFFF; border-style: solid;
    margin: 5px;     
}

.pagetitle {
    font-weight: bold;
    font-size: 12px;
    color: #5533BB;
}
.pagesubtitle {
    font-weight: bold;
    font-size: 11px;
    color: #8870CF;
}

.csc-firstHeader {
    font-weight: bold;
    color: #005F3C;
}

.bodytext {
    font-weight: normal;
    color: #005F3C;   
}

.footer {
    font-size: 10px;
    color: #5533BB;
}


