body {
  margin:0px;
  padding:15px;
  background-color:#9D9393;
  font-family: Arial;
  font-size: 10pt;
  cursor:default;
}
/* TABLEFORMATE  */
#hp_container {
    position:absolute;
	width:750px;
	left: 50%;
	margin: 0 0 0 -375px;
    border: 1px solid #7D5E5E;
}
#hp_container_forum {
  width:100%;
  border: 0px;
  margin: auto;
  margin-right:15px;
  border: 1px solid #7D5E5E;
}
#logo {
  width:auto;
  height:100px;
  margin:0px;
  padding:0px;
  text-align: center;
  background-color: none;
  background-image: url(img/logo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
#logo_bg_td {
   background-image: url(img/logo_bg.jpg);
   background-repeat: repeat-x;
}
#topcat {
  width:auto;
  margin:0px;
  padding:3px;
  padding-left: 128px;
  background-color: #EBEBEB;
  background-image: url(img/logo_bottom.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  
  border-bottom: 1px solid #9999FF;
  
  font-family: Arial;
  font-size: 8pt;
  font-weight: none;
}
#leftbar {
  width:155px;;
  margin:auto;
  padding:0px;
  padding-right:0px;
  vertical-align: top;
  background: #FFFFFF;
}
#middle {
  width: 100%;
  padding: 10px;
  vertical-align: top;
  background: #FFFFFF;
}
.content_table {
  min-height:350px;
  margin: 0px;
  border: 1px solid #666666;
  background-color: #F1F1F1;
  background-image: url(img/contentbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;

}
.content_table table td{
  font-family: Arial;
  font-size: 9pt;
}
.content {
  padding: 5px;
}
.content_header {
  height: 15px;
  border-bottom: 1px solid #666666;
  padding-left: 14px;
  background-color: #EBA645;
  background-image: url(img/boxheaderbg.gif);
  background-repeat: repeat-x;
  margin: 0px;
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF;
}
.content p.headline {
  padding: 5px 0px;
  margin: 0px;
  font-size: 9pt;
  font-weight: bold;
}
.content p.links {
  padding: 5px 0px;
  margin: 0px;
  font-size: 9pt;
  font-weight: bold;
}
.content p.links a{

}
.content p.links a:link,
.content p.links a:visited,
.content p.links a:active,
.content p.links a:hover {
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: underline;
}
.content p.links a:hover {
  text-decoration: underline overline;
}
.content div.faq {
  padding: 0px 0px 10px 15px;
  font-size: 9pt;
  font-weight: normal;
}
#bottomcat {
  width:auto;
  height:15px;
  margin:0px;
  padding:3px 5px;
  background-color: #EBEBEB;
  border-top: 1px solid #9999FF;
  font-family: Arial;
  font-size: 8pt;
  font-weight: none;
  color: #9D9393;
}
.table_error_list {
  width:60%;
  text-align:left;
  vertical-align:top;
  margin: 15px auto;
  padding: 5px;
  border-style:solid;
  BORDER-LEFT: 1px solid #F9F7F4;
  BORDER-RIGHT: 1px solid #CDBC9C;
  BORDER-TOP: 1px solid #F9F7F4;
  BORDER-BOTTOM: 1px solid #CDBC9C;
  background-Color: #EBEBEB;
  color: #CC3333;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}
.table_notify {
  width:60%;
  text-align:center;
  vertical-align:top;
  margin: 15px auto;
  padding: 5px;
  border-style:solid;
  BORDER-LEFT: 1px solid #F9F7F4;
  BORDER-RIGHT: 1px solid #CDBC9C;
  BORDER-TOP: 1px solid #F9F7F4;
  BORDER-BOTTOM: 1px solid #CDBC9C;
  background-Color: #EBEBEB;
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}
div.hint {
	border: 0px;
	margin: 10px;
	width: auto;
	padding: 0;
}

div.hint h1 {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 13px 27px;
	padding: 0;
}

div.hint p {
	font-size: 12px;
	margin-left: 27px;
}

div.hint ul {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 40px;
	padding: 10px 0 20px; /* IE 5.x */
	voice-family: "\"}\"";
	margin: 10px 0 10px 40px;
	padding: 0 0 10px;
	voice-family: "\"}\"";
}

div.hint ul a {
	font-weight: 400;
}

div.hint li {
	margin: 3px 0;
}

div.hint li p {
	margin-left: 0;
}

div.hint div {
	padding: 5px 5px 1px 40px;
}

div.hint .error {
	background: #F8E2DB url(img/note_error.gif) 10px 10px no-repeat;
	border: 1px solid;
	color: #DE2121;
}

div.hint .error h1 {
	color: #DE2121;
}

div.hint .success {
	background: #EEFFEE url(img/note_success.gif) 10px 10px no-repeat;
	border: 1px solid;
	color: #2C9C3B;
}

div.hint .success h1 {
	color: #2C9C3B;
}
/* SCHRIFTFORMATE */
.content {
  font-family: Arial;
  font-size: 9pt;
  font-weight: none;
}
.small {
  font-family: Arial;
  font-size: 7pt;
  font-weight: none;
}
.small a:link,
.small a:visited,
.small a:active,
.small a:hover {
  font-family: Arial;
  font-size: 7pt;
  font-weight: none;
  text-decoration: underline;
}
.small a:hover {
  text-decoration: underline overline;
}
#topcat .small a:link,
#topcat .small a:visited,
#topcat .small a:active,
#topcat .small a:hover {
  font-family: Arial;
  font-size: 7pt;
  font-weight: none;
  text-decoration: underline;
}
#topcat .small a:hover {
  text-decoration: underline overline;
}
/* OBJEKTFORMATE */
input.button {
  cursor:pointer;
  border:0px;
  margin:0px;
  padding:0px;
}
input.radiobutton {
  cursor:pointer;
  vertical-align:middle;
  border:0px;
  margin:2px 2px;
  padding:0px;
  background-color:#F1F1F1;
}
.leftbarmenu {
  width:145px;
  margin: 10px;
  margin-right:0px;
  padding: 0px;
  border: 0px;
  text-align:right;
}
.leftbarmenu p {
  margin:0px;
  padding: 0px;
  padding-left: 10px;
  background-color: #EBA645;
  background-image: url(img/boxheaderbg.gif);
  background-repeat: repeat-x;
  height: 15px;
  BORDER: 1px solid #666666;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  white-space: nowrap;
  color: #FFFFFF;
}
div.menulink {
  BORDER-LEFT: 1px solid #E9E8E6;
  BORDER-RIGHT: 1px solid #666666;
  BORDER-TOP: 1px solid #F9F7F4;
  BORDER-BOTTOM: 1px solid #666666;
  background-color: #F1F1F1;
}
div.menulink a:link, div.menulink a:visited, div.menulink a:active, div.menulink a:hover {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
  color: #000000;
  cursor:default;
  display:block;
  
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
div.menulink a:hover {
  color: #FFFFFF;
  background-color: #EEA846;
  cursor:pointer;
}
div.menusublink {
  margin-left:10px;
  width:auto;
  background-color: #DEDEDE;
}
div.menusublink a:link, div.menusublink a:visited, div.menusublink a:active, div.menusublink a:hover {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
  color: #000000;
  cursor:default;
  display:block;
  BORDER-LEFT: 1px solid #E9E8E6;
  BORDER-RIGHT: 1px solid #666666;
  BORDER-TOP: 1px solid #F9F7F4;
  BORDER-BOTTOM: 1px solid #666666;     /*CDBC9C*/

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
div.menusublink a:hover {
  color: #FFFFFF;
  background-color: #EEA846;
  cursor:pointer;
}
div.menuform {
  border: 0px;
  margin:0px;
  padding:3px;
  text-align:center;
  background-color:#F1F1F1;
  border: 1px solid #666666;
  border-top:0px;
}
div.menuform input {
  background-color: #FFFFFF;
  margin-bottom: 5px;
}
div.menuform form {
  margin:0px;
}
#table_login {
   margin: 20px auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	padding:2px;
   BORDER-LEFT: 1px solid #EBEBEB;
   BORDER-RIGHT: 1px solid #CDBC9C;
   BORDER-TOP: 1px solid #EBEBEB;
   BORDER-BOTTOM: 1px solid #CDBC9C;
	background-color: #EBEBEB;
}
input, textarea, option {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	padding:2px;
	BORDER-RIGHT: 1px solid #F9F7F4;
	BORDER-LEFT: 1px solid #CDBC9C;
	BORDER-BOTTOM: 1px solid #F9F7F4;
	BORDER-TOP: 1px solid #CDBC9C;
	background-color: #FFFFFF;
}
input.button_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color : #000000;
	padding:1px;
	margin:0px;
	BORDER-LEFT: 1px solid #F9F7F4;
	BORDER-RIGHT: 1px solid #CDBC9C;
	BORDER-TOP: 1px solid #F9F7F4;
	BORDER-BOTTOM: 1px solid #CDBC9C;
   background-color: #EBEBEB;
}
.button {
  Border: 0px;
  padding: 0px;
  color: #FFFFFF;
}
/* LINKFORMATE  */
a:link, a:visited, a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: none;
text-decoration: underline;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: none;
text-decoration: underline overline;
}
a.bottom:link, a.bottom:visited, a.bottom:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #9999FF;
font-weight: bold;
text-decoration: underline;
}
a.bottom:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #6666CC;
font-weight: bold;
text-decoration: underline overline;
}
/*
 *    INFOBOX CSS
 */
