/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.2
**  Dateiversion: 23.02.06  
**  Datei       : basemod_bsp_variante1.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout mit Spaltentrenner)
**
*/

@media screen
{
/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }

/* rechten Randabstand anpassen */
#col3 { margin-right:0; border-right:0; }

/* Spaltentrenner */
#col3 {border-left: 2px #ddd dotted;}

#col1 {width: 220px;}
#col3 {margin-left:220px;}

#footer {background-color:#cccccc; color: #336699; padding:0px; margin:0px; text-align: center;}

h1 {background-color:#cccccc; font-size: 1.4em;}

#header {background-color: #82bc8b; height:0px;}

#nav {background-color:#478951;}

#col1 {background-color:#fff;}

#main {background-color: #fff; padding-top: 2px;}

#col3 {background-color: white;}

#page {background-color: green; }

#logo {float: left;}

#rundgang {position: absolute; right: 0px;}
#menu_oben {position: absolute; right: 0px; top: 40px;}

.contenttable {border:1px solid #336699;}
td {border:1px solid #336699;}
th {border:1px solid #336699;}

.external-link-new-window {padding:0; margin:0;}
a { padding:0; margin:0; border:0;}
td a { padding:0; margin:0; border:0;}


#col3 a[href^="http:"], #col3 a[href^="https:"],
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"]
{
        padding-left: 2px;
}

.csc-uploads-fileName {border: 0;}
} 

#utabelle td {border:0px solid #000; }
#uutabelle input {border:1px solid #000;}
#uform input[type^="submit"], #uform input[type^="reset"] {
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(200, 200, 200);
    border-right-color: rgb(100, 100, 100);
    border-bottom-color: rgb(100, 100, 100);
    border-left-color: rgb(200, 200, 200);
    background-color: #eceeec;
    color: #000000;
}
#uform input[type^="submit"]:focus, #uform input[type^="reset"]:focus {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(200, 200, 200);
    border-right-color: rgb(100, 100, 100);
    border-bottom-color: rgb(100, 100, 100);
    border-left-color: rgb(200, 200, 200);
    background-color: #eceeec;
    color: #000000;
}

