/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #303030;
	margin-bottom: 1px;
}
h1 {
	color: #e41817;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #e41817 !important;
}
hr {
	height: 1px;
	border: 1px solid #ff3333;
}
#my-body {
	background: #fff;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin: 20px auto 10px auto;
	width: 860px;
	background: #fff;
	text-align: left;
    /* 	border: 1px solid #303030; */
}
#header{
	float: left;	
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
#root-navigation{
	float: left;
	width:860px;
	background: #e41817;
}
#root-navigation .root-navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#root-navigation .root-navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#root-navigation .root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;
	background: transparent;
	display: block;
	float: left;
	padding: 4px 15px 6px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: white !important;
}

#root-navigation .root-navigation li a:hover {
	font-weight: normal;
	background: #4c433a !important;
}
#root-navigation .root-navigation li.current a {
	font-weight: normal;
	background: #4c433a !important;
}
#sub-navigation .level1 li a:hover,
#sub-navigation .level1 li.current a
 {
	font-weight: normal;
	color: #e41817 !important;
}
#sub-navigation{
	float:left;	
	width: 180px;
}
#sub-navigation .level1 {
	padding: 0px 15px 0px 13px;
	margin: 10px 0px 0px 0px;
}
#sub-navigation .level1 li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #c0c0c0;
	padding: 0px 10px 2px 0px;
	margin: 0px 0px 10px 0px;
	color: #ff0000;
}
#sub-navigation .level1 li a {
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	padding: 3px 5px 3px 0px;
	color: black !important;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	background: #ffffff;
	width: 480px;
}

#content h1 {
	margin-top: 5px;
}
#content a {
	color: #e41817;
}
#content a:hover {
	text-decoration: none;
	color: #4c433a;
}
#content {
	height: 335px;
}
#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 335px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	float: right;
	clear: right;
	width: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	background: #ebebeb;
}
#portlet-listing-News .portlet-title{
	display: none;	
}
#portlet-entry-more{
	color: #e41817;
	text-decoration: underline;
}
.portlet h2,
.portlet h2 a{
	border:none;
	font-size: 13px !important;
	margin: 10px 0px 2px 0px !important;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 0px 0px 10px 10px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/*********************************** Sponsors *********************************/
#sponsor {
	width: 860px;
	clear: both;
	background: transparent;
	text-align: center;
	color: gray;
	border-top: 1px solid #d1d1d1;
	overflow: hidden;
}
#sponsor a {
	text-decoration: none;
	color: gray;
}
.sponsor_logo{
	height: 45px;
	margin: 0;
	display: block;
}
.sponsor-div{
	padding: 5px 16px 0px 0px;	
	float: left;
}
#logo_winterthur{
	height: 42px;
	padding-top: 30px;	
}
#logo_raiffeisen{
	height: 22px;
	padding-top: 50px;	
}
#logo_barinformatik,
#logo_schwestermann{
	height: 57px;
	padding-top: 15px;
}
#logo_rhone{
	height: 57px;	
	padding-top: 5px;	
}
#logo_zenger{
	height: 35px;	
	padding-top: 37px;
}
#hosting_by{
	float: left;
	width: 86px;	
}
#logo_rhone,
#rhone-text{
	float: left;
	display: block;
	clear: both;
}
#rhone-text{
	padding-top: 5px;	
}
/*******************************************************************************/

