/* MKwüste online */
/* Schriftart des Dokuments!*/

body {
font-family: Arial, Times New Roman;
background: #FFFFCC;
border-style: solid;
width: 100px;
scrollbar-face-color:FFCC00;
scrollbar-shadow-color:FF9900;
scrollbar-highlight-color:FFFF00;
scrollbar-3dlight-color:FFCC99;
scrollbar-darkshadow-color:FFCC33;
scrollbar-track-color:FFFF99;
scrollbar-arrow-color:440000;
width: 600px;
}
/* Absätze, DIVs, Tabellen, Listen, Formulare!*/
div, table, li, form {
font-size: 12pt;
color: #440000;
} 

p {
font-size: 12pt;
color: #440000;
}

/* Unterüberschrift*/
h2 {
color: #FF3300;
}

/*Überschrift3*/
h3 {
color: #FF9900;
}

/*Hintergrundfarbe und Hauptüberschrift*/
h1 {
background-color: #FFFF00;
color: #FF3300;
font-variant: small-caps;
}

/*fette Passagen*/
b {
color: #FF6600;
}

/*Kursiv*/
i {
color: #FF6600;
}

/*Unterstrichen*/
u {
color: #FF6600;
}

/*Hover-Links*/

a {
target="blank1"
}

a:link {
color: #550000;
}

a:hover {
text-decoration : none;
color: #CC9900;
}

a:visited {
text-decoration : none;
color: #770000;
}

/*Liste*/
ul, li {
color: #FF9900;
}

/*Hinweis*/
#info { 
cursor:url('info.cur');
color: #FF0000; 
} 

}
#Box {
 text-align: justify;
 width: 100px;
 height: 200px;
 background: #FFFF66;
} 

.Rahmen {
 padding: 8px;
} 

.iFrame {
 overflow: auto;
 width: 100px;
 height: 300px;
}

/* DropDown-Felder */

SELECT {
 background-color: #FFFF00;
 font: 8pt Arial, Verdana, sans-serif;
}

/* Für Das Kontaktformular... */

input, textarea {
border : 0px solid orange; 
background-color : #FFFF66;
color : black; 
font-size : 12pt; 
color : #660000;
font-family: Arial, Times New Roman;

/* Tabelle */

TD {
 border: solid 2px red;
}
