/* Stylesheet */ 
/* D. Winkler, 16.07.2012 */

/* Layout */

html {padding:0px; padding:0px;}
body {margin:0px; padding:0px; background:#cccccc; text-align:center;  }

#outer { text-align:left; margin:0px; background:#cccccc;}

/*#hdr { height:160px; padding:0px;  spacing:0px; background:#000064; border-top:0px solid; border-bottom:0px solid;}*/
/*#hdr { height:160px; width:1000px; padding:0px; spacing:0px; background:#000064; border-top:0px solid; border-bottom:0px solid; background-image: url('background.jpg'); }*/
#hdr { height:160px; width:1000px; padding:0px; spacing:0px; background:#000064;}




/* menu */
#menu {text-align:center; height:30px; background:#000064; border-top:0px solid; border-bottom:0px solid; font-size:10pt; color:#ffffff; padding:0px;  }
a.menu {display:block; width:100px; height:18px; text-align:center}
a.menu:link, a.menu:visited {text-decoration:none; color:#cccccc;}
a.menu:hover {text-decoration:none; color:#ffffff; background-color:#555588;}
a.menu:active {text-decoration:none; color:#ffffff; background-color:#555588;}

/* ftr */
#ftr { text-align:left; height:30px; background:#000064; color:#cccccc; font-size:10pt; }
a.ftr{display:block; width:200px; height:18px; text-align:center;}
a.ftr:link, a.ftr:visited {text-decoration:none; color:#cccccc;}
a.ftr:hover {text-decoration:none; color:#ffffff; background-color:#555588;}
a.ftr:active {text-decoration:none; color:#ffffff; background-color:#555588;}





#cont {width:1000px; margin-left:auto; margin-right:auto; background:#ffffff; padding:0px; border-left: 2px solid #000064; border-right: 2px solid #000064; }


/* Content */
h1 { font-size:18pt; color:#000064; font-family: Arial, Tahoma; text-align:center;}
h2 { font-size:13pt; color:#000064; font-family: Arial, Tahoma; text-align:left;}


p.cont, span, div { font-size:11pt; color:#000064; font-family: Arial, Tahoma; text-align:left;}
a.cont:link, a.cont:visited {text-decoration:none; color:#0000ff; font-size:11pt; font-family: Arial, Tahoma; }
a.cont:active, a.cont:hover {text-decoration:underline; color:#FF0000; font-size:11pt; font-family: Arial, Tahoma;}


.cont_comment {font-size:10pt; color:#000064; font-family: Arial, Tahoma; }
a.cont_comment:link, a.cont_comment:visited {text-decoration:none; color:#0000ff; font-size:7pt; font-family: Arial, Tahoma; }
a.cont_comment:active, a.cont_comment:hover {text-decoration:underline; color:#FF0000; font-size:7pt; font-family: Arial, Tahoma;}