/* 
 *	stylesheet webable picture catalogue
 *	concept & design by web@ble - http://www.webable.de - email: support@webable.de
 */

body {
	background-color: #F4F5DE;
	background-attachment: fixed;
/*	background-image: url(../_images/background_main.jpg);  */
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	margin: 0px;
	scrollbar-3dlight-color: #F4F5DC;
	scrollbar-arrow-color: ##738219;
	scrollbar-base-color: #F4F5DC;
	scrollbar-darkshadow-color: #ADAD45;
	scrollbar-highlight-color: #ADAD45;
	scrollbar-shadow-color: #ADAD45;
	scrollbar-track-color: #E2E6AC;
/*	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-base-color: #6F6F6F;
	scrollbar-darkshadow-color: #5F544E;
	scrollbar-highlight-color: #987767;
	scrollbar-shadow-color: #FF0033;
	scrollbar-track-color: #FF0000;
*/
}


a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

p,td,th,div,form,h2,h4,blockquote,ul,ol, b, div {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
}

hr {
	height: 1px;
	color: #666666;
}

INPUT , textarea, select {
	background: #E6E6E6;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*Tabellenspalten mit  wechselnder Hintergrundfarbe*/
th{
	background-color: #BFDFFF;
	border-bottom:  thin double #666666;
	padding: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	text-align: left;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.row1{
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	padding: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.row2{
	background-color: #FBFBFB;
	border-bottom: 1px solid #666666;	
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding: 1px;
}

.windowborder{
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #666666;		
	padding: 1px;
}

.singleborder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: ridge;
	border-color: #333333;
}

.thickborder {
	border: 1px solid #000066;
}	
.small{
	font-size: 10px;
}

.smallblue {
	color: #000066;
	font-size: 9px;
}

.smallgray {
	color: #333333;
	font-size: 9px;
}

.rot {
	color: #FF0000;
}

/* Hintergrundfarbe */
.hdcolor {
	background: #FBFBFB;
}

/* Formularfelder */
.inputcolor {
	background: transparent;
	color: Silver;
	text-align: center;
}

.textinput {
	color: #000044;
	font-family: Arial;
	font-size: 9pt;
}

.bglight {
/*	background-color: #CCCCCC;*/
}
.bgdark {
	background-color: #F4F5DE;
	
}