.content_info_table {
  margin: 3px;
  border: 1px solid #666666;
  background-color: #F1F1F1;
}

.content_info {
  padding: 5px;
  font-family: Arial;
  font-size: 9pt;
}
.content_info_header {
  height: 15px;
  border-bottom: 1px solid #666666;
  padding-left: 14px;
  background-color: #EBA645;
  background-image: url(img/boxheaderbg.gif);
  background-repeat: repeat-x;
  margin: 0px;
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF;
}
.content_info p.headline {
  padding: 5px 0px;
  margin: 0px;
  font-size: 9pt;
  font-weight: bold;
}

/*
 *    SHOUTBOX CSS
 */
.shoutbox {
  margin: 2px;
  padding: 0px;
  BORDER-bottom: 1px solid #9D9393;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7pt;
  color: #7C5E5E;
  font-weight: normal;
  text-align:left;

}
.shoutbox_top {
  padding: 2px;
  height: 11px;
  border:0px;
  BORDER-top: 1px solid #9D9393;
  background-image: none;
  background: none;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-align:right;
  white-space: nowrap;
  color: #4A4A4A;
}
font.shoutbox_nav {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 7pt;
 color: #7C5E5E;
 font-weight: normal;
}
a.shoutbox_nav:link,
a.shoutbox_nav:visited,
a.shoutbox_nav:active {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 7pt;
 color: #7C5E5E;
 font-weight: bold;
}
a.shoutbox_nav:hover {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 7pt;
 color: #7C5E5E;
 font-weight: bold;
 text-decoration: underline overline;
}
/*
 *    GUESTBOOK CSS
 */

