/* DATEI: styles.css*/
body  {
        margin-top : 0px;
        margin-bottom : 0px;
        margin-left : 0px;
        margin-right : 0px;
        background-color : #999999;
}


p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
        font-family : Verdana,Arial,sans-serif;
}


.img {border : 5px solid #999999}
.img_blue {border : 5px solid #204980}
.img_lightblue {border : 5px solid #858ed0}
.img_orange {border : 5px solid #e46e44}
.img_red {border : 5px solid #c7121f}
.img_yellow {border : 5px solid Yellow;}
.img_green {border : 5px solid #388e37}
.img_black {border : 5px solid #000000}
.img_white {border : 5px solid #ffffff}
.img_wedding {border : 5px solid #ffcc66}
}

td {
        font-family : Verdana,Arial,sans-serif;
        font-size : 9pt;
        font-style : normal;
        font-weight : normal;
        text-align : center;
        color : #999999;
        text-decoration : none;
        background-color : #999999;
}

.std  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : left;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
}

.stdj  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : justify;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
}

.stdc  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : center;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
}

.stdr  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : right;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
}



.menueX  {
        font-family : Verdana,Arial,sans-serif;
        /* font-family = Schriftart fuer Textelemente */
        font-size : 9pt;
        /* font-size = Schriftgroesse */
        font-style : normal;
        /* font-style : normal/italic */
        font-weight : normal;
        /* font-weight : normal/bold */
        text-align : center;
        color : #bbbbbb;
        text-decoration : none;
        background-color : #FFFFFF;
}

.menue  {
        font-family : Verdana,Arial,sans-serif;
        /* font-family = Schriftart fuer Textelemente */
        font-size : 9pt;
        /* font-size = Schriftgroesse */
        font-style : normal;
        /* font-style : normal/italic */
        font-weight : normal;
        /* font-weight : normal/bold */
        text-align : center;
        color : #999999;
        text-decoration : none;
        background-color : #FFFFFF;
}

.menueactive  {
        font-family : Verdana,Arial,sans-serif;
        /* font-family = Schriftart fuer Textelemente */
        font-size : 9pt;
        font-style : normal;
        font-weight : bold;
        text-align : center;
        color : #ffffff;
        background-color : #999999;
}

.h1  {
	font-family : Verdana,Arial,sans-serif;
	font-size : 13pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
    background-color : #ffffff;
}

.footer  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 9pt;
        font-style : normal;
        font-weight : normal;
        text-align : center;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
}

a:link  {
        color : #999999;
		text-decoration: none;
}

a:visited  {
        color : #999999;
		text-decoration: none;
}

a:hover  {
        color : #FF6633;
		text-decoration: none;
}

a:active  {
        color : #FF6633;
        text-decoration : none;
}

a.an  {
        text-decoration : none;
}


.smallc  {/* small center */
	font-family : Verdana,Arial,sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	color : #ffffff;
	text-decoration : none;
}

.small  {/* small left */
	font-family : Verdana,Arial,sans-serif;
	font-size : 7pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	color : #999999;
	text-decoration : none;
}



.tabstdc  {/* standard center */
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : center;
        color : #ffffff;
        text-decoration : none;
}

.tabstd  {/* standard center */
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
	    text-align : left;
        color : #ffffff;
        text-decoration : none;
}



#stdc  {
        font-family : Verdana,Arial,sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        text-align : center;
        color : #999999;
        text-decoration : none;
        background-color : #ffffff;
        vertical-align: -1px;
}

#left  {
        text-align : left;
}
#center  {
        text-align : center;
}
#right  {
        text-align : right;
}

#rightbottom  {
        text-align : right;
		vertical-align: bottom;
		
}


#hot {
	color : #FF6633;
	letter-spacing : 5pt;
}
