﻿/*------------------------------------------
project         stareducation.ch
--------------------------------------------
source code     App_Themes/Aktuell/StyleSheet.css
date            15.01.2007
author          Dario Garrapa

description     StyleSheet for the aktuell area
------------------------------------------*/

body 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    line-height: 14px;
    color: #5f0023;
    text-align: left;
    
    /*centering the page*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

img
{
    border: 0px;
}

h1
{
    font-size: 15px;
    /*padding-left: 1px;*/
}

/*navigation bar on the top*/
.navigation_top
{
    width: 700px;
    height: 34px;
    font-size: 14px;
    background-color: #c7e0d6;
    background-image: url(../../img/slice_navigationTopAktuell.gif);
    background-position: right;
    background-repeat: no-repeat;
}


/*main content*/
.content
{
    width: 680px; /*+10px padding left and right*/
    height: 500px;
    background-color: #e0fff3;
    vertical-align: top;
    padding: 11px;
}

/*footer*/
.footer
{
    color: #5f0023;
    font-weight: bold;
}

/*prices*/
.prices
{
    width: 250px;
}

/*dark*/
.dark
{
    width: 150px;
    background-color: #c7e0d6;
}

/*light*/
.light
{
    background-color: #e0fff3;
}


/*hyperlinks*/
a:link, a:active, a:visited
{
    color: #5f0023;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*buttons*/
.button
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #c7e0d6;
	border: 1px solid black;
}

/*textboxes*/
.textbox
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: White;
	border: 1px solid black;
}

/*shop basket row style*/
.shopbasket
{
    background-color: #e0fff3;
}

/*shop basket alternating row style*/
.shopbasket_alternating
{
    background-color: #c7e0d6;
}

/*shop basket footer*/
.shopbasket_footer
{
    text-align: right;
    height: 30px;
    vertical-align: bottom;
    font-weight: bold;
}

.treeview_node, .treeview_node a:link, .treeview_node a:active, .treeview_node a:visited
{
    font-weight: bold;
    color: #5f0023;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.treeview_selectednode, .treeview_selectednode a:link, .treeview_selectednode a:active, .treeview_selectednode a:visited 
{
    color: #777;
}


/*menu*/
.menu_DynamicMenuStyle
{
    /*filter: Alpha(Opacity=70);*/
    /*filter:Alpha(opacity=50);*/
	opacity: .9;
}

.menu_StaticMenuItemStyle
{
    width:                  200px;
    padding-left:           5px;
    padding-right:          5px;
    font-weight:            bold;
}

.menu_DynamicMenuItemStyle, .menu_DynamicMenuItemStyle a:link, .menu_DynamicMenuItemStyle a:active, .menu_DynamicMenuItemStyle a:visited
{
    font-weight:            normal;
    background-color:       #cbf5e5;
    font-size:              11px;
    padding-top:            3px;
    padding-bottom:         3px;
    padding-left:           5px;
    padding-right:          5px;
}

/*Internet Explorer 8 fix for the navigation*/
.IE8Fix
{
    z-index:                100; 
    background-color:       #cbf5e5; 
    line-height:            21px;
}

/*sitemap*/
.sitemap
{
    padding-left: 14px;
    height:		  20px;
}