/* css datei Blaschke */

body {
        background:url(./img_website/page_bg.jpg) top left repeat-x #e2e2e2;
        margin:0;
        padding:0;
        font-family:arial,  helvetica, sans-serif;
        font-size:9pt;
        color:#333;
}

#container {
        width:900px;
        margin:20px auto 20px auto;
        border:1px solid #000;
        background:#fff;
}

#header {
        height:73px;
        background:url(./img_website/header_bg.gif) top right #9ECBA8 no-repeat;
        border-bottom:5px solid #008000;
}

#header h1 {
        color:#000;
        font-size:22pt;
        margin:0;
        padding:310px 10px 0px 20px;
}

#header p {
        color:#333;
        font-size:10pt;
        font-weight:bold;
        margin:0;
        padding:55px 0px 0px 20px;
}

#content {
        width:670px;
        padding:10px;
        float:right;
}

#content h1, h2, h3, h4 {
        margin:0;
        padding:0;
        font-family:georgia;
        font-weight:normal;
}

#content h2 {
        color:#060;
        font-size:18pt;
        border-bottom:1px solid #ccc;
}

#content h3 {
        color:#333;
        font-size:12pt;
}

#content img {border: 0px;}

# flashcontent a {color:#c0c0c0;} 

/* photos */

#photos {
        width:428px;
        height:224px;
        margin:10px auto 10px auto;
        position:relative;
        padding:10px;
        background:#f2f7e9;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}

.imgbox {
        width:75px;
        height:75px;
        border:1px solid #77A13D;
        background:#f1f1f1;
        margin:15px;
        float:left;
        display:inline;
}

.right {float:right;}

/* Seitenelement links */

#sidebar {
        width:170px;
        padding:10px;
        float:left;
        margin:0;
}

#sidebar ul {
        margin:0;
        padding:0;
        border-bottom:1px solid #ccc;
}


#sidebar ul li {
        margin:0;
        padding:0;
        list-style:none;
        border:1px solid #ccc;
        border-bottom:none;
}

#sidebar ul li a {
        display:block;
        padding:3px;
        width:162px;
        background:url(./img_website/li-off.jpg) top left no-repeat #f2f7e9;
        color:#060;
        text-indent:25px;
        text-decoration:none;
}

#sidebar ul li a:hover {
        background:url(./img_website/li-on.jpg) top left no-repeat #f2f7e9;
}

#sidebar ul li .sel {
        background:url(./img_website/li-on.jpg) top left no-repeat #f2f7e9;
}
.infobox h1 {
        color:#060;
        font-size:11pt;
        margin:0;
        padding:0px 0px 0px 0px;
}

.infobox {
        border:1px solid #ccc;
        background:#f5f5f5;
        padding:5px;
        text-align:center;
        margin:10px 0 0 0;
        font-size:8pt;
}

.aktuelles {
        border:1px solid #FF0000;
        background:#f5f5f5;
        padding:5px;
        text-align:center;
        margin:10px 0 0 0;
        font-size:8pt;
}


h1.head  {
        display:inline;
        float:left;
        line-height:120%;
        margin:5px 0 0;
        padding:0 0 2px;
        width:100%;
        font-size:13pt;
}

#newsletterbox {background-color: #F2F7E9; border: dotted 2px #008000; color:#000000; padding:10px; margin:15px }

#footer {
        clear:both;
        border-top:1px solid #000;
        background:#9ECBA8;
        padding:10px;
        color:#000;
        font-size:8pt;
        text-align:center;
        border-top:5px solid #008000;
}

/* allgemeine Formatierung */

a {
        color:#060;
        font-weight:bold;
		text-decoration: none;	
}

a.grau:link {
        color:#333;
        font-weight:normal;
}

a:hover {
        color:#000000;
        /*background:#FFFFDD;*/
		text-decoration: underline;	
}

.tags-list li {
    display: inline;
    padding: 0;
}



/* ATLAS */
a.atlas:link {
        color:#0099CC;
        font-weight:bold;
		font-size:12pt;
}

a.atlas_top:link {
        color:#0099CC;
        font-weight:bold;
		font-size:8pt;
}

/* Tabelle Sonderverkauf */

#randsv {
  border-collapse: collapse;
  border: 1px solid #008000;
}
#randsv td, #rand03 th {
  border: 1px dashed #008000;
}



