.menue	   {
	display:block;
        float:left;
        width:100px;
        height:20px;
        line-height:20px;
        color:#DDDDDD;
        border:solid 1px black;
        background-image:url('/img/metal_seamless_01.png');
        font-weight:bold;
        text-align:center;
        margin: 0 2px 0 2px;
}

.breakline {
        display:block;
        float:left;
        width:99%;
        height:20px;
        line-height:20px;
        color:#CCCCCC;
        border:solid 1px black;
        background-image:url('/img/metal_seamless_01.png');
        font-weight:bold;
        text-align:center;
        margin: 0 2px 0 2px;
}

.fixed     {
            font-family: courier new, sans-serif;
		    font-size:12px;
}
HTML {
            height:100.01%;
}
BODY {
            font-family: Verdana, Helvetica, sans-serif;
            font-size:12px;
	        background-attachment:fixed;
	        background-repeat:repeat;
	        background-image:url('/img/metal_seamless_01.png');
            color:#000000;
            background-color:#e5ddcf;
    		margin:0px;
    		padding:0px;
}

TABLE  {
            margin:0;
            font-family:Verdana, Helvetica, sans-serif;
            font-size:12px;
}

IMG  {      border-width:0;
            margin:0;
}

IMG.rahmen  {
            border-color:#000000;
            border-width:1px;
            border-style:solid;
            margin:10px;
}

FORM  {     margin:0px;
			display:inline;
}

H1         { font-size: 175%; font-weight:normal;color:#2B4989;margin:0;letter-spacing:2px;}
H2         { font-size: 125%; font-weight:bold;letter-spacing:2px;margin:0px 0px 5px 0px;}
H3         { font-size: 100%; font-weight:bold;color:#000000;margin:5px 0 5px 0;padding:0 0 0 0;letter-spacing:1px;}
H4         { font-size: 125%; font-weight:normal;color:#FFDD92;background-color:#2B4989;margin:0 0 0 0;padding:1px 5px 3px 5px;letter-spacing:2px;}
H5         { font-size: 75%; font-weight:normal;color:#2B4989;}
H6         { font-size: 50%; font-weight:normal;color:#2B4989; }
PRE, TT    { font-family: courier, sans-serif; font-size: 12px; }
CODE       { font-family: courier, sans-serif; font-size: 10px; }
a          { text-decoration:none;margin:0;color:#CCCCCC;}
a:visited  { text-decoration:none;}
a:active   { text-decoration:underline;color:#FFFFFF;}
a:hover    { text-decoration:underline;color:#FFFFFF;}

