/* main */
body, p, td, h1, h2, h3, h4, h5, a, input, textarea, select, .normal {
	color: #404040; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.small, .small a {
	font-size: 11px;
}

.light {
	color: gray;
}


table.list {background-color: #eeeeee;}
table.list td {padding-left: 3px;	border-bottom:1px solid #cccccc;}
td.header {
	font-weight:bold; 
	color: #904E41;
	padding-top: 10px;
	background-color: white;	
	border-bottom: 1px solid gray;
}
td.zebra {
	background-color: #E0E0E0;
}

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

/* set headlines */
h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
}

h2 {
	font-weight: bold;
	color: #D5251D;
}

hr {
	height: 1px;
	margin: 0px;
}
/* links */
#links td {
	padding-bottom: 1px;
	vertical-align: top;
}

/* content */
#content {
	padding-left: 19px;
	padding-top: 37px;
	padding-right: 15px;
}

/*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: none; color: #D5251D}
a:hover {text-decoration: underline}

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

/* lipu */
ul   { 
	list-style-image: url(gfx/lipu.gif); 
	margin: 0px;
	margin-left: 20px;
	padding: 0px
}

input, textarea, select  {
	font-size: 11px;
	border: 1px solid #747474;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	padding:2px;
	background-color: #F1F1F1;
}
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;
}