/* main */

body, p, td, h1, h2, h3, h4, h5, a, input, textarea, select, .normal {
	color: #800000; 
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	line-height: 24px;
}

.small, .small a, table.list td {
	font-size: 9px;
}

.light {
	color: #CB754B;
}

td.bottom {
	padding-top: 15px;
	padding-left: 10px;
	font-size: 9px;
	color:#CB754B;

}

td.right p {
	font-size: 10px;
	text-align:right;
	text-transform: uppercase;
	padding-left: 105px; 
	padding-right: 7px; 
	color: #A6857D; 
	
}
td.left p {
	padding-left: 10px;
	padding-right: 10px;
}

table.sublinks td {
	padding-bottom: 10px;
}
table.sublinks img {
	margin-right: 1px;
}
table.sublinks a {
	text-transform: lowercase;
	color:black;
	font-size: 9px;
	text-decoration: none;
	line-height: 10px;
}
table.sublinks a:hover {
	color:#F8A500;
}

/* reset headlines */
h1, h2, h3, h4, h5,p {
	padding:0px;
	margin:0px;
	font-weight: normal;
}

/* set headlines */
h1 {
	padding-left: 10px;
	text-transform: lowercase;
	font-size: 11px;
	color: #A6857D;
	font-weight: bold;
	background-image: url(./gfx/hr.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 35px; 
	margin-top: 20px;
}

h2 {
	font-size: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: black;
}

/* links */

/*infobox*/
table.box {
	width:100%;
}
table.box td { font-size: 11px;}
table.box td.headline {
	font-size: 11px; font-weight: bold;
}
table.box td.bottom {
	font-size: 9px; font-weight: bold;
	color: #D5251D
}

/*links*/
a {text-decoration: underline; color: #C95600}
a:hover {color:black}

table.box td.bottom a {
	font-size: 9px
}

/* lipu */

input, textarea, select  {
	font-size: 11px;
	border: 1px solid #D2B48C;
	padding:2px;
	background-color: #FAEBD7;
	line-height:normal;
}
input.click, input.normal {
	border:0px;
	background-color: transparent;
}
table.box input {
	font-style: italic;
	width:100%;
	margin-right: 5px;
}


div.infobox {
	padding: 10px;
	text-align: center;
	border: 2px solid green;
	background-color: #CAEEC8;
	color: green;
}
div.errorbox {
	padding: 10px;
	text-align: center;
	border: 2px solid darkred;
	background-color: #ffcccc;
	color: darkred;
}