body {	
	margin:0px;padding:0px;
	scrollbar-face-color:#;
	scrollbar-track-color:#;
	scrollbar-arrow-color:#;
	scrollbar-3Dlight-color:#;
	scrollbar-base-color:#;
	scrollbar-shadow-color:#;
	scrollbar-darkshadow-color:#;
	scrollbar-highlight-color:#;
}

.content_main {
	background-color: #ffffff;
}

.leftpane_topline {
	margin-left:24px;
	background-image: URL(Skins/Streich-Baustoffe/img/bot_menu.jpg);
	background-repeat: no-repeat;
	width: 216px;
 }

.leftpane {
	height: 100%;
	padding-left: 10px;
}

.content_maincontainer {
	padding-top: 0px;
}

.rightpane_topline {
	background-image: URL(Skins/Streich-Baustoffe/img/px.gif);
	background-repeat: repeat-y;
	width: 484px;
	padding-right: 15px;
	padding-left: 7px;
	text-align: right;
	
}

.HeaderTextLine, .HeaderTextLine a, .HeaderTextLine a:link, .HeaderTextLine a:visited, .HeaderTextLine a:active, .HeaderTextLine a:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;
}

.TextLineSep {
	font-family:verdana;
	font-size:10px;
	color:#5B5B5A;
	font-weight: bold;
}

.content_content {
	background-image: URL(Skins/Streich-Baustoffe/img/px.gif);
	background-repeat: repeat-y;
	width: 484px;
	padding-right: 8px;
	padding-left: 7px;
}

.contentpane {
	padding-left: 20px;
}

.content_bottom {
	Background-Image: URL(Skins/Streich-Baustoffe/img/px2.gif); 
	height: 5px; 
	background-repeat: no-repeat;
	width: 484px;
}

.footer_links_left {
	Background-Image: URL(Skins/Streich-Baustoffe/img/bot_left.gif); 
	width: 12px;
	height: 46px;
}

.footer_links_middle {
	Background-Image: URL(Skins/Streich-Baustoffe/img/bot_px.gif);
	width: 724px;
	height: 46px;	
}
.footer_links_menu {
	margin-top: 2px;
	margin-left: 5px;
}

.links_bottom, .links_bottom a, .links_bottom a:link, links_bottom a:active, .links_bottom a:visited, .links_bottom a:hover {
	text-align: center;
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;
}

.footer_links_right {
	Background-Image: URL(Skins/Streich-Baustoffe/img/bot_right.gif); 
	width: 22px;
	height: 46px;
}

.menu_bottom_admin {
	text-align: center;
	Background-Image: URL(Skins/Streich-Baustoffe/img/bot_px.gif);
	height: 46px;	

}

.links_bottom_admin {
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;

}

.SysTabsContainer {
	text-align: center;
}

.SysTabs {
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* GENERAL */
/* Modulttitel */
.Head   {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* Titel in Admin und Bearbeitungsseiten */
.SubHead    {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* Normale Texte  */
.Normal {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal; 
	color:#5B5B5A;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, a.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #535353;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #CDCDCD;
	height: 20px;
}

a.CommandButton:hover {
	color: #black;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #EEEEEE;
	height: 20px;
        cursor: default;
}
    
    
/* button style for standard HTML buttons */
.StandardButton

.StandardButton, a.StandardButton, a.StandardButton:link, a.StandardButton:visited, a.StandardButton:active {
	color: #535353;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #CDCDCD;
	height: 20px;
}

a.StandardButton:hover {
	color: #black;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #EEEEEE;
	height: 20px;
        cursor: default;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}


A:link  {
}

A:visited {
}

A:active    {
}

A:hover {
}

HR {
}


/* style of item titles by Announcements and events */
.ItemTitle    {

}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.MenuHdr
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #f1f1f1; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
	font-family:Tahoma;
	font-size:11px;  	
        padding-left: 20px; 
	font-weight: normal; padding-bottom: 2px;
  	background-color: #ffffff; padding-top: 2px;
	border-left: 1px solid white; 
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color:#5B5B5A;
	background-image: URL(Skins/Streich-Baustoffe/img/rt.gif);
	background-repeat: no-repeat; 
	Background-Position: center left;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; color: black; width: 200px; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}
.MenuItemMouseOver
{
	background-color: #eeffbb!Important; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: URL(Skins/Streich-Baustoffe/img/lt.gif);
	background-repeat: no-repeat; 
                Background-Position: center left;
}
.MenuItemCurrent
{
	width: 200px!Important;
  	background-color: #eeffbb!Important;
	font-weight: bold;
        
}









