/* css for http://simon.wwwagner.net */

/* for changing background-color globally
    remember its current value: #4c0 */

/* good... - Don't forget to change link colors now: */

a.menutext {
    width:17%;
    min-width:7em;
    float:left;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:0 5px 3px 5px;
    border-top:none;
    border-right:1px solid #4c0;
    border-bottom:1px solid #4c0;
    border-left:1px solid #ada;
}
a.menutext:link {
    background-color:transparent;
    color:white;
}
a.menutext:visited {
    background-color:transparent;
    color:white;
}
a.menutext:hover {
    background-color:#efa; /*white;*/
    color:#0b0;
}
a.menutext:active {
    background-color:white;
    color:red;
}
#m0 {
    clear:both;
}
#m9 {
    border-right:1px solid #ada;
}

a.preview_link {
    width:auto;
    float:left;
    background-color:white;
    text-decoration:none;
    padding:3px;
}
a.preview_link:link {
    border:none;
    margin:2px 2px 2px 22px;
}
a.preview_link:visited {
    border:none;
    margin:2px 2px 2px 22px;
}
a.preview_link:hover {
    border:2px solid #4c0;
    margin:0 0 0 20px;
}
a.preview_link:active {
    border:2px solid #e00;
    margin:0 0 0 20px;
}

a.text {
    background-color:transparent;
    text-decoration:none;
    border:none;
    font-size:0.9em;
    font-weight:bold;
}
a.text:link {
    color:#0a0;
}
a.text:visited {
    color:#080;
}
a.text:hover {
    color:#b00;
}
a.text:active {
    color:#e00;
}

a.comment {
    background-color:transparent;
    font-weight:bold;
    text-decoration:none;
    border:none;
}
a.comment:link {
    color:#d0d;
}
a.comment:visited {
    color:#444;
}
a.comment:hover {
    color:#00d;
}
a.comment:active {
    color:#800;
}

a.texts_back_link {
    width:auto;
    float:left;
    background-color:black;
    text-decoration:none;
}

a.up,a.back,a.forward {
   background-color:transparent;
   background-repeat:no-repeat;
   background-position:left center;
   margin:52px 22px;
   padding:0 17px;
   font-size:0.8em;
   font-weight:normal;
   text-decoration:none;
   color:#090;
   }
a.up {
   background-image:url(./bg_arrow_up_green.png);
   }
a.up:hover {
   background-image:url(./bg_arrow_up_red.png);
   color:#d00;
   }
a.up:active {
   background-image:url(./bg_arrow_up_red.png);
   color:#d00;
   }

a.whereami {
    background-color:transparent;
    color:black;
    text-decoration:none;
}
a.whereami:hover {
    color:#800;
    text-decoration:none;
}

a.null {
    color:#400;
    text-decoration:none;
}
a.null:hover {
    color:#080;
}

body {
    background-color:#4c0;
    padding:0.05px;
    margin:0;
    font-family:"Vera Sans Roman",Trebuchet,Verdana,sans-serif;
    border-top:3px solid white;
    border-bottom:4px solid white;
    border-left:5px solid white;
}

div {
    margin:0;
    padding:0.05px;
    border:none;
    font-family:"Vera Sans Roman",Trebuchet,Verdana,sans-serif;
}

p,h1,h2,h3,h4 {
    font-family:"Vera Sans Roman",Trebuchet,Verdana,sans-serif;
    color:black;
    margin-left:24px;
}

h1 {
    font-size:24pt;
    font-weight:bold;
    color:red;
    margin:12px 12px 3px 22px;
    padding:3px 0;
}

h2 {
    font-size:24pt;
    font-weight:bold;
    font-style:italic;
    color:red;
    margin:3px 22px;
    padding:3px 0;
}

h3,h4 {
    font-size:12pt;
    font-weight:bold;
    margin-top:0.3em;
}

h4 {
    margin:36px 20px 12px 24px;
}

hr {
    border:none;
    background-color:#0b0;
    color:#0a0;
    margin:28px 22px;
    height:1px;
}

img {
    border:none;
    margin:0;
    padding:0;
}
.preview {
    height:140px;
}

.whereami_bar {
    width:100%;
    height:0.9em;
    background-image:url(./bg_header_02.png);
    border-top:1px solid #440;
    border-left:1px solid #460;
    border-bottom:1px solid #480;
    background-color:#ed5;
    color:black;
    vertical-align:middle;
}
.where,.choose_lang {
    width:auto;
    height:100%;
    background-color:transparent;
    color:black;
    font-size:0.7em;
    font-style:normal;
    font-weight:normal;
    line-height:0.7em;
    margin:0.2em 22px;
    vertical-align:middle;
}
.where {
    float:left;
}
.choose_lang {
    float:right;
    text-align:right;
    margin-right:4em;
}

.menu_bar {
    width:100%;
    background-color:#4c0;
    color:white;
    padding-left:20px;
}

.menu_corner_bottom {
    width:5px;
    height:5px;
    float:left;
    background-image:url(./corner_lb.png);
}

.preview_background {
    width:99%;
    float:left;
    height:150px;
    background-color:transparent;
    background-image:url(bg_preview_background.png);
    background-repeat:repeat-x;
    margin:0 0 40px 0;
}

.preview_bar {
    width:100%;
    background-color:white;
    color:#4c0;
}

.preview_comment {
    width:23%;
    min-width:23em;
    height:105px;
    background-color:#efa; /*#2c2;*/
    margin:16px 18px 18px 3%;
    padding:6px 12px;
    font-size:0.7em;
    font-weight:bold;
    color:#444; /*#ffe;*/
    border:1px solid #888; /*#ffe;*/
    overflow:auto;
}

.preview_corners {
    width:5px;
    float:left;
    clear:left;
    height:150px;
    background-image:url(bg_preview_corners.png);
    background-repeat:no-repeat;
}

.full_size_block {
    width:90%;
    float:left;
    }

.text_h2 {
    background-color:white;
    color:#404;
    font-size:1.6em;
    font-weight:bold;
    font-style:normal;
    margin-top:18px;
    padding-top:0;
}


#main {
    margin:4px 0 4px 5px;
    background-color:white;
    background-image:url(bg_header.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    border:none;
}
