body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   text-align : left;	
}

.menu-box {
   width : 125px;
   border : 2px solid #dedede;
}

.box {
   width : 100%;
   border : 1px solid #555555;
   background : #efefef;
}

div.newbox {
	width : 100%;
	background : #dfdfdf;
}

h2.newbox {
	color : black;
	font-weight : bold;
	text-transform : uppercase;
	background : #dfdfdf;
	padding : 0;
	margin-bottom : 6px;
}

h2.newbox a {
	color : black;
	text-decoration : none;
}

h2.newbox a:hover {
	color : #555555;
}

h3.newbox {
	font-size : 16px;
	font-weight : bold;
	background : #dfdfdf;
	padding : 0;
	margin-bottom : 6px;
}

p.newbox {
	text-align : left;
	line-height : 16px;
	margin-bottom : 0;
}

p.newbox-author {
	text-align : left;
	line-height : 16px;
	margin-bottom : 6px;
}

h3.newbox a {
	text-decoration : none;
}


div#fisch_box {
   border : 1px solid gray;
   width : 202px;
   padding : 5px;
   margin-left : 9px;
   margin-bottom : 9px;
   background : white;
   float : right;
}

table#prettytable {
   border-collapse : collapse;
   background-color : #efefef;
   empty-cells : show;
   padding : 4px;
   width : 100%;
}

table#prettytable tr.head {
   height : 23px;
   background : url(images/background_table_head.jpg) repeat-x;
   border : 1px solid #555555;
}

table#prettytable tr:hover {
   background : #dddddd;
}

table#prettytable tr.head:hover {
   background : url(images/background_table_head.jpg) repeat-x;
}

table#prettytable td {
   border : 1px solid #555555;
   padding : 8px;
   font-size : 12px;
   margin-bottom : 12px;
   margin-top : 3px;
   line-height : 15px;
   text-align : left;
}

table#prettytable td.head {
   border : 1px solid #555555;
   padding : 4px;
   font-size : 12px;
}

table#blaetter_table {
   border-collapse : collapse;
   background-color : #d3d3d3;
   empty-cells : show;
   padding : 2px;
}

table#blaetter_table td {
   border : 1px solid #555555;
   border-top-width : 0px;
   padding : 4px;
   font-size : 12px;
   text-align : center;
}

.input {
   border : 1px solid #555555;
   font-size : 12px;
   background : #ffffff;
}

.input:focus {
	border : 1px solid black;
}

.input_field {
   border : 1px solid #555555;
   font-size : 12px;
}

.input_button {
   border : 1px solid #555555;
   font-size : 12px;
   background : #cccccc;
}

.img_teaser {
	float : left;
	margin-right : 6px;
	margin-top : 6px;
	border : 1px solid #555555;
}

h1 {
   font-size : 14px;
   font-weight : bold;
   border-bottom : 1px solid black;
   margin-top : 6px;
   color : #444444;
}

h2 {
   color : #222222;
   background : url(images/background_box_kopf.jpg) repeat-x;
   font-size : 12px;
   font-weight : bold;
   padding : 5px;
   margin : 0;
   text-align : left;
}

h3 {
   color : white;
   background : #113388;
   font-size : 12px;
   font-weight : bold;
   padding : 3px;
   margin : 0;
}

h4 {
   color : #222222;
   font-size : 12px;
   padding : 3px;
   padding-left : 1px;
   margin-top : 25px;
   margin-bottom : 9px;
   font-weight : bold;
   border-bottom : 1px dotted gray;
}

h6 {
   font-size : 12px;
   border-bottom : 1px solid #999999;
   margin-bottom : 6px;
}

.h2 {
   color : #222222;
   background : url(images/background_box_kopf.jpg);
   background-repeat: repeat-x;
   font-size : 12px;
   font-weight : bold;
   padding : 5px;
   margin : 0;
}

p {
   font-size : 12px;
   margin-bottom : 12px;
   margin-top : 3px;
   line-height : 16px;
   text-align : left;
}

ul,ol {
	margin-top : 6px;
}

ul li {
   font-size : 12px;
   line-height : 16px;
   margin-bottom : 6px;
   margin-top : 0;
   list-style-image : url(images/list.gif);
   margin-left : -18px;
   text-align : left;
}

ol li {
   font-size : 12px;
   line-height : 16px;
   margin-bottom : 6px;
   margin-top : 0;
   margin-left : -18px;
   text-align : left;
}


ul#boxed {
	border : 1px solid #555555;
	padding-right : 9px;
	padding-top : 6px;
	background : #efefef;
}

a {
   color : #113388;
}

a:hover {
   text-decoration : none;
   color : #555555;
}

a.menu {
   font-size : 10px;
   font-weight : bold;
   color : #4c4c4c;
   text-align : center;
}

a.menu:hover {
   text-decoration : none;
   color : #888888;
}

div#menu2 { 
   font-size : 11px;
   color: #ffffff;
   text-align : left;
}

div#menu2 a {
   border-bottom: #8fbce9 1px solid; 
   display: block; 
   padding-left: 10px; 
   color: #ffffff;
   padding : 3px; 
   text-decoration: none;
   text-align : left;  
}

div#menu2 a:hover { 
   border-bottom: #8fbce9 1px solid; 
   color: #ffffff;
   background : #8fbce9; 
}

.col_left {
   font-size : 11px;
   color: #ffffff;
   text-align : left;
   margin : 3px;
}

.col_right_h {
   font-size : 11px;
   padding-left: 10px;
   color: #ffffff;
   padding : 3px; 
   text-align : left;
   border-bottom: #8fbce9 1px solid; 
   display: block;
   margin-bottom : 0px;
}

.col_right {
   font-size : 11px;
   text-align : left;
   display: block;
   color: #ffffff;
}

hr {
   background-color : #555555;
   color : #555555;
   border : medium none #555555;
   height : 1px;
   margin : 0;
   padding : 0;
}

.text {
   font-size : 12px;
   margin-bottom : 12px;
   margin-top : 3px;
   line-height : 16px;
   text-align : left;
}

.pix {
   margin : 0px;
   border : 1px solid #555555;
}

.bild_unterschrift {
   text-align : left;
   line-height : 12px;
   font-size : 11px;
   margin-top : 6px;
   margin-bottom : 3px;
}

.left {
    text-align : left;
}

.pix_box_left {
   border : 1px solid gray;
   padding : 5px;
   background : white;
   float : left;
   margin-right : 15px;
}

.pix_box_right {
   border : 1px solid gray;
   padding : 5px;
   background : white;
   float : right;
   margin-left : 15px;
}

.pix_box_center {
   border : 1px solid gray;
   padding : 5px;
   background : white;
}

.resized_img {
	max-width : 400px;
}

.namestamp {
   border-bottom : 1px dotted gray;
   padding-bottom:4px;
}

.tooltip {
  font-size: 10pt;
  position: absolute;
  display: none;
  background-color: #EDECF4;
  border-width: 1px;
  border-style: solid;
  border-color: #E2860E; }

.tooltip .head {
  font-weight: bold;
  background-color: #E2860E;
  color: #EDECF4;
  font-size : 11px;
  padding: 2px; }

.tooltip .content {
  color: #666666;
  font-weight: bold;
  font-size : 11px;
  padding: 4px;
}
  
code {
	background : #efefef;
}

.icon {
	float : left;
	margin-right : 3px;
	margin-top : 5px;
}

#tabs {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}

#tabs ul {
	margin:0;
	padding:10px 0px 0px 2px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 3px;
	text-decoration:none;
	font-weight:bold;
}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 9px 4px 6px;
	color:#24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}