*
{
	margin: 0px;
	padding: 0px;
   font-family: arial;
   font-size: 13px;
}

html, body
{
	width: 100%;
	height: 100%;
   background-color: #EFF5F5;
   background-image: url(../images/background.png);
   background-repeat: repeat-y;
   background-position: center;
}

h1
{
   font-size: 22px;
}

b
{
   color: #0D7D6F;
}

input, textarea
{
   border: 1px solid #14796B;
   padding: 2px;
   width: 200px;
}

#content
{
   width: 750px;
   float: right;
}

#login
{
   position: absolute;
   
}

#logo
{
   height: 101px;
}

#logo img
{
   margin: 20px 0 0 20px;
}

#mainBox
{
   background-image: url(../images/back_top.jpg);
   background-repeat: repeat-x;
	width: 960px;
	height: 100%;
	margin: auto auto;
   background-color: #fafafa;
}

#menu
{
   background: #14796B;
   position: relative;
   width: 200px;
   float: left;
}

#menu2
{
   float:left;
}

#menu a
{
   color: white;
}

#pics
{
   width: 210px;
   float: right;
}

#pics img
{
   border: 1px solid #14796B;
}

#startScreen
{
   background-image: url(../images/titel_neu.jpg);
   height:514px;
   left:50%;
   margin-left:-250px;
   margin-top:-258px;
   position:absolute;
   top:50%;
   width:500px;
}

img
{
border: 0px;
}

.clear
{
   clear: both;
}

.formName
{
   width: 200px;
   float: left;
   margin-bottom:12px;
}

.formInput
{
   width: 200px;
   float: right;
}

.headline
{
   font-weight:bold;
   font-size: 20px;
   float: left;
   width: 500px;
   margin: 12px 0 12px 0;
   color: #0D7D6F;
}

.menu
{
   font-weight: bold;
   color: #0d7d6f;
   text-decoration: none;
}

.menuMain
{
   padding: 4px 0 4px 4px;
   border: 0px solid white;
   border-top-width: 1px;
}

.menuSub
{
   border: 0px dotted #0D7D6F;
   border-bottom-width: 1px;
   font-weight: normal;
   color: black;
   text-decoration: none;
   padding: 4px 0 4px 10px;
   background: #D5E4E4;
}

.menuSub a
{
   color: #14796B;
}

.singlePic
{
   float: right;
   border: 1px solid #D5E4E4;
}

.text
{
   width: 500px;
   float:left;
}

.textPic{
   border: 1px solid #0D7D6F;
   margin-right: 20px;
}

.text a{
   text-decoration: none;
   color: #14796B;
   }

.leftTD
{
   width: 220px;
   float: left;
}

.rightTD
{
   width: 190px;
   float:left;
}

.tData
{
   width: 120px;
   float: left;
}



































































































