/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #ffffff;
    background-color: #CE251D;
}

.rubrik_tex1   {
    font-size:  1.2em;
    font-weight:    bold;
    color: #ffffff;
    background-color: #CE251D;
}

/*
.containermaster_tex1 {
	border:1px solid #808080; width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
*/

.containermaster_tex1, .containermaster_box_tex1 {
	width: 100%
}

.containermaster_box_tex1 {
	border:1px solid #CE251D;
	background-color: #E5E5E5;
}

.containerrow1_tex1 {
/*	background-image: url(rot_re.jpg);
	background-position: top;
*/
	background-color: #CE251D;
}

.containerrow2_tex1 {
	background-color: #ffffff;
}

.containerrow2_box_tex1 {
	background-color: #E5E5E5;
}

