
/* import Editorstyle CSS Auswahl in Telerik   */
@import url(../../EditorStyles.css);

/* import allgemeine Stile      
@import url(../DarioCologna-w3/_styles/format.css);
*/

/* print Stile  */
@import url(../DarioCologna-w3/_styles/print.css);

/* Importiertes ueberschreiben */
body {
	background-color: #ffffff;
}
	
	
/* 
Elemente
================================
*/   
H4  {
  font-family: arial, helvetica;
  font-size: 14px;
  font-weight:normal;
  color: #666666;
}
A:link, A:visited  {
	font-family: arial, helvetica;
	color: #A8151D;
	text-decoration: none;
}
A:hover, A:active {
  font-family: arial, helvetica;
	color: #A8151D; /* original: #C6B700*/
	text-decoration: underline;
}
body {font-size:12px;}

/* Container (Fanclub hat keinen eigenen Container) */
div.ContainerWrapper h3 {
  text-align:left;
  color:#A8151D;
}

/* 
Klassen
================================
*/ 
.SplashBg {
/*
	opacity:0.2;
	filter:alpha(opacity=20);
	background:url(images/http://www.furmia.ch/portals/0/001-0004.jpg) repeat-x top right; height:100%; margin:0px; padding:0px;
*/
}

table#pagemaster {
	opacity:1;
	filter:alpha(opacity=100);
	width: 100%;
	height: 100%;	
	background-color: #DEDBDE;
}
pagemaster_imagebg {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
}
table#skinmaster {
	width: 800px;
  height: 100%;
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid;
}
.controlpanel {
	background-color: white;
	border-top: #403C3D 0px solid;
	border-right: #403C3D 0px solid;
	border-left: #403C3D 0px solid;
	border-bottom: #403C3D 0px solid;
	height:1px;
}
.Skinheader {
	/*background-color: #0004E7;*/
	background-image: url(images/Header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.topimage {
	height:200px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	background-color:#FFFFFF;
	/*background-image:url(images/banner.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	height:1px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.leftpane {
	width: 190px;
	background-color: transparent;
	padding: 0px;
}
.rightpane {
	width: 190px;
	background-color: #EFEFEF;
	padding: 0px;
}
.midpane {
	background-color: transparent;
	padding: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.sidespace6 {
	padding-left:6px;
	padding-right:6px;
}
.menubg {
	background-image: url(images/menubg.jpg); 
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 0px;
	padding-right: 0px;
}
.horizontal_dotted {
	background-image: url(images/horizontal_dotted.gif); 
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}
.body_left {
	background-image: url(images/leftedge_bg.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.body_right {
	background-image: url(images/rightedge_bg.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.body_left2 {
	background-image: url(images/left_edge_2.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.body_right2 {
	background-image: url(images/right_edge_2.jpg);
	background-repeat: repeat-y;
	background-color:#DBDBDB; /*wie pagemaster */
	width: 27px;
}
.StandardButton {
	/*background-color: #3C3939;*/
	background-color: #B50018; /*#5279F7;*/
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5279F7,endColorStr=#0018CE); 
	color: #DCDCDC;
	font-family: arial, helvetica; 
	font-size: 11px;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: hand;
}

/* Text Styles */
.Head {
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #A8151D;
}
.SubHead {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #A8151D;
}
.Normal {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #3C3C3C;   
}               
.SmallText {79.9%;} 
.NormalTextBox {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #141414;
}
td.breadcrumbtxt {
	font-family: arial, helvetica;
	color: #A8151D;
	font-size:11px;
	font-weight:normal;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}
a.breadcrumbtxt:link, a.breadcrumbtxt:visited {
	font-family: arial, helvetica;
	color: #A8151D;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.breadcrumbtxt:hover, a.breadcrumbtxt:active  {
	font-family: arial, helvetica;
	color: #A8151D;
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight:normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #A8151D;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #A8151D;
}
A.CommandButton:active   {
    text-decoration: underline;
    color: #A8151D;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: #A8151D;
}
