/**********
 * Header *
 **********/

/**
 * Topnav
 */
#topmenu {
    position: absolute;
    top: 0;
    right: 0;
    background: url(trans50.png) scroll repeat;
    padding: 0;
}

#topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#topmenu ul li {
    display: block;
    text-align: center;
    float: left;
    margin: 0;
}

#topmenu ul li:hover {
    background: url(trans33.png) repeat;
}

#topmenu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 10pt;
    padding: 10px 15px; /* Rand ist auch Hyperlink */
}

/********
 * Left *
 ********/

/**
 * Menu
 */
#mainmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mainmenu ul li {
    display: block;
    text-align: left;
    margin: 0;
    font-size: 12pt;
}

#mainmenu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 5px 5px 15px; /* Rand ist auch Hyperlink */
}

#mainmenu ul li:hover {
    background-color: #fff;
}

#mainmenu ul li ul li {
    font-size: 10pt;
}

#mainmenu ul li ul li a {
    padding: 2px;
}

#mainmenu ul li ul li:hover {
    background-color: #EDF4FF;
}

#mainmenu .itemact {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

#mainmenu .itemact a {
    padding: 5px 5px 5px 13px;
}

#mainmenu .itemact > a {
    font-weight: bold;
}

#mainmenu .item2act {
    border-bottom: 1px solid #8CB9FF;
    border-right: 1px solid #8CB9FF;
}

#mainmenu .item2act > a {
    font-weight: bold;
}

/***********
 * Content *
 ***********/
#advert {
    position: relative;
    top: -10px;
    left: -10px;
    width: 518px;
}

#advert img {
    width: 100%;
}


/**********
 * Footer *
 **********/

#starnet img {
    border: 0;
}


/*********
 * Basic *
 *********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/**
 * Overheadings
 */

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4, h5, h6 { font-size: 10pt;}

/**
 * Table Elements
 */
table {
    border-collapse: collapse;
    caption-side: top;
}

table caption {
    font-size: 18pt;
    margin-bottom: 5px;
    text-align: left;
}

td {
    padding: 5px;
    border: 1px solid #fff;
}

td > p {
    padding: 0;
    margin: 0;
}

thead th {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
    text-align: left;
}

tr:hover {
    background: url(trans60.png) repeat;
}

/**
 * Styles
 */

/* general */
.row .box{
    background: url(trans50.png) repeat;
    border: 1px solid #fff;
    padding: 10px 5px;
    font-size: 10pt;
    margin:10px 0;
}

#left {
	font-size: 8pt;
}

.row h1, .row h2, .row h3, .row h4 {
    font-size: 12pt;
	margin: 3px 0px;
}

#right .csc-header {
	margin-top: 10px;
}

/* Table for Vorstand */
.vorstandTable {
	margin: 5px auto;
    width: 100%;
}

.vorstandTable .td-0 {
	width: 125px;
}

.vorstandTable .td-1 {
	width: 170px;
}

/* no imageborders for imagelinks */
a img {
	border: none;
}
