﻿/******�berschriften, unabh�ngig von Grad (h1-h6)******/
.content .csc-header {}


/*�berschriften*/
.content h1 {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.content h2 {	
	margin-top: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.content h3 {	
	margin-left: 111px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
}
.content h4 {
	margin-left: 111px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
}
.content h5 {}
.content h6 {}

/* Listen */
.content li {
	line-height: 16px;
	color: #333333;
	/*margin-left: 111px;*/
	margin-right: 10px;
}
p.bodytext + ul{
	margin-left: 111px;
}

/*Absatz*/

li, p, a, dd, dt, label { 
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content .bodytext,  .tx-newloginbox-pi1 p {
	line-height: 16px;
	color: #333333;
	margin-left: 111px;
	margin-right: 10px;
}

.content .contenttable {
	margin-left: 111px;
}

.content .contenttable .bodytext { margin-left: 0px;}

/* Links im Inhalt */
.mail, .linkMailto {
	text-decoration: none;
	cursor: pointer;
	color: rgb(104,104,104);
	font-weight: bold;
}

.external-link-new-window,
.external-link,
.linkExt {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #006599;
	border-bottom: 1px dotted #006599;
}

.download,
.linkInt, .internal-link,
.tx-newloginbox-pi1 a {
	text-decoration: none;
	cursor: pointer;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
}

/**********************************************/
/********** STYLES f�r HORIZONTAL *************/
.horizontal h1, #horizontal h2 {
	color: white;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.horizontal h3, #horizontal h4 {
	color: white;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* Listen */
.horizontal li {
	line-height: 16px;
	color: white;
	margin:5px;
}

#horizontal a{
	color: white;
	border-bottom: dotted white 1px;
	font-weight: normal;
}

/*Absatz*/

.horizontal .bodytext,
.horizontal p {
	line-height: 16px;
	color: white;
	margin:5px;
}

 /***Zeilen***/
.content td {
 font-size: 10px;
 }
 
.content .td-0 { 
	font-size: 10px;
	color: #666666;
	background-color: white;
	padding-bottom: 10px;
	}
 
.content .td-last {
	background-color: white;
	}

/***Rahmen***/
.csc-frame {
	border: 1px dotted darkblue;
	padding: 10px;
	margin: 10px;
}

.csc-frame-frame1	{
	width: 50%;
	float: left;	
}

.csc-frame-frame2	{
	width: 35%;
	float: right;	
}