#gb_container {
  height:auto;
  margin: 0px;
  border: 0px solid #000000;
  background-color: none;
  background-image: none;
  text-align:left;
  color: #000000;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}
#gb_top_nav {
  padding: 2px 5px;
  height: 15px;
  border:0px;
  width:50%;
  font-size: 8pt;
  float:left;

}
#gb_top {
  padding: 2px 5px;
  height: 15px;
  width:auto;
  border:0px;
  font-size: 9pt;
  text-align: right;

}
.gb_info_header {
  padding-left:4px;
  BORDER-RIGHT: 1px solid #A9A0A0;
  BORDER-LEFT: 1px solid #CDC8C8;
  BORDER-TOP: 1px solid #CDC8C8;
  border-bottom:0px;
  width:auto;
  height:15px;
  margin:0px;
  background-color: #000000;
  background-image: url(img/gbheaderbg.gif);
  background-repeat: repeat-x;
  text-align:left;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
}
.gb_info {
  padding: 4px;
  border:0px;
  width:30%;
  font-size: 9pt;
  float:left;
}
.gb_entry {
  position:relative;
  margin:0px;
  margin-left:31%;
  padding: 4px;
  width:auto;
  border:0px;
  font-size: 9pt;
}
.gb_content_container {
  padding: 4px;
  margin:0px;
  height:auto;
  width:auto;
  BORDER-RIGHT: 1px solid #A9A0A0;
  BORDER-LEFT: 1px solid #CDC8C8;
  BORDER-TOP: 1px solid #CDC8C8;
  BORDER-BOTTOM: 1px solid #A9A0A0;
  font-size: 9pt;
}
 /*
 *    ABITURIENTEN CSS
 */


