/************************************************************/
/* allgemeines */
* { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    font-weight:normal; 
    color:#303030; 
    margin:0; 
    padding:0; 
}

p { margin-top:5px; margin-bottom:15px;}

img { border:0; }
input,select,textarea { border:solid 1px #666; padding:2px 5px;}
.checkbox, .radio { border:none; }

.emp
{ 
  font-weight:bold; 
  font-style:italic;
  margin:0;
}
.blocksatz { text-align:justify; }
.red { color:#ff0000; }

b, .strong { font-weight:bold; }
i, .italic { font-style:italic; }


body 
{
  color: black;
  background-image:url(back_main.jpg);
  background-repeat:repeat-x;
  background-color: #EBEFEE;
}

/************************************************************/
/* layout */

#headmenue
{ 
  float:right;
  margin:66px 15px 0 0;
  padding:2px;
  text-align:right;
  color: #fffd5b; 
}

#headmenue a 
{
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color: #fffd5b; 
}

#headmenue a:link    { color: #fffd5b; }
#headmenue a:visited { color: #fffd5b; }
#headmenue a:hover   { color: #fffd5b; }
#headmenue a:active  { color: #fffd5b; }

#content { clear:both; border:none; width:100%; min-height:200px; margin:0 auto;}


/*************************************************************/
h1,h2 { 
        text-align:centerr;
        padding:0 0 0 10px;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 20px; 
        font-weight:bold; 
        color:#000; }

h3 { color:#000; font-size:13px; 
     text-align:left; 
     font-weight:bold; 
     margin:5px 0;
     }

/* boxen usw... */
.content-box { width:610px; background-color: #FFFFFF;}
.content-box h2 { padding:4px 0 0 9px; }
.content-box .ro { /* background:url(content_box.gif) top right no-repeat;   */}
.content-box .lo { /* background:url(content_box_lo.gif) top left no-repeat; */}
.content-box .ru { /* background:url(content_box_ru.gif) bottom right no-repeat; */}
.content-box .lu { /* background:url(content_box_lu.gif) bottom left no-repeat;  */}
.content-box .inhalt { margin:0;	padding:10px;}

.left { width:49%; float:left; text-align:left;}
.right{ width:49%; float:right; text-align:right;}
.center { clear:both; margin:auto; text-align:center;}
.v-space { height:20px; clear:both; }



