/**
 *
 * print.css
 * Default Screen Stylesheet
 *
 * Author:    hard-soft.at - Alexander Fill - alex@hard-soft.at
 * Modified:  2006-03-29
 *
 **/

body {
    margin:0;
    padding:0;
    background:#9F2325;
    text-align:center;
}
body,table,tr,td,th,div,p,span, textarea, input, select {
    font-family:Verdana,Arial,Times,sans-serif;
    font-size:11px;
    color:#000;
}
a img {
    border:none;
}
br.clear {
    clear:left;
    margin-bottom:20px;
}

#page {
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
    width:780px;
}
#header {
    display:none;
}
#menu {
    display:none;
}

#pageInner {
    border:7px solid #E7DDCD;
    background:#fff;
    clear:left;
}

#boxLeft {
    width:150px;
    float:left;
    padding:20px 5px 30px 5px;
}
#boxLeft .logo {
    text-align:center;
}
#boxLeft .changelang {
    display:none;
}
#boxLeft ul {
    display:none;
}

#boxRight {
    margin-left:170px;
}

#boxRight .header {
    display:none;
}
#boxRight .content {
    padding:10px 5px 20px 5px
}


#boxRight .content h1,
#boxRight .content h2,
#boxRight .content h3,
#boxRight .content h4,
#boxRight .content h5 {
    margin: 0px; 
    padding:0;
    color: #767373; 
    font-family: "Trebuchet MS", Verdanam, Arial, serif;
}
#boxRight .content a {
    color:#900;
}
#boxRight .content a:hover {
    color:#fff;
    background:#900;
    text-decoration:none;
}
#boxRight .content h1 {
    margin:7px 0 20px 0;
    border-bottom:1px dotted #900;
    font-size:26px;
    color:#900;
    line-height:1em;
}
#boxRight .content h2 {
    margin:7px 0 20px 0;
    font-size:19px;
}
#boxRight .content h3 {
    margin:7px 0 20px 0;
    font-size:16px;
    color:#900;
}

/** Formating NewsItem **/
.NewsItem {
    margin-bottom:10px;
    padding:10px 5px 10px 5px;
}
.NewsItem a {
    color:#000;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}
.NewsItem p {
    padding:0;
    margin:0;
}



/* NAVIGATION */
#navigation {
    float: left;
    width: 760px;
    margin: 0;
    padding: 0;

    list-style: none;
    background: #606;
}
    
#navigation li {
    float: left;

    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation a {
    float: left;

color:#fc6;
font-weight:bold;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
}

#navigation a:hover {
color:#fff;
}

.galleryImage {
    border:2px solid #000:
}

p.error {
    color:#f00;
}
p.message {
    color:#063;
}

#Pauschalen {
    background:transparent url(../images/page/box.gif) no-repeat left top ;
    margin:25px 0 0 0;
    padding:20px 0 50px 0;
}
#Pauschalen .Item {
    padding:8px 5px 0 5px;
}
#Pauschalen .Item a {
    text-decoration:none;
    color:#000;
}
#Pauschalen .Item a:hover {
    color:#900;
}
img.galleryImage {
   border:2px solid #000;
}

/** Styles for Splash **/
div.entry {
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}
.entry a {
    font:bold 14px Georgia,Verdana,Arial,sans-serif;
    text-decoration:none;
    color:#fff;
}

.latest_pics_box {
    margin-top:30px;
}
.latest_pics_box a img {
    border:none;
}
.logo_left {
    margin-top:60px;
}
.logo_left a {
    display:block;
}
.logo_left a img {
    border:none;
}

.statusok {
    color:#063;
    font:bold 12px Verdana;
}

table.gallery a img {
    border:3px solid #000;
    padding:2px;
}
table.gallery a img:hover {
    border:3px solid #9F2325;
}

/** Boxformatierungen **/
.box {
    display:none;
}


#teaser_quiz {
    border:2px solid #9F2325;
    background:#eee;
}
#teaser_wfeier a.white, #teaser_quiz a.white {
    font-size:20px;
    display:block;
    padding:5px;
    color:#000;
    font-family:"Trebuchet MS", Verdana;
    text-decoration:none;
    line-height:1em;
}
#teaser_wfeier a.white:hover, #teaser_quiz a.white:hover {
    color:#FFF;
    background:#9F2325;
}

#pagefooter {
    clear:both;
    font-size:10px;
    color:#999;
    text-align:center;
    margin-bottom:10px;
    margin-top:20px;
    padding-top:12px;
    background:#fff url(../images/page/trenner.gif) no-repeat top center;
}
#pagefooter a {
    color:#999;
    text-decoration:none;
    font-weight:bold;
}
#newsletter_footer {
    display:none;
}

#newsletter {
    display:none;
}