/* Basic Tags - Wordscouts*/

html, body 
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	overflow-y: hidden;
}
	
a 
{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#FF0000;
	font-weight:bold;
}

a.visited
{
	color:#FF0000;
}

h1{}
h2{}
h3{}
h4{}

form{}
select{}

textarea{}
input
{
	border: 1px solid #4b408c;
	background: white;
	padding: 3px 3px;
	color:#000000;
}
input:active, input:focus, input:hover { background: #E8EBDF;}
table{}
th
{
	line-height:16px;
	text-align:left;
}
tbody{}
tfoot{}
tr{}
td {}

li
{
	margin-left:-27px;	
}







/* Layout Container */
	
.framecontainer
{
	margin: 0px auto;
	width: 990px; /*Breite des Containers der zentriert werden soll*/
	height: 570px; /*Höhe des Containers der zentriert werden soll*/
	/* Jetzt wird er zentriert. */
	position:   absolute;
	top:		50%;
	left:		50%;
	/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
	margin-top:	-285px;  /* == halbe Zeilenhöhe. */
	margin-left:-495px; /* == halbe Breite.     */
	border:1px solid black;
}

.content
{
	position:absolute;
	top:170px;
	left:0px;
	margin:0px auto;
	width:990px;
	height:390px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image:url("images/kachel.gif");
	background-repeat:repeat-y; 
}

.kachelBack
{
	background-image:url('images/kachel.gif');
	background-repeat:repeat-y; 
	height: inherit; 
	z-index:999; 
	margin-left:20px;
}

.contentNav
{
	position:absolute;
	top:0px;
	left:0px;
	margin: 0px auto;
	width: 990px;
	height: 117px;
	z-index:1;
	background-position:top;
	background-repeat:no-repeat;
}

.navImage
{
	position:absolute;
	left:0px;
	margin:0px auto;
	width:990px;
	height:117px;
	background-position:top;
	background-repeat:no-repeat;
	
}

.navBar
{
	position:absolute;
	top:117px;
	left:0px;
	margin-left:0px auto;
	width: 990px;
	height: 36px;
	background-image: url("images/navBar.gif");
	background-repeat:repeat-x;
}



.firstContainer
{
	position:absolute;
	top:10px;
	left:5px;
	margin:0px auto;
	width:313px;
	height:auto;
	border-color: #ff0000;
}


.secondContainer
{
	position:absolute;
	top:10px;
	left:333px;
	margin:0px auto;
	width:313px;
	height:auto;	
	/*border-left:1px dashed;
	border-right:1px dashed;
	border-color: #ff0000;*/
}

.thirdContainer
{
	position:absolute;
	top:10px;
	left:661px;
	margin:0px auto;
	width:313px;
	height:auto;
	
}

.head
{
	text-align:center;
	font-weight:bold;
	color:#000000;
	/*color:#CC5535;*/
	padding-bottom: 10px;
}

.postitBackground
{
	width:303px;
	background-image:url(../images/postit.gif);
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-bottom:20px;
	background-position: bottom;
}

.postitBackgroundLink
{
	width:303px;
	background-image:url(../images/postitlink.jpg);
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-bottom:20px;
	background-position: bottom;
}

.columnContent
{
	padding-left:12px;
	padding-top:5px;
	width:253px;
}

.subHead
{
	font-weight:bold;
	color:#000000;
}

.bioHead
{
	font-weight: bold;
}

.personsContent
{
	padding-left:60px;
	
}

.passPort
{
	height:50px;
	float:lext;
	vertical-align: top;
}

.reference
{
	color: #778899;
}

.seperator
{
	color: #FF0000;
}

.pictureLink
{
	height:20px;
	width:10px;
	float:right;
	padding-right:12px;
	margin-top:-7px;
}

.error
{
	color: #FF0000;
}

.green
{
	font-weight:bold;
	color: #008000;
		
}

