/* 
    Document   : main
    Created on : 2011.12.02., 23:45:35
    Author     : Peti
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    background-color: #eee;        
}

#header
{
    height:50px;    
    width: 100%;
    background-image: url(header.png);
    background-color: #358398;
    padding-top: 20px;     
	padding-bottom: 20px;     	
}

#logo
{
    width: 800px;
    margin: 0px auto;
    font-size:18px;
    color: white;
    font-weight: bold;
}

#content
{
    background-color: #fff;    
    margin: 0px auto;
    margin-bottom: 10px;
    width: 760px;
    min-height: 600px;
    padding: 20px;
    text-align: justify;           
    background-image: url(zenepalota_atlatszo.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    box-shadow: 1px 1px 4px #ccc;
}

#footer
{  
    height: 124px;
    padding:20px;
    text-align: center;
    background-color: #555;    
    color: #CCC;
	margin-top:30px;
}

#mainmenu
{    
    margin: 0px auto;         
    height: 35px;
    width: 100%;
    background-color: black;
}

#mainmenu ul
{
    list-style-type: none;  
    height: 20px;          
}

#mainmenu ul li
{        
    width: 100px;
    float: left;    
    height: 20px;    
    text-align: center;    
    line-height: 20px;
    
}

#mainmenu ul li ul
{
    width:100px;
}

#mainmenu ul li li
{
    background-color: #334;    
}




#mainmenu ul li a, #mainmenu ul li li a
{
    text-decoration: none;
    font-weight: bold;
    /*color: #ee8800;*/
    color: #eee;
}

#mainmenu ul li a:hover
{
    color: #fff;
}

#mainmenu ul li.active a
{
    color: #ff0;
}

.clear
{
    clear: both;
    width: 800px;
    height: 40px;
    border:1px solid red;
}

.breadcrumbs
{        
    width: 790px;
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;  
    border-top:0px;
}

input.custom
{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 250px;    
}

textarea.custom
{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;    
}

.custom:focus
{
    border: 0px;
    box-shadow: 0 0 1px 1px #99ddff;
}


.button
{
    
}

a
{
    text-decoration: none;
    color: #09f;
}

a:hover
{
    color: #ff6600;
    text-decoration: underline;
}