/* Allgemeine Werte fr die Seiten */

body  {
	font-size : 10pt;
	font-family : arial, sans-serif;
	text-decoration : none;
	color : black;
	padding-left : 0.0cm;
	background-color : #000000;
      }


/* Speziell fr das Firmensignet */

#page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 540px;
	margin-left: -490px;
	margin-top: -270px;
	padding: 0;
	border: 2px solid #000000;
	background-color : #000000;
	color: white;
}

#bf {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 960px;
	text-align : right;
	font-family: "Courier New", Courier;
	font-size : 12pt;
	font-weight : bold;
	border-bottom : 1px solid white;
   }

#main_wrapper {
	position : absolute;
	top: 40px;
	right: 10px;
	width: 650px;
	height: 490px;
	color : silver;
	overflow-y: auto;
	overflow-x: hidden;
}

#main {
	font-size : 8pt;
	vertical-align: bottom;
	font-size : 10pt;
	width: 650px;
	height: 490px;
	color : silver;
	padding-right: 10px;
}

main li {
	font-size : 10pt;
}

#menu {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 130px;
}


#main a {
	font-size : 10pt;
     	color : Limegreen;
	text-decoration : none;
}


a .menu_plus { 
	font-size : 18pt;
	text-decoration : none; 
	color : black;
	font-weight: normal;
}
a:hover .menu_plus  	{ font-weight: normal; font-size : 18pt; text-decoration : none; color : limegreen; }
a:active .menu_plus  	{ font-weight: normal; font-size : 18pt; text-decoration : none; color : limegreen; }

#menu_entry a { 
	font-size: 10pt;
	font-weight: bold;
	color: silver; 
	text-decoration:none; 
}

#menu_entry a:hover { 
	font-size: 10pt;
	font-weight: bold;
	color:white; 
}

#menu_entry_active a {
	font-size: 10pt;
	color: limegreen;
	font-weight: bold;
	text-decoration: none;
}

#menu_entry_active a:hover {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


#submenu_entry a { 
	font-size: 10pt;
	font-weight: normal;
	color: silver; 
	text-decoration:none;
	padding: 0;
	padding-left: 20px;
}

#submenu_entry a:hover { 
	font-size: 10pt;
	font-weight: normal;
	color:white; 
	padding: 0;
	padding-left: 20px;
}

#submenu_entry_active a {
	font-size: 10pt;
	color: limegreen;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	padding-left: 20px;
}

#submenu_entry_active a:hover {
	font-size: 10pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	padding-left: 20px;
}

#subsubmenu_entry a { 
	font-size: 10pt;
	font-weight: normal;
	color: silver; 
	text-decoration:none;
	padding: 0;
	padding-left: 40px;
}

#subsubmenu_entry a:hover { 
	font-size: 10pt;
	font-weight: normal;
	color:white; 
	padding: 0;
	padding-left: 40px;
}

#subsubmenu_entry_active a {
	font-size: 10pt;
	color: limegreen;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	padding-left: 40px;
}

#subsubmenu_entry_active a:hover {
	font-size: 10pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	padding-left: 40px;
}


.bplusf 	{ color : limegreen; font-weight : bold;}

a.projekt	{ 
	font-size : 8pt;
	text-decoration : none;
	color : white;
	padding : 10px;
	margin-left : 250px;
	margin-top : 10px;
	display : block;
	width : 500px;
	background-color : black;
  }

a.projekt:hover	{ background-color : #222222; }

td {
	color: silver;
	font-size: 8pt;
}

h3 {
	color: silver;
	font-size: 14pt;
}

.cvtext {
	width: 390px;
	padding-left: 100px;
}

p {
	font-size: 10pt;
	color: silver;
}

strong {
	font-size: 10pt;
	font-weight: bold;
}

.p_right {
	text-align: right;
	color: silver;
}

form {
	text-align: right;
}

