/******************************
headlines
******************************/
#content h1
{
	font-size:				36px;
	color:					#F00;
	line-height:			36px;
}

#content h2
{
	font-size:				20px;
	color:					#666;
	line-height:			36px;
	margin:					0 0 20px 0;
	border-bottom:			1px solid #CCC;
}

#content h3
{
	font-size:				12px;
	font-weight:			bold;
	color:					#666;
	margin:					0 0 10px 0;
}

/******************************
text
******************************/
#content p
{
	font-size:				12px;
	color:					#666;
	line-height:			18px;
	margin:					0 0 15px 0;
}

p.warning
{
	font-size:				12px;
	color:					#F00;
	line-height:			18px;
	margin:					0 0 15px 0;
	border:					1px solid #F00;
	background:				#FCC;
	padding:				5px;
}

/******************************
tabellen
******************************/
#content table
{
  width: 100%;
}

#content table td
{
border-bottom: 1px solid #EEE;
padding: 0 10px 5px 0;
	font-size:				12px;
	line-height:			18px;
	vertical-align: top;
}


/******************************
lists
******************************/
#content ul
{
	font-size:				12px;
	color:					#666;
	line-height:			18px;
	margin:					0 0 15px 1.0em;
	_margin:				0 0 15px 1.5em;
}
#content ul li
{
	list-style:				disc;
	list-style-position:	outside;
}


/******************************
links
******************************/
a
{
	text-decoration:		underline;
	color:					#000;
}
a:hover
{
	color:					#F00;
}

a h2,
a h3
{
	text-decoration:		none;
}


/******************************
sitemap
******************************/
#sitemap ul li.l1
{
	margin:					0 0 0 0;
}

#sitemap ul li.l2
{
	margin:					0 0 0 1.0em;
}

#sitemap ul li.l3
{
	margin:					0 0 0 2.0em;
}

#sitemap ul li.l4
{
	margin:					0 0 0 3.0em;
}


/******************************
grid
******************************/
table.c_grid
{
	width:					100%;
}

table.c_grid tr td
{
		width:				220px;
}

table.c_grid tr td img
{
		width:				220px;
		height:				220px;
}


/******************************
search result
******************************/
table.searchResult
{
	width:					100%;
}

table.searchResult tr td
{
	vertical-align:			top;
}

table.searchResult tr td.id
{
	width:					20px;
}
table.searchResult tr td.img
{
	width:					100px;
	padding:				0 0 10px 0;
}
table.searchResult tr td.name
{
}
table.searchResult tr td.space
{
	border-top:				1px solid #EEE;
}

table.searchResult tr td img
{
	width:					75px;
	height:					75px;
}
em
{
	background:				#FCC;
}


/******************************
forms
******************************/
form.big label
{
	float:					left;
	display:				block;
	width:					200px;
	margin:					5px 20px 5px 0;
	text-align:				right;
}

form.big input
{
	background:				#FFF;
	border:					1px solid #CCC;
	color:					#666;
	font-size:				14px;
	padding:				5px;
	width:					340px;
	display:				block;
	margin:					0 0 5px 0;
}

form.big select
{
	background:				#FFF;
	border:					1px solid #CCC;
	color:					#666;
	font-size:				14px;
	padding:				5px;
	width:					340px;
	display:				block;
	margin:					0 0 5px 0;
}

form.big textarea
{
	background:				#FFF;
	border:					1px solid #CCC;
	color:					#666;
	font-size:				14px;
	padding:				5px;
	width:					340px;
	height:					220px;
	display:				block;
	margin:					0 0 5px 0;
}

form.big input.error,
form.big select.error,
form.big textarea.error
{
	border:					1px solid #F00;
}

form.big input.button,
input.button
{
	background: 			#F00 url(../img/button.gif) repeat-x;
	border:					none;
	color:					#333;
	font-size:				12px;
	font-weight:			bold;
	height:					30px;
	line-height:			30px;
	margin:					5px 0 0 0;
	padding:				0;
	width:					100px;
}
form.big input.button:hover,
input.button:hover
{
	background-position:	0 -30px;
	color:					#FFF;
}
