* {
	font-family: Arial, Helvetica, sans-serif;
}


#skiplinks {
	display: none;
}

/* Header */
#header {
	display: none;
}
#breadcrumbs {
	display: none;
}


#navleft {
	display: none;
}

#content {
	line-height: 120%;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 0.5em;
	font-size: 16px;
	color: #000;
	line-height: 120%
}

#content h2 {
	font-size: 14px;
	color: #000;
}

#content h3 {
	font-size: 13px;
	color: #000;
}


#content table th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #ccc;
	border-bottom: 1px solid #333;
	font-size: 12px;
}

#content table td {
	padding: 4px;
	border-bottom: 1px solid #ccc;		
	background-color: #F0F0F0;
	font-size: 12px;
}

#content .block {
	width: 100%;
	overflow: visible;
	margin-bottom: 1em;
}

#content .leftblock {
	float: left;
	width: 48%;
}

#content .rightblock {
	float: right;
	width: 48%;
}

#content .blockclearer {
	clear: both;
}

#rightcol {
	display: none;
}

#footer {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	
}

#footer div {
	padding-bottom: 5px;
}

#footer a {
	text-decoration: none;
	color: #1A599E;
}

#footer a:hover {
	color: red;
}


/* Formulare */

.required {
	font-weight: bold;
}

.mailform div.formcontainer {
    font-size: 0.8em;
    width: 98%;
    overflow: hidden;
    margin-bottom: 3px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
    font-weight: normal;

}

.mailform div.radiolayout {
       font-weight: normal;

}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}

.mailform div.radiolayout {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
    font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
    font-size: 1em;
} 

/* Typo3 Formatierungen */
.csc-frame-rulerAfter {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}

.csc-textpic-caption {
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

.csc-linkToTop {
	width: 100%;
	overflow: hidden;
}

.csc-linkToTop a {
	display: block;
	float: right;
	background-image: url(pix/to_top.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	
}


