/* CSS Document */

/* --- basic styles --------------------------------------------------------------- */
 
body,ol,div,blockquote,small,b,input,strong,address,br,li,dl,dd,ul,p,ul,table,tr,th,td
	{ font-family:Arial, Sans-serif; color:#666666; font-size:10pt; text-align: justify;}

.grey { font-family:Verdana, Sans-serif; font-size:8pt; font-weight:normal; color:#666; text-decoration:none; }

a { font-size:8pt; font-weight:normal; color:#000000; text-decoration:none; }
a:visited { font-weight:normal; color:#000000; background-color:transparent; }
a:link { font-weight:normal; color:#000000; background-color:transparent; }
a:active { font-weight:normal; color:#000000; background-color:transparent; }
a:hover { font-weight:normal; color:#ff9900; background-color:transparent; }

a.tedit_a { font-size:10pt; font-weight:normal; color:#ff9900; text-decoration:none; }
a.tedit_a:visited { font-weight:normal; color:#ff9900; background-color:transparent; }
a.tedit_a:link { font-weight:normal; color:#ff9900; background-color:transparent; }
a.tedit_a:active { font-weight:normal; color:#ff9900; background-color:transparent; }
a.tedit_a:hover { font-weight:normal; color:#F66200; background-color:transparent; }

a.footer { font-size:8pt; font-weight:normal; color:#666; text-decoration:none; }
a.footer:visited { font-weight:normal; color:#666; background-color:transparent; }
a.footer:link { font-weight:normal; color:#666; background-color:transparent; }
a.footer:active { font-weight:normal; color:#666; background-color:transparent; }
a.footer:hover { font-weight:normal; color:#ffffff; background-color:transparent; }

a.text { font-size:10pt; font-weight:normal; color:#ff9900; text-decoration:none; }
a.text:visited { font-weight:normal; color:#ff9900; background-color:transparent; }
a.text:link { font-weight:normal; color:#ff9900; background-color:transparent; }
a.text:active { font-weight:normal; color:#ff9900; background-color:transparent; }
a.text:hover { font-weight:normal; color:#F66200; background-color:transparent; }

a.grey { font-family:Verdana, Sans-serif; font-size:8pt; font-weight:normal; color:#666; text-decoration:none; }
a.grey:visited { font-weight:normal; color:#666; background-color:transparent; }
a.grey:link { font-weight:normal; color:#666; background-color:transparent; }
a.grey:active { font-weight:normal; color:#666; background-color:transparent; }
a.grey:hover { font-weight:normal; color:#666; background-color:transparent; }

td.main_text { height:200px; }

/* --- contact form --------------------------------------------------------------- */

.submit { text-align: center; }

.tabelle_rand{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:1px solid #ff9900;
background-color:#CCCCCC;
}

.name{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:000000;
}

.an{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 60px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.felder{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}


/* --- webedit styles --------------------------------------------------------------- */

div.t1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 18px;font-weight:normal; color: #FF9900; padding-top:0px; margin-bottom:6px;}
div.t2 {font-size:14px; font-weight:bold; font-family:Arial; color:#FF9900; padding-top:0px; margin-bottom:4px;}
.t1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 18px;font-weight:normal; color: #FF9900; padding-top:0px; margin-bottom:6px;}
.t2 {font-size:14px; font-weight:bold; font-family:Arial; color:#FF9900; padding-top:0px; margin-bottom:4px;}

.news_box { width:700px; background:transparent; border:solid 1px #E9E3E3; margin-bottom:10px; }
.news_header { color:#444444; font-size:10pt; font-weight:bold; padding:5; background:#ffffff; border:solid 0px white; }
.news_text { color:#666666; font-size:10pt; font-weight:normal; padding:5; border:solid 0px white; }
.news_image { float:right; padding-left:10px; color:#444444; font-size:10pt; font-weight:normal; margin:5px; margin-bottom:15px; border:solid 0px white; }
.2_images { border:solid 0px white; margin-bottom:0px; margin-right:0px;}

.text_box { width:690px; background:transparent; border:solid 0px #E9E3E3; margin-bottom:10px; padding:5px;}
.text_image { float:right; padding-left:10px; color:#444444; font-size:10pt; font-weight:normal; margin-left:5px; margin-bottom:5px; border:solid 0px white; }
.text_text { color:#666666; font-size:10pt; font-weight:normal; padding:0; border:solid 0px white; }


/* --- header styles --------------------------------------------------------------- */

.header_line { font-weight:normal; font-size:9pt; }

/* --- menu styles --------------------------------------------------------------- */

.menu {
width:700px; 
font-size:0.85em;
position:relative;
z-index:100;
left:2px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:100px;;
}

/* main menu width */
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#ffffff; 
width:89px; 
height:22px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:10px; 
line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;;
w\idth:100px;
}

/* style the links for the top level --- selected menue --- */
.menu a.selected, .menu a.selected:visited {
color:#F6A800; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a.selected, * html .menu a.selected:visited {
width:120px;;
w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
/* visibility:hidden; */
position:absolute;
height:0;
top:23px;
left:0; 
width:100px;;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:24px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px;; 
top:0;
width:100px;;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;;
width:100px;;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:79px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a, * html .menu ul ul a:visited{
width:100px;;
w\idth:100px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
/* visibility:hidden; */
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* --- avoid yellow firefox form fields (caused by google toolbar) ---------------- */

input[type="text"] { background: #FFF !important; }

