* {
	padding: 0;
	margin: 0;
}

body {
  background:url(/images/bg_spacer/background.jpg) repeat-x;
}

.imgrahmen {
  border: solid 1px white;
  padding: 1px;
}

.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

a.admin , a.admin1 , a.admin2 , a.admin3 , a.admin4 , a.admin5 , a.admin6 {
  color: Red;
  font-size: 11px;
}
a.admin2 , admin4 {
  color: blue; 
}
a.admin3 , admin5 {
  color: green;
}
a.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}

#center_div {
	text-align: center;
	
}


table.main,
table.content
{
	text-align: left;
	margin: 0 auto;
}

*+html table.content {
}

#content_menu {
	margin-top: 0px;
}

*html #content_menu {
  margin-top: 0;
}



/**************************
 * Language Chooser
 **************************/

td#language
{
	height:36px;
	margin:0px auto;
}

#languagechooser
{
	margin-left:25px;
	margin-top:10px;
}

#languagechooser img
{
	margin-right:7px;
}
 #languagechooser img
{
	position:relative;
	left:3px;
}

*html #languagechooser *
{
	margin-right:7px;
}

table#head
{
	background-repeat:no-repeat;
	height:212px;
	width:857px;
	margin-left: 2px;
}

*+html #head {
	margin-left: 0px;
}
*html #head {
  margin-left: 0px;
}


td#logo
{
	width:50%;
	padding-left:49px;
	padding-top:49px;
}


td#emptycell
{
	height:10px;
}

#contentbgleft{
	background:transparent url(/images/bg_spacer/shadow_left.png) repeat-y;
	width:9px;
}
*html #contentbgleft{
  width: 11px;
}

#contentbglefto{
	background:transparent url(/images/bg_spacer/shadow_left.png) repeat-y;
	width:9px;
}

#contentbgright{
	background:transparent url(/images/bg_spacer/shadow_right.png) repeat-y;
	width:12px;
}
*html #contentbgright{
  width: 12px;
}

#contentbgrighto{
	background:transparent url(/images/bg_spacer/shadow_right.png) repeat-y;
	width:12px;
}

#inhalt{
	background:white;
	min-height:500px;
	background:url(/images/bg_spacer/content_background.png) 0 0 repeat-y;
	
	
}
#menubox,
#content
{
	background:white;
}

#menubox
{
	height:25px;
}

#inhalttext_div {
	width: 380px;
	margin-left: 125px;
}

#contentright_div {
	width: 170px;
	padding-right: 40px;
}


td#inhalttext
{
	width:523px;
	padding-top:44px;
}

td#contentright
{
	padding-top:29px;
	text-align:left;
	width:180px;
}

#content_footer {
  width: 857px;
  padding-bottom: 15px;
  margin-right: 0px;
}

*html #content_footer {
	padding-left: 1px;
}

#content_footer span {
  width: 857px;
}

td#language
{
	width:80%;
}

a.menuSpecial1
{
	color:white;
}
table#specialmenuuppertable td
{
	padding-top: 18px;
}

table#specialmenuuppertable
{
	position:relative;
	left:20px;
}

html* #specialmenuuppertable
{
	left:170px;
/*	margin-left:35px;*/
}

*+html table#specialmenuuppertable
{
	left:30px;
}

*html table#specialmenuuppertable
{

	left:30px;
}

table#specialmenuuppertable, x:-moz-any-link
{ 
	left:40px;
}

table#specialmenuuppertable, x:-moz-any-link x:default
{
	left:20px;
}



#specialmenuuppertable *
{
	color:white;
	text-decoration:none;
}

#specialmenuuppertable
{
	/*padding-right:30px;*/
}

input {
	border:1px solid #a6c2c3;
}

input#submit
{
	position:relative;
	top:-50px;
	left:220px;
	display:none;
}



table#login
{
	position:relative;
	top: 82px;
	left:73px;
}

table#login input{
	margin-left:0px;
	width:165px;
}
#loginbutton
{
	position:relative;
	top:48px;
	left:330px;
}

/* Safari */
html* #loginbutton{
   top:50px;
}

table.content_menu
{
	margin-top:-9px;
	margin-left: 1px;
}

/***********************
 * Menu
 ***********************/


div.menu1
{
	float:left;
	height:25px;
	line-height:25px;
	border-right:2px solid white;
	text-align:center;
	background:black;
	position:relative;
}

.menu1
{
	width:118px;

}

div.menu1 a
{
	display:block;
	color:white;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	
}

div.menu1 a:hover,
div.menuActive1
{
	background:#005455;
	font-weight:bold;
}

*html .first {
	margin-left: 0px;
}

div.last
{
	border-right:0px;
}

div.menuSub .menu2 .menuItem
{
	background:black;
	width:188px;
	height:19px;
	line-height:19px;
}

div.menuSub .last .menuItem
{
	background:url('/images/bg_spacer/submenu_end.gif') no-repeat;
	height:22px;
  line-height:22px;
}

div.menuSub .last .menuItem a:hover
{
	background:url('/images/bg_spacer/submenuHover_end.gif') no-repeat;
	font-weight:bold;
}

div.menuSub .menuItem
{
	border-top:2px solid white;
}

div.menuSub a
{
	padding-left:10px;
	display:block;
}

div.menu2 .menuItem
{
	display:block;
}

.menuSub{
	position:absolute;
	visibility:hidden;
}

.error, .error * {
	color:red;
}
