/*********************************************************************************************
*
*  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
*
**********************************************************************************************
*/
        body
        {
            font-family: Arial;
            color: black;
            font-size: 12pt;
	    background-color:#ffffcc;
            background-image: url('/images/1280.gif');
            background-repeat: no-repeat;
        }
        .a_menu_st,.a_menu_nd,.a_menu_rd
        {
            text-decoration: none;
        }
        .a_menu_st
        {
            color: #8d0124;
        }
        .a_menu_nd, .a_menu_rd
        {
            color: black;
        }
        #page_title
        {
            font-size: 16pt;
            font-weight: bold;
        }
        #page_subtitle
        {
            font-size: 16pt;
            font-style: italic;
            color: #8d0124;
        }
        #page_where
        {
            font-size: 8pt;
        }
        #page
        {
            width: 100%;
            height: 600px;
            text-align: center;
        }
        #struct
        {
            width: 900px;
            margin: 0px auto;
            height: 100%;
        }
        #header,#footer
        {
            border-top-style: solid;
            border-top-width: 0px;
            border-top-color: #00097e;
            border-bottom-style: dotted;
            border-bottom-width: 0px;
            border-bottom-color: #00097e;
            border-right-style: solid;
            border-right-width: 0px;
            border-right-color: #00097e;
        }
        #header
        {
            text-align: right;
            height: 100px;
        }
        #content
        {
            border-top-style: solid;
            border-top-width: 0px;
            border-top-color: #00097e;
            border-bottom-style: dotted;
            border-bottom-width: 0px;
            border-bottom-color: #00097e;
            border-right-style: solid;
            border-right-width: 0px;
            border-right-color: #00097e;
            width: 647px;
            margin-top: 20px;
            text-align: left;
        }
        #footer
        {
            height: 50px;
            margin-top: 20px;
            font-size: 8pt;
        }
        #menu, #content
        {
            float: left;
            height: 650px;
        }
        #menu
        {
            width: 200px;
            height: 473px;
            margin-right: 50px;
            border-bottom-style: dotted;
            border-bottom-width: 0px;
            border-bottom-color: #00097e;
	    font-size:8pt;
        }
        #menu_st, #menu_nd, #menu_rd
        {
            border-right-style: solid;
            border-right-width: 0px;
            border-right-color: #00097e;
            width: 197px;
            text-align: left;
            text-indent: 20pt;
        }
        #menu_st
        {
            margin-top: 5px;
            border-top-style: solid;
            border-top-width: 0px;
            border-top-color: #00097e;
            border-bottom-style: dotted;
            border-bottom-width: 0px;
            border-bottom-color: #00097e;
            font-size: 8pt;
	    font-weight:bold;
            color: #ffffcc;
            /*margin-top: 20px;*/
        }
        #menu_nd
        {
            text-indent: 30pt;
            height: 16px;
	    text-decoration:underline;
        }
        #menu_rd
        {
            text-indent: 40pt;
            height: 16px;
        }
        #menu_rd:hover, #menu_st:hover, #menu_nd:hover
        {
            background-color: #ffffcc;
        }
	#menu_nd:hover
	{
		font-size:9pt;
	}
        #clear
        {
            clear: both;
        }

