﻿/* Projekt - Spezifisches Stylesheet welches für das Hauptlayout zuständig ist 
   (Zentrieren, Abstände, ... )*/

body 
{
    font-family:Arial;
    font-size:12pt;
    text-align:center;
    background-color:#f4f1ee;
    color:#666666;
}

a,a:visited,a:hover,a:active,a.a
{
	color:#7E003F;
	text-decoration:none!Important;
}


div.page_margin
{
    width:789px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    z-index:100;
}

div.page
{
    position:absolute;
    background-image:url(/img/content_background.jpg);
    background-repeat:repeat-y;
    z-index:100;
}


div.outside
{
    left:0;
    position:absolute;
    background-image:url(/img/header_background.jpg);
    height:207px;
    width:100%;
    z-index:1;
}


div.padding
{
    padding:0 0 0 10px;
    width:718px;
}

ul,ol
{    
	list-style-type:none;
}

h1, .h1
{
    
    color:#be7f9f;
    font-size:19px;
    font-family:Georgia ;
    font-weight:normal;
    font-style:italic;
    padding:0;
    margin:0;
    margin-bottom:4px;
}

div.content h1:first-letter
{
    font-size:22px;
    font-weight:bold;
}

h2, .h2
{
}

h3,.h3
{
    color:White;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    padding:0;
    margin:0;
    margin-bottom:10px;
}


ul.sortableList, ul.sortableList li.sortableItem
{
    margin:0;
    padding:0;
    background-color:White!Important;
}
