/* DATEI: borco.css */

BODY,
H1, H2, H3, H4, H5, H6, P, OL, UL, DL, TD, TH, LI, DD, DT, CAPTION
{
	font-family: Arial, Helv, Helvetica, sans-serif;
}
BODY
{
	scrollbar-face-color: "#FFD700";
	scrollbar-highlight-color: "#FFD700";
	scrollbar-shadow-color: "#FFF1C6";
	scrollbar-3dlight-color: "#FFF1C6";
	scrollbar-arrow-color: "#000000";
	scrollbar-track-color: "#FFF1C6";
	scrollbar-darkshadow-color: "#FFD700";
}
body
{
	background: #FFF1C6 url(images/fond-button.gif) bottom right no-repeat fixed;
}
table
{
	border-collapse: collapse;
}


form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0,0,0,0;
}
		
input
{
	background-color: #FFF1C6;
	color: black;
	border: 1px solid #FFD700;
	font-size: 11px;
}

.sbutton
{
	font-family: Arial, Helv, Helvetica, sans-serif;
	font-style: bold;
	background-color: #FFD700;
	font-size: 11px;
	color: #0000A5
}

.sbutton:hover {
	color: white;
	background-color: red;
	border:1px solid #FFD700;
	cursor:pointer
}

form input.button
{
	background-color: #FFF1C6;
	color: #FFFFFF;
	border: 1px solid #0000A5;
	font-size: 11px;
}
	  
input.button:hover
{
	color: blue;
	background-color: #FFD700;
	border:1px solid #FF0000;
	cursor:pointer
}

button:hover
{
	color: blue;
	background-color: #FFD700;
	border:1px solid #FF0000;
	cursor:pointer
}

form option, form select
{
	font-family: Arial, Helv, Helvetica, sans-serif;
	background-color: #FFF1C6;
	font-size: 11px;
	color: Black;
	background: #FFD700;
}

body, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
{
	font-family: Arial, Helv, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

H1
{
	font-size: 20px;
	font-weight: bold;
}

H2
{
	font-size: 18px;
	color: #0000A5;
}

H3
{
	font-size: 16px;
	color: #0000A5;
}

H4
{
	font-size: 12px;
	color: #0000A5;
}

H5
{
	font-size: 12px;
	color: #0000A5;
}

H6
{
  font-size: 12px;
  color: #0000A5;
}

.klein
{
  font-size: 9px;
  color: #000000;
}

.normal
{
  font-size: 11px;
  color: #000000;
}

.col
{
  text-decoration: none;
  color: black;
  background: #E0E0E0;
  font-size: 11px;
}

.col-blau
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 11px;
	background-color: #FFD700;
}

hr
{
	background-color:#FFD700;
	color:#FFD700;
	border: #FFD700;
	height: 1px;
}

LI
{
	list-style-image: url(http://www.borco.de/images/ball_blau.gif)
}

.linkcol
{
	text-decoration: none;
	font-weight:bold;
	color: Black;
	font-size: 11px;
	background-color : #E0E0E0;
}

a:link
{
	color: #0000A5;
	text-decoration: none;
}

a:visited
{
	color: #808080;
	text-decoration: none;
}

a:active
{
  color: #808080;
  text-decoration: none;
}

a:hover
{
	background-color: #FFF1C6;
}

#teaser a
{
	color:#000000;
	text-decoration:none;
}

#teaser a:hover {
	color:#red;
}
