/*********************************************************************************************
*
*  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: block;
        }

        body
        {
            font-family: Verdana, Tahoma, Arial;
            color: black;
            font-size: 10pt;
            width: 100%;
            margin: 0px;
            background-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
        {
            overflow: none;
            text-align: left;
            margin: 0px;
            padding: 0px;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
        }
        #struct
        {
            width: 100%;
            margin: 0px;
            padding: 0px;
            overflow: none;
            position: relative;
            display: block;
        }
        #header
        {
            display: none;
        }
        #content
        {
                position: relative;
                overflow: none;
                /*padding-bottom: 0px;
                margin-bottom: 0px;*/
                padding: 0px;
                margin: 0px;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
        }
        #footer
        {
            display:none;
        }
        #menu
        {
                position: relative;
                margin: 0px;
                padding: 0px;
                width: 0px;
                display: none;
        }
	#submenu
	{
                width: 0px;
                display: none;
	}
	#menu2
	{
                display: none;
	}
        #menu_st, #menu_nd, #menu_rd
        {
            display: none;
        }
        #clear
        {
            clear: both;
        }
	a:hover
	{
		color:black;
	}

