body {
    text-align:center;
    background-image: url(/fileadmin/templates/globsit/images/main_bg.jpg);
    background-position:top left;
    background-repeat: repeat-x;
}
#globsit_pagecontainer {
    width:925px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#globsit_page_header {
    background-image: url(/fileadmin/templates/globsit/images/main_bg_top.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:870px;
    height:7px;
    margin-left:auto;
    margin-right:auto;
}

#globsit_page_body {
    background-image: url(/fileadmin/templates/globsit/images/main_bg_body.jpg);
    background-position:top left;
    background-repeat: repeat-y;
    width:860px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
}

#globsit_page_footer {
    background-image: url(/fileadmin/templates/globsit/images/main_bg_bottom.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:870px;
    height:8px;
    margin-left:auto;
    margin-right:auto;
}

p.bodytext {
    margin:0px;
    padding:0px;
}

#globsit_eyecatcher {
    text-align:center;
}

#globsit_content {
    width:846px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
}
/*
 * Der Content-Bereich
 */
#globsit_content h1 {
    font-family: Arial;
    color:#555555;
    font-weight: bold;
    font-size:18px;
	
}
/*
 * Das linke Menü
 */
#globsit_left_menu {
	width:210px;
	float:left;
	background-image:url(/fileadmin/templates/globsit/images/bg_ln.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:250px;
}

#globsit_left_menu h1 {
    font-family: Arial;
    color:#555555;
    font-weight: bold;
    font-size:18px;
	padding-left:10px;
}
#globsit_left_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#globsit_left_menu ul li ul {
    list-style-type:disc;
    margin-left:20px;
}

#globsit_left_menu ul li {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#globsit_left_menu ul li a {
 	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}
#globsit_left_menu ul li a:hover {
	text-decoration:underline;
}
#globsit_content_lm {
	margin-left:10px;
	width:626px;
	float:left;
}

#globsit_content_om {
}

#globsit_content_footer {
    width:850px;
    margin-left:auto;
    margin-right:auto;
    background-color:#EDF1F2;
}
#globsit_content_footer_top {
    width:850px;
    height:7px;
    background-image: url(/fileadmin/templates/globsit/images/footer_bg_top.jpg);
    background-position:top left;
    background-repeat: no-repeat;
}
#globsit_content_footer_bottom {
    width:850px;
    height:5px;
    background-image: url(/fileadmin/templates/globsit/images/footer_bg_bottom.jpg);
    background-position:top left;
    background-repeat: no-repeat;
}
/*
 * Die Login Box
 */
#globsit_login_box {
    background-image: url(/fileadmin/templates/globsit/images/bg_login_box.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:192px;
    height:174px;
    float:left;
    margin-left:10px;
    padding:5px;
}
#globsit_login_box h1 {
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    text-align:right;
    padding-top:55px;
}

#globsit_login_box fieldset {
    border:none;
}

#globsit_login_box div+div+div {
    margin-top:5px;
}
#globsit_login_box div+div+div+div {
    margin-top:0px;
}
#login_error {
    font-size:11px;
    font-weight:bold;
    font-family:Arial;
    text-align:right;
}
/*
 * Das Userr-Menü in der Login Box
 */
#globsit_user_menu {
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
}
#globsit_user_menu a {
 	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}
#globsit_user_menu a:hover {
	text-decoration:underline;
} 
#globsit_partner_box {
    background-image: url(/fileadmin/templates/globsit/images/bg_partner_box.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:395px;
    height:174px;
    float:left;
    margin-left:10px;
    padding:5px;
}

#globsit_service_box {
    background-image: url(/fileadmin/templates/globsit/images/bg_service_box.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:193px;
    height:174px;
    float:right;
    margin-right:10px;
    padding:5px;
}

.clr {
    float:none;
    clear:both;
}

/*
 *
 * Startseite Inhalt
 *
 */   
  #globsit_startseiten_container {
  }
  
  .globsit_startseiten_entry_container {
    width:211px;
    float:left;
    height:300px;
  }
  
  .globsit_startseiten_entry_container h1 {
    font-family: Arial;
    color:#555555;
    font-weight: bold;
    font-size:18px;
  }
  
  .globsit_startseiten_entry_container ul {
    margin:0px;
    padding:4px;
    height:100px;
  }

  .globsit_startseiten_entry_container ul li {
    list-style-type:none;
    padding-top:4px;
    padding-bottom:4px;
  }
  
  .globsit_startseiten_entry_container ul li a {
    color:#555555;
    text-decoration:none;
  }
  
  .globsit_startseiten_entry_container ul li a:hover {
    color:#D90708;
    text-decoration:underline;
  }
  
/*
 * TOP-LEVEL-Menu
 */
 #globsit_startmenu_container {
 	position:relative;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
 }
 #globsit_startmenu {
 	position:absolute;
	right:0px;
	width:auto;
	text-align:right;
	height:20px;
	bottom:5px;
 }
 #globsit_topmenu {
 	margin:0px;
	padding:0px;
	list-style-type:none;
 }
 #globsit_topmenu li {
 	margin:0px;
	padding:0px;
	float:left;
 }
 #globsit_topmenu li.selected {
 	margin:0px;
	padding:0px;
	float:left;
	background-image:url(/fileadmin/templates/globsit/images/marker.gif);
	background-position: top center;
	background-repeat: no-repeat;
 }
 #globsit_topmenu li a {
 	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
 }
 #globsit_topmenu li a:hover {
	text-decoration:underline;
 }
 
/*
 * legal notice
 */ 
  #globsit_legal_notice {
    font-family: Arial;
    font-size:11px;
    font-weight:normal;
    color:#555555;
  }
  #globsit_legal_notice a {
    color:#555555;
    text-decoration:none;
  }
  #globsit_legal_notice a:hover {
    text-decoration:underline;
  }

