

/***************************************************************/
/* Lombego Systems, Author: Christian Burger, 2005             */
/*                                                             */ 
/* moobix Stylesheet                                           */ 								
/* Color definition                                            */
/*                                                             */ 
/* START      Light: #D8ECCE | Medium: #AAD594 | Full: #64B23D */
/* BMX        Light: #F8DBBF | Medium: #F0B173 | Full: #E57100 */
/* DIRT       Light: #E0E0E0 | Medium: #BABABA | Full: #828282 */
/* MTB        Light: #D8C6C6 | Medium: #AD8484 | Full: #733131 */
/* DOWNHILL   Light: #C6DEC0 | Medium: #84B573 | Full: #1D7D03 */
/* RADWANDERN Light: #C9CBD9 | Medium: #8C8CAD | Full: #292F67 */
/* TRIAL      Light: #FBEEC1 | Medium: #F7DE73 | Full: #F7C621 */
/* RENNRAD    Light: #C8E1E1 | Medium: #86BDBD | Full: #399494 */
/***************************************************************/ 

/***********************************************/
/* Formulare                                   */
/***********************************************/ 


.form{
	color: #000;
	margin-top: 15px;
	float: left;
	width: 538px;
}

.form form{
	border: 1px solid #828282;
	background-color: #E0E0E0;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #000;
}

.form input{
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-style: outset;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: inset;
	border-left-width: 1px;
}

.form select{
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-style: outset;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: inset;
	border-left-width: 1px;
}

.form textarea{
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-style: outset;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: inset;
	border-left-width: 1px;
	width: 300px;
	height: 70px;
}

.form input.submit{
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form a{
	color: #828282;
	font-size: 11px;
	text-decoration: underline;
}

.form a:hover{
	color: #BABABA;
	font-size: 11px;
	text-decoration: none;
}


/***********************************************/
/* Suchfeld rechte Spalte                      */
/***********************************************/ 

.search{
	float: left;
	color: #000;
	width: 219px;
	border-bottom: 1px solid #fff;
}

.search form{
	background-color: #BABABA;
	padding: 3px 3px 3px 4px;
	font-size: 11px;
	color: #FFF;
}

.search input{
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: outset;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: inset;
	border-left-width: 1px;
	width: 152px;
}

.search input.submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 50px;
}

.search #search_button{
	background: transparent url('../img/icons/login/btn_Suchen.png') no-repeat top left;
	width: 44px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}

.search #search_button:hover{
	background: transparent url('../img/icons/login/btn_Suchen_RollOver.png') no-repeat top left;
	width: 44px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}

/***********************************************/
/* Augabe Suche							                   */
/***********************************************/ 

.search_result {
	color: #000;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 538px;
}

.search_result a{
	color: #828282;
	font-size: 11px;
	text-decoration: underline;
}

.search_result a:hover{
	color: #BABABA;
	font-size: 11px;
	text-decoration: none;
}

.search_result .headline{
	color: #000;
	font-size: 11px;
	width: 538px;
}

.search_result .headline .summary{
	color: #BABABA;
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_result .group_header{
	color: #000;
	font-size: 11px;
	width: 538px;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

.search_result .group_header a{
	text-decoration: none;
	color: #828282;
}

.search_result .group_header a:hover{
	text-decoration: none;
	color: #828282;
}

.search_result .record{
	color: #000;
	font-size: 11px;
	width: 538px;
	float: left;
	padding-bottom: 10px;
}

.search_result .record .number{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 20px;
	padding-right: 5px;
	text-align: right;
	float: left;
}

.search_result .record .content{
	color: #000;
	font-size: 11px;
	float: right;
	width: 500px;
}