@charset "UTF-8";
/**
 * Stylesheets für www.planernet.de
 *
 * (de) Zentrales Stylesheet
 *
 * @copyright       Copyright 2008, Sven Soltmann
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
 * @link            http://www.svensoltmann.de
 * @package       ---
 * @version         1.0.0
 * @revision        $Revision: 1$
 * @lastmodified    $Date: 2008-03-30 09:00:00 +0100 (S8, 29 Mar 2008) $
 */

html,body {
height: 101%;
font-size: 100%;
}

body {
        background: #ffffff;
        background-attachment: fixed;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 86%;
        color: #363636;
}

/* Defined - Main site structure
*****************************************************************/

fieldset {
	border: 1px solid #A1A1A1;
	width: 760px;
	background-color: #fff;
}

/* Defined - elements
*****************************************************************/
legend {
        font-weight: bold;
        padding: 2px;
        color: #363636;
        background-color: #fff;
        border: 1px solid #A1A1A1;
}

