﻿/* 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 5px #E5E5E5;
				width:605px;
				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;
}

#m_frmCenterContent
{
				width:595px;
				height:100%;
}


#m_divCenterFooter
{
}

#m_divRight
{
				background-color:#E5E5E5;
				border-right:solid 5px white;
				width:180px;
				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;
}
