﻿/* Projekt - Spezifisches Stylesheet welches für das Hauptlayout zuständig ist 
   (Zentrieren, Abstände, ... )*/

body 
{
    font-family:courier new, Verdana;
    font-size:11px;
    text-align:center;
    color:#494A45;
    background-repeat:no-repeat!Important;
    background-position:center center;
    background-attachment:fixed;
}
div.page_margin
{
    z-index:100;
}
p, td
{
    font-family:courier new, Verdana;
    font-size:11px;
    text-align:left;
    color:#494A45;
}
div.page
{
    position:absolute;
    width:932px;
    height:512px;
    z-index:100;
    top:50%;
    left: 50%;
    margin-top: -277px;
    margin-left: -490px;
}
ul,ol
{    
	list-style-type:none;
}
div.contentPanel
{
    position:relative;
}

div.contentPanel ul
{
    list-style-type:disc;
    margin-left:6px;
    padding-left: 10px;
}
div.contentPanel li
{
}
h1, .h1
{
    font-size:34px;
    font-family:ITC Stone sans, Verdana;
    color: #6D6B6C;
    font-weight:600;
    letter-spacing: 1px;
    margin: -4px 0 0 0;
}
h2,.h2
{
    font-family:ITC Stone sans, Verdana;
    font-size:19px;
    color:#6D6B6C;
    font-weight:bold;
    text-align:left;
    letter-spacing: 1px;
    margin: -4px 0 0 0;
}
h3,.h3
{
    font-family:courier new, Verdana;
    font-size:11px;
    text-align:left;
    font-weight:bold;
}
ul.sortableList, ul.sortableList li.sortableItem
{
    margin:0;
    padding:0;
}
.bgImg
{
    /*height:100%!Important;*/
    width:100%;
    position:absolute;
    background-repeat:no-repeat!Important;
    background-position:center center;
    background-attachment:fixed;
    filter:alpha(opacity=0);
    opacity:0;
    left:0;
    top:0;
}
a,a:visited,a:hover,a:active,a.a
{
	color:#7E003F;
	text-decoration:none!Important;
}
a.link, a.link:visited, a.link:active
{
    font-family:courier new , Verdana;
    font-size:12px;
    font-weight:300;
    color:#494A45;
    text-decoration:underline!Important;
}
a.link:hover 
{
    font-family:courier new , Verdana;
    font-size:12px;
    font-weight:300;
    color:#494A45;
    text-decoration:underline!Important;
}