/* www.rika-unger.de - CSS Stylesheet - content.css */

/* rand-abstände */
BODY { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; !important; } 

/* text formatierungen - links - hover */
a:aktive { font-family: verdana; font-size: 10pt; color: black; font-weight: normal; text-decoration: none; !important; } 
a:hover { font-family: verdana; font-size: 10pt; color: 8B0000; font-weight: normal; text-decoration: none; !important; } 
a { font-family: verdana; font-size: 10pt; color: black; font-weight: normal; text-decoration: none; !important; } 
p { font-family: verdana; font-size: 10pt; color: black; font-weight: normal; text-decoration: none; !important; } 
td { font-family: verdana; font-size: 10pt; color: black; font-weight: normal; text-decoration: none; !important; } 
		
/* formulare */
.inputstyle { border: solid 1px; color: #000000; background-color: #DCDCDC; font-family: Courier; color: #000000; font-size: 12pt; !important; } 
.buttonstyle { border: solid 1px; color: #000000; background-color: #708090; font-family: Verdana; color: #FFFFFF; font-size: 12pt; font-weight: bold; !important; } 

/* überschriften und Trennlinien */
HR { border: solid 1px #000000; color: #FFFFFF; } 

/* farbige tabellenzellen mit randlinie */

/* hellgelb lemonchiffon - mit dunkelgrauem rand */
.table1 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #EEE8AA; !important; } 
			
/* hellorange lightsalmon - mit dunkelgrauem rand */
.table2 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #FFA07A !important; } 
			
/* purpurviolett definiert - mit dunkelgrauem rand */
.table3 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #D695D6 !important; } 
			
/* hellblau lightblue - mit dunkelgrauem rand */
.table4 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #ADD8E6 !important; } 
			
/* hellgruen mediumaquamarine - mit dunkelgrauem rand */
.table5 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #66CDAA !important; } 
			
/* dunkelblaugrau slategray - mit schwarzem rand */
.table6 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #000000; background-color: #708090 !important; } 
			
/* ohne farbe - mit schwarzem rand */
.table7 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #000000; !important; } 

/* hellgrau gainsboro - mit dunkelgrauem rand */
.table8 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #DCDCDC !important; } 
			
/* hellstahlblau lightsteelblue - mit dunkelgrauem rand */
.table9 { border-left-style: solid; border-left-width: 1px; 
			border-right-style: solid; border-right-width: 1px; 
			border-top-style: solid; border-top-width: 1px; 
			border-bottom-style: solid; border-bottom-width: 1px; 
			border-color: #696969; background-color: #80C4DE !important; } 