.abi_header_td {
  padding-left:4px;
  border:0px;
  height:15px;
  margin:auto;
  background-color: #000000;
  background-image: url(img/gbheaderbg.gif);
  background-repeat: repeat-x;
  text-align:left;
  font-size: 7pt;
  color: #FFFFFF;
  font-weight: bold;
}
.abi_bit_td {
  padding:4px;
  border:0px;
  height:20px;
  border-bottom: 1px solid #A9A0A0;
  margin:auto;
  text-align:left;
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
}
.abi_bit_td a {
  padding:0px;
  margin:0px;
  color: #000000;
  font-weight: normal;
}
.abi_bit{
  padding:4px;
  margin:0px;
  font-size: 9pt;
  color: #000000;
  font-weight: normal;
}
.abi_pic {
  padding:0px;
  border:0px;
  margin:15px;
  text-align:middle;
  float:left;
}
/*
 *    COMMENT CSS
 */

#comment_container {
  height:auto;
  margin: 0px;
  border: 0px solid #000000;
  background-color: none;
  background-image: none;
  text-align:left;
  color: #000000;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}
#comment_top_nav {
  padding: 2px 5px;
  height: 15px;
  border:0px;
  width:50%;
  font-size: 8pt;
  float:left;

}
#comment_top {
  padding: 2px 5px;
  height: 15px;
  width:auto;
  border:0px;
  font-size: 9pt;
  text-align: right;

}
.comment_info_header {
  padding-left:4px;
  BORDER-RIGHT: 1px solid #A9A0A0;
  BORDER-LEFT: 1px solid #CDC8C8;
  BORDER-TOP: 1px solid #CDC8C8;
  border-bottom:0px;
  width:auto;
  height:15px;
  margin:0px;
  background-color: #000000;
  background-image: url(img/gbheaderbg.gif);
  background-repeat: repeat-x;
  text-align:left;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
}
.comment_info {
  padding: 4px;
  border:0px;
  width:30%;
  font-size: 9pt;
  float:left;
}
.comment_entry {
  position:relative;
  margin:0px;
  margin-left:31%;
  padding: 4px;
  width:auto;
  border:0px;
  font-size: 9pt;
}
.comment_content_container {
  padding: 4px;
  margin:0px;
  height:auto;
  width:auto;
  BORDER-RIGHT: 1px solid #A9A0A0;
  BORDER-LEFT: 1px solid #CDC8C8;
  BORDER-TOP: 1px solid #CDC8C8;
  BORDER-BOTTOM: 1px solid #A9A0A0;
  font-size: 9pt;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */