/* @version 1.1.0 - 12.8.2007                      */
/* @package Blumenwerkstatt                         */
/* @author Frank Essers                             */
/* @copyright (C) 2007 blumenwerkstatt-blank.ch     */
/* @description css                                 */

html, body {
	font-size					: 11px; 
	font-family					: Arial, Helvetica, sans-serif; 
	background		            : url(../images/theme/sunflowr/suntile.jpg) repeat;
	position					: absolute; 
	width						: 100%; 
	height						: 100%; 
	padding						: 0; 
	margin						: 0px 0px 0px 0px;
	vertical-align				: top;
	scrollbar-face-color		: #FFDC66;
    scrollbar-shadow-color		: #FFFFB0;
    scrollbar-darkshadow-color	: #000000;
    scrollbar-highlight-color	: #996633;
    scrollbar-3dlight-color		: #330000;
    scrollbar-track-color		: ##404040;
    scrollbar-arrow-color		: #000000;
	overflow					: auto;
}
/* Main Table   */
.outer_table {
	width: 80%;
	/*border-left: solid 1px #666666;   */
	/*border-right: solid 1px #666666;  */
	/*border-top: solid 1px #666666;    */
	/*border-bottom: solid 1px #666666; */
}

/* Links in content */
a:link, a:visited {
	color           : #23598d;
	text-decoration : none;
	font-family     :  Arial, Verdana, Helvetica, sans-serif;
}

a:hover {
	color           : #23598d;
	text-decoration : underline;
}

/* Links in navigation */
a.nav:link, a.nav:visited {
	padding-right	: 10px;
	padding-left 	: 30px;
	border			: 0;
	background		: url(../images/theme/sunflowr/sunnavva.gif) no-repeat;
	display			: block;
	height			: 40px;
	font			: normal 20px Arial, Verdana, Helvetica, sans-serif;
	color			: #595959; 
	text-decoration	: none;
	text-align		: left;
	line-height		: 24px;
}
a.nav:hover {
	color			: #FF0000; 
	background		: url(../images/theme/sunflowr/sunnavvh.gif) no-repeat;
	text-decoration	: none;
}
a.nav:active {
	background		: url(../images/theme/sunflowr/sunnavvp.gif) no-repeat;
	color			: #000099; 
	font-weight	    : normal;
}
.OPT {
	padding-right	: 10px;
	padding-left 	: 10px;
	display			: block;
	background		: url(../images/theme/sunflowr/sunnavvp.gif) no-repeat;
	color			: #000099; 
	font			: bold 20px Arial, Verdana, Helvetica, sans-serif;
	width			: 150px;
	height			: 40px;
}
/* Submenu */
#dropmenudiv {
    position        : absolute;
    background-color: #FFFFB0;
    border          : 1px solid black;
    border-bottom-width: 0;
    font            : normal 12px Arial, Verdana, Helvetica, sans-serif;
    line-height     : 18px;
    z-index         : 100;
}
#dropmenudiv a {
    width           : 100%;
    display         : block;
    text-indent     : 3px;
    border-bottom   : 1px solid black;
    padding         : 1px 0;
    text-decoration : none;
    font-weight     : bold;
}

#dropmenudiv a:hover { 
    background-color: #FFFF00;
}

/* Language Menu */
a.langmenu:link, a.langmenu:visited {
	color           : #23598d;
	text-decoration : none;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

a.langmenu:hover {
	color           : #23598d;
	text-decoration : underline;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

.langmenutxt {
	color			: #000033; 
	text-decoration : none;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

/* Page Navigation */
a.pgnav:link, a.pgnav:visited {
	color           : #23598d;
	text-decoration : none;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

a.pgnav:hover {
	color           : #23598d;
	text-decoration : underline;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

.pgnavtxt {
	text-decoration : none;
    font            : normal 10px Arial, Verdana, Helvetica, sans-serif;
}

/* titles */
h1 {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : bold;
    font-style      : normal;
	font-size	    : 16px; 
}
h2, marquee {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : bold;
    font-style      : normal;
	font-size	    : 14px; 
}
h3 {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : normal;
    font-style      : normal;
	font-size	    : 12px; 
}
h4 {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : normal;
    font-style      : normal;
	font-size	    : 11px; 
}
h5 {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : normal;
    font-style      : normal;
	font-size	    : 11px; 
}
h6 {
	color           : #666600;
	font-family     : Arial, Helvetica, sans-serif; 
    font-weight     : normal;
    font-style      : normal;
	font-size	    : 11px; 
}

BUTTON {
    border-style    : solid;
    border-width    : 1pt;
    font-family     : Arial,Helvetica,sans-serif;
    font-style      : normal;
}

TEXTAREA {
    font-family     : arial,helvetica;
    font-style      : normal
}

TABLE {
    table-border-color-light: #99CC66;
    table-border-color-dark : #669933;
    border-color            : #669933;
    color                   : transparent;
}

TH {
    color           : #666600;
}

HR {
    color           : #669966;
}

TD {
    font-family     : Arial,Helvetica,sans-serif;
}

UL {
    list-style-image: url(../images/theme/sunflowr/sunbul1A.gif);
    width           : 150px;
}
UL UL {
	padding-left 	: 10px;
    list-style-image: url(../images/theme/sunflowr/sunbul1A.gif);
    width           : 150px;
}
UL UL UL {
	padding-left 	: 20px;
    list-style-image: url(../images/theme/sunflowr/sunbul1A.gif);
    width           : 150px;
}
.Select {
    color           : #000000;
    background-color: #ffa; 
    width           : 300px; 
    border          : 1px solid #ddd;
}

CAPTION {
    color           : #666600;
}
.Feld { 
    background-color: #ffa; 
    width           : 300px; 
    border          : 1px solid #ddd; 
}

.ALERT {
	padding-left 	: 16px;
	color			: #FF0000; 
	font			: bold 20px Arial, Verdana, Helvetica, sans-serif;
}
