@charset "utf-8";
/* CSS Document */
@import url("container.css");
@import url("menu.css");

.clearboth { clear:both; }

html, body {
/*  width:100%;
    height:100%; */
    margin:0;
    padding:0;
    font-size:10pt;
    font-family:Arial, Helvetica, sans-serif;
    color:#4c4c4c;
   /*  background:#4788a4; */
   
}

img { border:0; }

h1, h2, h3 { letter-spacing:0.03em; }
h1 { color:#c10612; font-size:1.5em; }
#headline h1 { margin-top:0; }
h2 { color:#c10612; font-size:1.5em; margin:0; }
h3 { }

p { margin:0.2em 0 0.8em; letter-spacing:0.030em; }

a { color:#c10612;
    text-decoration:underline; }
    
hr { margin:20px 0; border:none; border-top: 1px solid #4c4c4c; color: #FFFFFF; background-color: #FFFFFF; height: 1px; }
    
#logo a { width:150px; height:90px; margin:7px 0 0 20px; padding:0; display:block; }
#top .lang_devide { margin:0 12px;}

/* //////////////////////////////////// */
/* // News Module & Anzeige der News // */
/* //////////////////////////////////// */

.articlelistHeadline { font-weight:bold; }

#top_content_text { margin-top:0px; }


/* /////// Art Gallery /////// */
#art_single_img { border:1px solid #4c4c4c; margin:20px 0 0 0; padding:10px; text-align:center;}

