/* _css/basis.css */

body
{
font-family: Verdana,Tahoma,sans-serif;
background-image:  url(pic/teile/frisbee_logo.gif);
background-repeat:no-repeat;
background-attachment:fixed; 
padding:0px;
background-position:top right;
}

h1,h2,h3,h4,h5,h6
{
	font-family:Verdana,Tahoma,sans-serif;
	
}
#tdright
{
	text-align:right;
}
#tdleft
{
	text-align:left;
}
#tdcenter
{
	text-align:center;
}

h1 { font-size:10px; color:#FFFFFF; }
h2 { font-size:11px; }
h3 { font-size:12px; }
h4 { font-size:13px; }
h5 { font-size:10px; font-style:italic }
h6 { font-size:10px; text-decoration:underline; }

.extra { color:#b4dfe6; background-color:#00a4b7; }
.extra2 { color:#00a4b7; background-color:#FFFFFF; }
.extra3 { color:#145753; background-color:#FFFFFF; }

ul,li
{
list-style-type:square;
list-style-position:outside;
}



p,div,td,th,nobr
{
	font-family:Verdana,Tahoma,sans-serif;
	font-size:11px;
	color:#000000;
	border-style:none;

}

#tablecat
{
	border-style:solid;
	border-width:1px 1px;
	padding-right:0px;
	border-top-color:#FFFFFF;
    border-left-color:#CCCCCC;
    border-right-color:#00a4b7;
    border-bottom-color:#008897;
}
#catleft { font-size:10px; text-align:right; font-weight:bold; }

a:link 
{ 
    color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	
}

a:visited 
{ 
	color:#FFFFFF;
	text-decoration:underline; 
	font-weight:bold;
}
a:active 
{ 
	color:#000000;
	text-decoration:none; 
	font-weight:bold;
}
a:hover {
	color:#eb2d2e;
	font-weight:bold;
	background-color:#FFFFFF;
	text-decoration: none;
}

select {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 10px;
	color: #145753;
	background-color: #FFFFFF;
	border: thin dotted #145753;
	list-style-position: inside;
	list-style-type: disc;
	width: 300px;
}

input {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 150px;
}

.input2 {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 300px;
}

.input3 {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 300px;

}
textarea {

	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 300px;

}
INPUT.login {
	WIDTH: 90px; 
	BORDER-TOP-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10px; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 0px; 
	COLOR: #333333; 
	BORDER-TOP-COLOR: #cccccc; 
	FONT-FAMILY: Arial,sans-serif;
	BACKGROUND-COLOR: #E8E4D9; 
	BORDER-RIGHT-WIDTH: 0px; 
}