body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#EEEEEE;
	/*background-color: #FEFEF6;*/
}

.ueberschrift {
	font-family: "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #707070;
	margin-left: 5%;
}
.ueberschrift a:link { color: #000000; text-decoration: none }
.ueberschrift a:visited { color: #000000; text-decoration: none }
.ueberschrift a:hover { color: #000000; text-decoration: underline overline }
.ueberschrift a:active { color: #000000; text-decoration: none }

.homeicon 
{
	position:absolute;
	right:20px;
	top:20px
}

.cvtext 
{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #888888
}
.cvtext a:link { color: #888888; text-decoration: none}
.cvtext a:visited {  color: #AAAFAA;  text-decoration: none }
.cvtext a:hover {  color: #AFAAAA; text-decoration: underline overline}
.cvtext a:active { color: #000000; text-decoration: underline}

.tableleft {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
}

.menucolumn {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	width: 20%;
	margin-left: 10%;
}
.menucolumn a:link { color: #555555; text-decoration: none}
.menucolumn a:visited {  color: #999999;  text-decoration: none }
.menucolumn a:hover {  color: #666666; text-decoration: none}
.menucolumn a:active { color: #000000; text-decoration:none}

.imagecolumn {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	width: 60%;
}

.imagetable {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
}

.maintable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #555555;		
}
.maintable a:link 
{ 
	color: #555555; 
	text-decoration: none
}
.maintable a:visited
 {  
	color: #BBBBBB;  
	text-decoration: none 
}
.maintable a:hover
 {  
	color: #AFAAAA; 
	text-decoration: underline overline
}
.maintable a:active 
{ 
	color: #000000; 
	text-decoration: underline
}
.maintable 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #000000;
}
.border 
{
	border: 1px solid #000000;
}
.border_light 
{
	border: 1px solid #FFFFFF;
}
.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}

.picture
{
	float:right;
}

.plainmenu, .plainmenu li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 80px; 
	border: none;
}
.plainmenu li{
position: relative;
}
.plainmenu li a 
{
	background: #EFEFEF repeat-x bottom left;
	font: bold 14px "Lucida Grande", sans-serif;
	color: black;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}
.plainmenu li a:hover
{
	background: #CCCCCC;
}
.plainmenu li a:active 
{
color: black;
}
.plainmenu li ul
{ /*SUB MENU STYLE*/
	position: absolute;
	width: 150px;
	left: 0;
	top: 0;
	display: none;
}
.plainmenu li ul l
i{
	float: left;
}
.plainmenu li ul a
{
	width: 150px; 
}
.plainmenu li ul a:visited
{
	color: #999999; 
}
.plainmenu .arrowdiv
{
	position: absolute;
	right: 2px;
	background: transparent no-repeat center right;
}


/* Holly Hack for IE \*/
* html .plainmenu li { float: left; height: 1%; }
* html .plainmenu li a { height: 1%; }
/* End */
