/* 
 *	Stylesheet WA Guestbook
 *  Highway Racer e.V.
 */


a:link {
	background-color: transparent;
	color: #16165B;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #16165B;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

body {
	font-family: arial,helvetica,sans-serif;
	background-color: #f4f5de;
	color: #000000;
	margin: 0px;
	scrollbar-3dlight-color: #FBFBFB;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #E5E5E5;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #FBFBFB;
	scrollbar-track-color: #FBFBFB;
}

p,td,th,div,form,h2,h3,h4,blockquote,ul,ol, b, div {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

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;
}
li.pfeilliste {
	list-style: outside url(../../../_images/navi/iconListePfeil.gif);
	vertical-align: middle;
}

/*fuer Formularelemente die Keinen Rahmen haben sollen */
.noborder {
	border: none;
	background: none;	
}

input.noborder {
}

td {
	font-size: 12px;
}

.column0{
	background-color: #CCCCCC;
	border-bottom: 1px solid #666666;	
	padding: 2px;
}
/*Column 1&2 fuer Dienstplantabellenspalten mit Breite 30 pixel*/
.column1{
	font-size: 10px;
	background-color: #DEE3EF;
	border-top: 1px solid #666666;
	border-bottom: 1px dotted #000000;
	border-right: 1px solid #666666;	
	padding: 1px;
	width: 30px;
}

.column2{
	font-size: 11px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;	
	padding: 1px;
	width: 30px;
}
/*Column 3&4 fuer Tabellenspalten mit  wechselnder Hintergrundfarbe*/
.columnheader{
	background-color: #DEE3EF;
	border-bottom:  thin double #666666;
	padding: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}
.column3{
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	padding: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.column4{
	border-bottom: 1px solid #666666;	
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding: 1px;
}

.dptable{
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 2px;
	padding: 0px;
}

.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: #666666;
	}
.small{
	font-size: 10px;
}
.klein {
	font-size: 10px;
}

.smallgray {
	color: #666666;
	font-size: 9px;
}

.dptable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.rahmen {
	border: 1px ridge #333333;
} 

