﻿/* Common */
html, body 
{
				font-family: Times; 
				font-family: Arial, Helvetica, Verdana, sans-serif;
				background-color:#E5E5E5;
				margin:0px;
				height:100%;
}

a 
{
				font-family: Arial, Helvetica, Verdana, sans-serif;
				font-size: 9px; 
				text-decoration: none; 
}	

#m_frmMain
{
}

#m_divPage 
{
}

#m_divWebSite
{
				width:980px;
				height:auto;
}

#m_divHeader
{
				position:relative;
				background-image:url(../../../img/header/11/buchhandel_logo.jpg); 
				background-repeat:no-repeat;
				background-color:White;
				width:100%;
				height:120px;
}

#m_divBoard
{
				position:relative;
				width:100%;
				height:auto;
}

#m_divLeft
{
				background-color:#E5E5E5;
				border-left:solid 5px white;
				width:180px;
				height:auto;
				overflow:hidden;
}

#m_divLeftHeader
{
				display:none;
}

#m_divLeftContent
{
}

#m_divLeftFooter
{
}

#m_divCenter
{
	background-color:White;
	border-right:solid 0px #E5E5E5;
	width:795px;
	height:auto;
}

#m_divCenterHeader
{
				background-color:#E5E5E5;
				font-size:10px;
				color:#CA0026;
				width:100%;
				height:20px;
				line-height:20px;
				text-indent:10px;
				vertical-align:middle;
}

#m_divCenterContent
{
				border-left:solid 10px White;
				height:auto;
}

#m_frmCenterContent
{
				width:595px;
				height:100%;
}


#m_divCenterFooter
{
}

#m_divRight
{
				background-color:#E5E5E5;
				border-right:solid 5px white;
				width:0px;
				height:0px;
				overflow:hidden;
}

#m_divRightHeader
{
				background-color:#E5E5E5;
				width:100%;
				height:20px;
}

#m_divRightContent
{
}

#m_divRightFooter
{
}

#m_divBrowserBug
{
				float: none;
    height: 0px; 
    width: 0px;
    overflow: hidden;				
}

#m_divFooter
{
}

/* Search Box (advanced html block)*/
div.SearchBox
{
				position:relative;
				margin:0px 5px 10px 5px; 
	   border:4px solid White;
	   background-color:#858585;
}

div.SearchBox .SearchContent
{
				position:relative;
				height:30px;				
				background-color:#CA0026;
	   border-bottom:3px solid #666;
	   color:White;
    font-size:10px;
    padding:5px 5px 5px 5px;
}

div.SearchBox .SearchContent .TextInput
{
				position:relative;
				width:115px;
				height:auto;
    font-size:10px;
	   border:1px solid #c3c3c3;
	   background-color:#fff;
	   
}

div.SearchBox .SearchContent input.submit 
{ 
				position:relative;
				border:none;
	   padding-left:0px;
	   width:25px;				
	   /* for IE 6 */
	   color:#FFFFFF;
	   font-size:12px;
	   background:none;
	   text-decoration:none;
	   cursor:pointer;
	   width:20px;
}

.browseDirTitle
{
    FONT-SIZE: 1.8em;
    COLOR: #ca0026;
    font-weight: bold;
}

.browseSubDirTitle
{
    FONT-SIZE: 1.6em;
    COLOR: #666666;
    font-weight: bold;
}

.browseDirMenuLnk              {font-family: Arial; font-size: 14px; text-decoration: none; color: #666666; }	        
A.browseDirMenuLnk:VISITED     {font-family: Arial; font-size: 14px; text-decoration: none; color: #666666; }	
A.browseDirMenuLnk:ACTIVE      {font-family: Arial; font-size: 14px; text-decoration: none; color: #666666; }	
A.browseDirMenuLnk:LINK        {font-family: Arial; font-size: 14px; text-decoration: none; color: #666666; }	
A.browseDirMenuLnk:HOVER       {font-family: Arial; font-size: 14px; text-decoration: underline; color: #666666; }

.browseDirLnk              {font-family: Arial; font-size: 1.0em; LINE-HEIGHT: 1.4em; text-decoration: none; color: navy; }	        
A.browseDirLnk:VISITED     {font-family: Arial; font-size: 1.0em; LINE-HEIGHT: 1.4em; text-decoration: none; color: navy; }	
A.browseDirLnk:ACTIVE      {font-family: Arial; font-size: 1.0em; LINE-HEIGHT: 1.4em; text-decoration: none; color: navy; }	
A.browseDirLnk:LINK        {font-family: Arial; font-size: 1.0em; LINE-HEIGHT: 1.4em; text-decoration: none; color: navy; }	
A.browseDirLnk:HOVER       {font-family: Arial; font-size: 1.0em; LINE-HEIGHT: 1.4em; text-decoration: underline; color: navy; }


.smallText              {font-family: Arial; font-size: 0.8em; LINE-HEIGHT: 1.0em; text-decoration: none; color: #666666; }	        


