@charset "utf-8";
/* CSS Document */

#content {
	line-height: 1.35;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 10pt;
}

#content a {
	color:#666666;
}


#content hr {
	display: block;
	clear: both;
	border-style: none;
	background-color: rgb(233, 228, 222);
}

/*
*
*	Überschrifteneinstellungen
*
*/

#content h1, #content h2, #content h3 {
	font-family: "Tahoma", "Arial", sans-serif;
	position: relative;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 1em;
	margin-bottom: .8em;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color: inherit;
	text-decoration:none;
}

#content h1 {
	margin-top: 1.2em;;
	font-size: 1.6em;
}

#content h2 {
	margin-top: 1.2em;
	font-size: 1.2em;
	color:#5F5F5F;
	border-bottom: 3px solid rgb(215,215,215);
	padding: 0.1em;
}

#content h3 {
	margin-top: 1em;
	font-size: 1.2em;
}

#content h4 {
	font-size: 1.1em;
}

#content h5 {
	font-size: 1em;
}

#content h6 {
	font-size: .9em;
}
/*
*
*  Schriftfestlegungen festlegungen
*
*/

#content .important{
	color:#FF0000;
}

#content .kleingedrucktes{
	font-size:smaller;
}
/*
*
*  Infobox festlegungen
*
*/
#content .box {
	margin-bottom: 1em;
	margin-right: 1em;
	overflow: hidden;
	position:relative;
	min-height: 1em;
}


#content .box.right {
	max-width: 320px;
	float: right;
	clear: right;
	margin-left: 1em;
}

#content .box.white {
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	background: rgb(255, 255, 255);
}
#content .box.right.white {
	margin-left: 1em;
}

#content .box.white.news {
	font-size: 9pt;
	min-width:744px;
}

#content .box h2 .at-right {
	font-weight: normal;
	position: absolute;
	right:0;
	top: 0;
}

/*
*
* Infobox News
*
*/

#content .newseintrag h4
{
	position: relative;
	left:0;
	top: 0;
	cursor: pointer;
}

#content .newseintrag h4 .date
{
	font-weight: normal;
	position:absolute;
	float:right;
	right:0;
	top: 0;
	color: #999999;
}

#content .newseintrag h4 .date
{
	font-weight: normal;
	position:absolute;
	float:right;
	right:0;
	top: 0;
	color: #999999;
}
/*Newseintrag */
#content .newseintrag div 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#content .newseintrag div.newshidden 
{
	display:none;
}
#content .newseintrag div.newsvisibel 
{
	display:block;
}

#content .newseintrag hr
{
	height:0.7em;
	color:rgb(239, 239, 239);
	background-color:rgb(239, 239, 239);
	width:100%;
}
/*
*
*  Preistabellen einstellungen
*
*/

#content table.PreisTabelle{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		min-width:400px;
		padding:6px;
}

/*Hintergrund für das selektieren der einzelnen Preise festlegen*/
#content table.PreisTabelle tr.Preislinie:hover{ 
		background-color: rgb(215,215,215)
}

/* Tabellenbestimmungen für Interne Up-, Downloadtabelle*/
#content table.iUpDownloadTabelle{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		padding:6px;
}
#content table.iUpDownloadTabelle tr.downloadheader{
		background-color: #E0E0DE;
}
/*Hintergrund für das selektieren der einzelnen Files festlegen*/
#content table.iUpDownloadTabelle tr.downloadfile:hover{ 
		background-color: #EFEFEF;
}

/* Tabellenbestimmungen für Interne Programmversion*/
table.IProgrammVersionstabelle{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		padding:2px;
}
table.IProgrammVersionstabelle td{
 		border:1px solid #c0c0c0;
		font-size:10pt;
		font-weight:bold;
		vertical-align:middle;
}
/*
*
*  Image einstellungen
*
*/

#content .img
{
	position: relative;
	border:0px;
}
#content img.links
{
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
#content .img.right
{
	float:right;
}

/* ------------------------------------ Content Teamseite-------------------------------- */

#content #teamspalten{
	font-size:10pt;
	padding-left:5px; /*Das ganze Teamlayout etwas einrücken*/
	padding-right:5px;
}

#content #teamspalten .teamname{
	font-size:12pt;
}

#content #teamspalten .job{
	font-style:italic;
}

#content #teamspalten .teamnotiz{
}

#content #teamspalten img{
	float:left;
	margin-right:10px;
	border: 2px solid rgb(3, 153, 64);
}


#content #teamspalten .links{
	float:left;
	width:340px;
}


#content #teamspalten .rechts{
	float:right;
	width:340px;
}
