body
{
	margin: 0px;
	background-color: white;
	font-family: Tahoma, Myriad, sans-serif;
	color: black;
	font-size: 13px;
}

h1
{
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
}

h2
{
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	background-color: #F1F1F1;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

a
{
	color: #000;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {color: #FF6600;}

a.currentlink {color: #FF6600;}

dt {font-weight: bold;}

dd {margin-bottom: 14px; }

/* Header Styles */

.titleHeader
{
	font-size: 18px;
}

tr.bg_headerbottom
{
	background-image: url(images/common/bg_headerbottom.gif);
	background-repeat: repeat-x;
}

/* javascript layer startseite */

#layeroutside
{
	position: absolute;
	top: 560px;
	width:100%;
	height: 30px;
	z-index: 1;
	border: 0px;
	background-color: #FFF;
	padding: 0px;
}

#layer1, #layer2, #layer3
{
	width:100%;
	height: 30px;
	text-align:center;
	z-index: 2;
	border: 0px;
	background-color: #FFF;
	padding: 0px;
	visibility: hidden;
}

#layer1
{
	position: relative;
	top: 0px;
}

#layer2
{
	position: relative;
	top: -30px;
}

#layer3
{
	position: relative;
	top: -60px;
}


/* Navi Styles */

#teamnav1
{
	position: absolute;
	top: 510px;
	left: 130px;
	width: 220px;
	z-index: 10;
	border: 1px solid black;
	background-color: #EEE;
	padding: 4px;
}


/* Layer in team-gesamt.html */

#textlayer1, #textlayer2, #textlayer3, #textlayer4, #textlayer5, #textlayer6, #textlayer7, #textlayer8, #textlayer9, #textlayer10, #textlayer11
{
	font-size: 18px;
	background-color: white;
	border: 1px solid black;
	padding: 4px;
	position: absolute;
	top: 580px;
	left: 290px;
	height: 45px;
} 

.navi
{
	width: 260px;
	margin-top:25px;
}

th.bg_naviHeadlines
{
	font-weight: bold;
	font-size: 14px;
	background-color: #E6E6E6;
	border-color: #A7A7A7;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.tablenavi
{
	border-color: #E6E6E6 #E6E6E6 #A7A7A7 #E6E6E6;
	border-width: 1px;
	border-style: solid;
	margin-left: 17px;
}

.tablenavi td { padding: 6px; }

.tablenavi li
{
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	color: #000000;
}

p.strong
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.navilink
{
	font-size: 14px;
	color: #000000;
}

.navilinkactive
{
	font-size: 14px;
	color: #FF6600;
}

.homelink
{
	text-decoration: none;
	color: gray;
}

/* Content Styles */

.contentdiv {margin:25px}

.titleHome {font-size: 16px;}

table.navicontent td { padding: 0px; }


ul.navicontent { list-style-image:url(images/common/arrow.gif); margin-top:0px; }

ul.navicontent li { margin: 0px 0px 3px 0px; }


ul.navisubnav { list-style-image: url(images/common/minus.gif); }

ul.navisubnav li { margin: 0px 0px 2px 0px; }

.contentImageLeft
{
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px 10px 4px 0px;
	font-size: 10px;
	border-right: #A7A7A7;
	border-bottom: #A7A7A7;
	border-width: 0px 1px 1px 0px;
	border-style: none dotted dotted none;
}

.designedby
{
	height: 20px;
	margin-bottom: 4px;
	color: #CCC;
	font-size: 11px;
}

.designedby a
{
	color: #CCC;
	font-size: 11px;
}



/* 
********************************
Styles fuer Edit-Tool AKTUELLES 
*******************************
*/

table.edittool { background-color: #666666; }

table.edittool td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	background-color: #FFFFFF;
}

#help
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#help table
{
	color: black;
}

.textinputs {width: 300px}

.textinputsSmall {width: 146px}

code {font-family: Courier, mono; color: #FF6600}

