/* farben und so
<!--
fARBEN
blau: #15539C
grau: #536374
hellgrau: #969696
meta_grau: #7A7A7A
-->

*/

p, td  {  line-height: 18px; color:#000000; font-size: 13px;  font-family:Arial, Helvetica, sans-serif; }
body  { line-height: 18px; margin: 0px; padding: 0px; color: #000000; font-size: 13px; font-family:Arial, Helvetica, sans-serif; 
/*
  scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color: #666666;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ffffff;
*/ 
}

form {
	margin: 0px;
	padding: 0px;
}
.phpdigHighlight 
{
	font-weight: bold;
	color: #ffffff;
	background-color: #444444;
}

table
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

.line
{
	background-image:url(../images/layout/pixel2x2.gif);
	background-repeat:repeat-x;
}

.red 
{
	color:#FF0000;
	font-weight:bold;
}

.bghell
{
	 background-color: #E6E9F3;
}

a, a:active, a:link, a:visited, a:focus { color: #000000; text-decoration: underline; }
a:hover  { color: #00559C; text-decoration: none; }

a.otherlink, a.otherlink:active, a.otherlink:link, a.otherlink:visited, a.otherlink:focus { font-weight: bold; color: #ffffff; text-decoration: none; }
a.otherlink:hover  { color: #E6E9F3; text-decoration: none; }

a.nav, a.nav:active, a.nav:link, a.nav:visited, a.nav:focus { color: #ffffff; text-decoration: none; font-weight: bold }
a.nav:hover  { color:#ffffff; }
a.nav_over, a.nav_over:active, a.nav_over:link, a.nav_over:visited, a.nav_over:focus { color: #ffffff; text-decoration: none; font-weight: bold  }

a.subnav, a.subnav:active, a.subnav:link, a.subnav:visited, a.subnav:focus { color: #00559C; text-decoration: none; font-weight: bold }
a.subnav:hover  { color:#00559C; }
a.subnav_over, a.subnav_over:active, a.subnav_over:link, a.subnav_over:visited, a.subnav_over:focus { color: #ffffff; text-decoration: none; font-weight: bold  }


.leftlink, .leftlink:active, .leftlink:link, .leftlink:visited, .leftlink:focus { color: #888888; text-decoration: none; }
.leftlink:hover  { color: #444444; }

div.nav
{
	background-image:url(../images/layout/nav_bg_i.gif);
	background-repeat:repeat-x;
	padding-top: 9px;
	padding-left: 17px;
	padding-right: 17px;
} 

div.nav_over
{
	background-image:url(../images/layout/nav_bg_a.gif);
	background-repeat:repeat-x;
	padding-top: 9px;
	padding-left: 17px;
	padding-right: 17px;
}

div.subnav
{
	background-image:url(../images/layout/sub_bg_i.gif);
	background-color: #E6E9F3;
	background-repeat:repeat-y;
	background-position:right;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 17px;
	padding-right: 0px;
} 

div.subnav_over
{
	background-image:url(../images/layout/sub_bg_a.gif);
	background-color: #8592C6;
	background-repeat:repeat-y;
	background-position:right;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 17px;
	padding-right: 0px;
}

div.standardpad
{
	padding: 15px;
}

.title, h1 {
	font-weight: bold;
	margin-top:0px;
	margin-bottom:4px;
	color: #444444;
	font-size: 17px;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	color: #B08E61;
	font-size: 13px;
}		

.subtitle  {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

.small
{
	font-size: 9px;
}

hr {
	border-top:#ffffff solid 1px;
	border-bottom:#CCCCCC solid 1px;
}

/* forms */
.input_text
{
padding-left: 2px;
width: 430px;
color: #000000; font-size: 12px; font-family: Courier, sans-serif;
border: 1px solid #00559C;
margin-bottom: 4px;
}

.input_text_newsletter
{
padding-left: 2px;
width: 220px;
color: #000000; font-size: 12px; font-family: Courier, sans-serif;
border: 1px solid #00559C;
margin-bottom: 4px;
}

.input_text_links
{
padding-left: 2px;
width: 150px;
color: #000000; font-size: 12px; font-family: Courier, sans-serif;
border: 1px solid #00559C;
margin-bottom: 4px;
}

.input_textarea
{
padding-left: 2px;
width: 400px; height: 150;
color: #333333; font-size: 12px; font-family: Courier, sans-serif;
border: 1px solid #00559C;
margin-bottom: 4px;
}

.input_textarea_newsletter
{
padding-left: 2px;
width: 220px; height: 240px;
color: #333333; font-size: 12px; font-family: Courier, sans-serif;
border: 1px solid #00559C;
margin-bottom: 4px;
}

textarea.text-klein
{
	width: 450px;
	height: 60px;
}


/** anglizismenindex styles **/
.angl_table {
	margin-top:30px;
	border-collapse: collapse;
	border-style: none;
	width: 100%
}

.angl_td {
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	padding: 3 5 3 0px;
	vertical-align: top;
    background-color: #f4f4ff;
}

.angl_tdr {
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	padding: 3 5 3 0px;
	vertical-align: top;
	font-weight:bold;
    background-color: #f4f4ff;
}

.status0 {
	color: #ffffff;
	background-color: #999999;
	padding: 1 3 1 4px;
	margin-right: 5px;
	font-weight:bold;
}
.status1 {
	color: #ffffff;
	background-color: #55BF00;  /* orig: 00FF00 */
	padding: 1 3 1 4px;
	margin-right: 5px;
	font-weight:bold;
}
.status2 {
	color: #ffffff;
	background-color: #FFDF00;   /* orig: FFFF00 */     
	padding: 1 3 1 4px;
	margin-right: 5px;
	font-weight:bold;
}
.status3 {
	color: #ffffff;
	background-color: #D34E3C;  /* orig: FF0000 */     
	padding: 1 3 1 4px;
	margin-right: 5px;
	font-weight:bold;
}

.td_form {
	vertical-align: top;
}

.td_form1, .td_form2 {
	vertical-align: top;
	padding-top: 3px;
}

.er0 {
	padding-left: 0px;  
}

.er1 {
	padding-left: 10px;
}

.er2 {
	padding-left: 20px;  
}
