﻿/* Der Corporate Header kann als Hintergrundbild das Logo des demoBib Projektes enthalten */

.corporateHeader
{	
	
}

/* Content Area */

.contentArea
{
	width: 830px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
.sidebar
{
    float: left;
    width: 142px;
    margin: 5px 0 0 20px;    
    background: #F2F2BF;
}
.sidebar h1
{
    color: #FFF;
    font-size: 1em;
    padding: 10px;
    margin: 0 0 10px;
    font-weight: bold;
    background: #038BC7;
}
.sidebar ul
{
    margin: 0;
    padding: 0 10px 0;
    font-size: 0.8em;
    list-style: none;
}
.sidebar ul li
{
    margin: 0 0 10px;
}
.sidebar ul li a
{
    color: #83A400;
    text-decoration: underline;
}
.sidebar ul li a:hover
{
    color: #000;
    text-decoration: none;
}

/* Linkliste */

#accordion h1
{
    margin: 0;
    padding: 5px 0 5px 10px;
    color: #000;
    background: none;
    font-weight: normal;
    font-size: 0.9em;
    border-bottom: 1px solid #83A400;
}
#accordion h1.ui-state-active
{
    font-weight: bold;
    border-bottom: 3px solid #83A400;
}
#accordion
{
    margin: 0 0 10px;
}
#accordion ul
{
    margin: 0; 
    padding: 10px 10px 0;
    border-bottom: 3px solid #83A400;
    background: #D9EEFF;  
}
#accordion a, #accordion a:hover
{
    color: #000;
}

/* Navigation */
.headerContainer
{
   	background: #CC0 url('Images/Header/bg_top.jpg') top right repeat-y;	
	margin: 20px 0 15px; 
}
.widthWrapper
{
	text-align: left;
	width: 992px;
	margin: 0 auto;
}
.headerContainer .widthWrapper div.title
{
    float: right;   
    color: #038BC7;
    padding: 9px 40px 0 0;
    font-weight: bold;
    font-size: 1.2em;
}
.headerContainer .widthWrapper img
{
    float: right;    
}

.navigationFooter
{
	background: #CC0 url('Images/Header/bg_bottom.jpg') top left repeat-y;
	height: 18px;
	margin-top: 15px;
}

.AspNet-Menu-Horizontal {

}

.clear
{
    clear: both;
}

/* Static (Main) Menu */
.mainMenuItem,
.mainMenuItemHover
{
	padding: 1px 5px 1px 5px;
	color: #0000FF;	
}

.mainMenuItemHover
{
	background-image: url('Images/Header/nav_bg_over.jpg');
	background-position: -1px;
	background-repeat: repeat-x;
}

/* Dynamic Menu */
.menuItem
{
	padding: 2px;
	background-color: #CEEAF6;
}

.menuItemHover
{
	background-color: #AEDDF1;
}

/* Buttons */
.button
{
    /*border: 2px solid #D9EEFF;
    border-right: 2px solid #016692;
    border-bottom: 2px solid #016692;*/
    background: #038BC7;
    font-weight: bold;
    font-size: 1em;
    overflow: auto;
    padding: 3px 6px;
    color: #FFF;
}

.button:hover
{
    background: #D9EEFF;
    color: #038BC7;
}

.buttonWithSpace
{
	margin-left: 5px;
}

.startButton
{
    font-size: 2em;
    padding: 5px 10px;
    font-weight: normal;
}

.startButton:hover
{
    font-size: 2em;
    padding: 5px 10px;
    font-weight: normal;
}

/* HORIZONTAL MENU */

.mainMenu ul{
	list-style-type: none;	
	float: left;
	padding: 0;
	margin: 0;
}
.mainMenu ul li{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	list-style: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.mainMenu ul li a, .mainMenu ul li span{
	padding: 10px 15px;
	display: block;
	background: #038BC7;	
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	cursor: default;
}
.mainMenu ul li a:hover, .mainMenu ul li span:hover{
	background: #016692;
	cursor: pointer;	
}
.mainMenu ul li:hover ul{
	display: block;
}
.mainMenu ul li ul{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #016692;
}
.mainMenu ul li ul li{
	display: block;
	width: 170px;
	margin: 0;
	border: 0;
	border-top: 1px solid #80B3C9;
}
.mainMenu ul li ul li a{
	background: #016692 url('Images/Header/arrow.gif') 15px 13px no-repeat;
	display: block;
	width: 120px;	
	padding: 7px 25px;
	font-weight: normal;
}
.mainMenu ul li ul li a:hover{
	background: #3485A8 url('Images/Header/arrow.gif') 15px 13px no-repeat;
	display: block;
	width: 120px;	
	padding: 7px 25px;
	font-weight: normal;
	cursor: pointer;
}
