/*********************************************************************************************
*
*  File:           /design/default/css/main.css
*  Description:    CSS file for default design
*  Version:        1.1 (Edited by Sebastian Weidenbach - 17.08.2008)
*  Authors:        Sebastian Weidenbach <sebastianwe@mypowerhost.de>
*
*  myPowerCMS - Copyright 2006-2008 - myPowerhost (Sebastian Weidenbach)
*  http://mypowerhost.de
*
*  Licensed under the terms of the GNU General Public License Version 2 or later (the "GPL"):
*      http://www.gnu.org/licenses/gpl.html
*
**********************************************************************************************
*/
	div
	{
		margin:0;
	}
        #printhead
        {
            display: none;
        }
        #allhead
        {
        }
        body,table
        {
            font-family: Verdana, Tahoma, Arial;
            color: black;
            font-size: /*xx-small*/10pt;
	    background-color:#FFFFEE;
            scrollbar-base-color: #FFFFEE;
            scrollbar-track-color: #FFFFEE;
            scrollbar-face-color: #B4003C;
            scrollbar-highlight-color:white;
            scrollbar-3d-light-color:#FFFFEE;
            scrollbar-darkshadow-color:#FFFFEE;
            scrollbar-shadow-color:white;
            scrollbar-arrow-color:white;
        }
        .a_menu_st,.a_menu_nd,.a_menu_rd
        {
            text-decoration: none;
		font-size:10pt;
        }
        .a_menu_st
        {
            color: #B4003C;
        }
        .a_menu_nd, .a_menu_rd
        {
            color: #AA003C;
		font-weight:bold;
		font-family:Verdana;
        }
        #page_title
        {
            font-size: 22pt;
            font-weight: bold;
        }
        #page_subtitle
        {
            font-size: 16pt;
            font-style: italic;
            color: #898a93;
        }
        #page_where
        {
            font-size: 8pt;
        }
        #page
        {
		position:absolute;
		left: 5%;
		right:5%;
		top:0px;
		bottom:0px;
            text-align: center;
        }
        #struct
        {
            width: 900px;
            margin: 0px auto;
            height: 100%;
        }
        #header,#footer
        {
        }
        #header
        {
            text-align: right;
            height: 100px;
        }
        #content
        {
		position:absolute;
		left:200px;
		right:275px;
		bottom:55px;
                top:0px;
		text-align: left;
		overflow: auto;
		padding-left:25px;
		padding-right:25px;
		padding-top:50px;
                /*padding-bottom: 0px;
                margin-bottom: 0px;*/
        }
        #footer
        {
            height: 50px;
		left: 5px;
		right:5px;
            margin-top: 20px;
            font-size: 8pt;
	    position:absolute;
	    bottom:0px;
		text-align:center;
        }
        #menu
        {
            float: left;
            height: 450px;
        }
        #menu
        {
		position:absolute;
		left:10px;
		width:240px;
		text-align:left;
        }
	#submenu
	{
		padding-top:50px;
		position:absolute;
		right:0px;
		float:left;
		width: 275px;
	}
	#menu2
	{
		padding-top:25px;
		margin-left:10px;
	}
        #menu_st, #menu_nd, #menu_rd
        {
            width: 197px;
            text-align: left;
        }
        #menu_st
        {
            height: 30px;
            font-size: 18pt;
            color: #898a93;
            margin-top: 20px;
        }
        #menu_nd
        {
            text-indent: 10px;
            height: 16px;
        }
        #menu_rd
        {
	    text-align:right;
            text-indent: 20px;
            height: 16px;
        }
        #menu_rd:hover, #menu_st:hover, #menu_nd:hover
        {
            color: black;
        }
        #clear
        {
            clear: both;
        }
    
	a:hover
	{
		color:black;
	}
