/* Stylesheet www.iva.or.at / www.anlegerschutz.at
   Hannes Berzsenyi, dispodat Informationsmanagement 
   März 2007 -------------------------------------- */

/* Standardschriftart Arial 10, grau */
body         { font-family: Arial; font-size: 10pt; color: #313131 }
basefont     { font-family: Arial; font-size: 10pt; color: #313131 }
a            { font-family: Arial; font-size: 10pt; color: #313131 }
p            { font-family: Arial; font-size: 10pt; color: #313131 }
td           { font-family: Arial; font-size: 10pt; color: #313131 }

/* kein Rand bei verlinkten Bildern */
img			 { border: 0; }

/* Spezielle Schriftarten */
.fusszeile   			{ font-size: 8pt; }
.fusszeile a			{ font-size: 8pt; }
.fusszeile a:link 		{ text-decoration: none; }
.fusszeile a:active 	{ text-decoration: none; }
.fusszeile a:visited 	{ text-decoration: none; }
.fusszeile a:hover 		{ text-decoration: none; }

/* Einstellungen für die Infoboxen mit Schatten */
#box           { border-collapse:collapse; border-spacing:0; border:0; border-width:0; width:135px; overflow:hidden }
#box td.top    { background-image: url(../images/boxbg_shadow_top.gif); width:135px; height:9px;}
#box td.header { background-image: url(../images/boxbg_shadow_middle.gif); width:135px; font-size: 8pt; font-weight:bold; color: #326190; padding-left: 4px; padding-right: 9px; padding-bottom: 10px}
#box td.middle { background-image: url(../images/boxbg_shadow_middle.gif); width:135px; font-size: 8pt; color: #313131; padding-left: 4px; padding-right: 9px;}
#box td.bottom { background-image: url(../images/boxbg_shadow_foot.gif); width:135px; height:9px;}
#box a         { font-size: 8pt; color: #326190 }
#box a:link    { text-decoration: none; }
#box a:active  { text-decoration: none; }
#box a:visited { text-decoration: none; }
#box a:hover   { text-decoration: none; color: #FFFFFF; background-color: #326190 }   

/* Speziell für Quick-Voting */
#votebox             { border-collapse:collapse; border-spacing:0; border:0; border-width:0; width:100%; }
#votebox td.question { font-size: 8pt; }
#votebox td.answer	 { font-size: 8pt; color: #326190; }

/* Rote Schrift für CMS-Infotexte */
.cms-infotext           { color: #990000 }

/* Suchbegriffe */
.suchbegriffe       { font-size: 12pt; }    

/* Überschrift 1 Arial 12, gray, fett */
h1           { font-family: Arial; font-size: 13pt; line-height: 100%; text-align: left;
               word-spacing: 0; color: #313131; font-weight: bold; margin: 0; line-height: 1.3 }
h2           { font-family: Arial; font-size: 9pt; line-height: 100%; text-align: left;
               word-spacing: 0; color: #313131; font-weight: bold; margin: 0; line-height: 1.3 }                             

/* Rollovereffekt bei Links */
a:hover      { color: #FFFFFF; background-color: #84B8B4 }

/* Formularfelder allgemein */
textarea     { font-family: Arial; font-size: 10pt; background-color: #D3EDEB; color: #000000; border: 0px; }
input        { font-family: Arial; font-size: 10pt; background-color: #D3EDEB; color: #000000; border: 0px; }
legend       { font-family: Arial; font-size: 10pt; background-color: #FFFFFF; color: #000000 }
button       { font-family: Arial; font-size: 10pt; font-weight: bold; background-color: rgb(3,138,128); color: #FFFFFF; border: 0px }

/* Formularfelder im CMS */

form#cmsform
{
 color: #000000;
 font-family: Arial;
 font-size: 10pt;
 text-align: left; 
}

.cmsbutton_grey {
 font-family: Arial;
 font-size: 10pt;
 text-align: center;
 background-color: #F0F0F0;
 color: #000000;
 border: 1px;
 border-style: outset;
}

.cmsinput {
 font-family: Arial;
 font-size: 10pt;
 padding-left: 3px;
 background-color: #FFFFFF;
 color: #000000;
 border: 1px solid #000000;
}