/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
Farben
orange: #F26C36
grau: #4C4855;

*/



/* Formatierung der Seite */
body { background: #fff; padding: 0px;	}



/* Formatierung der Kopfbereiches */
#header { height: 80px; }

#nav {color: #444;}
#content {color: #444 }



h1,h2,h3,h4 { font-family: sans-serif; font-weight:bold;}

/* h1 {font-size: 1.4em; color: #F26C36; margin: 0 0 0.25em 0; padding-top: .3em; } */
h1 { color: #F26C36; margin: 0 0 0.25em 0; }
h2 {font-size: 1.2em; color: #555B5F; margin: 0 0 0.25em 0; padding-top: .3em;font-weight:bold;  }
h3, h4, h5 {font-size: 1.1em; color: #F26C36; margin: 0 0 0.25em 0; padding-top: .3em; font-weight:bold; }





p { line-height: 1.5em; margin: 0 0 1em 0; }



strong,b { font-weight: bold; }
em,i { font-style:italic; }
/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {color: #F26C36; text-decoration:none;}
a:hover { text-decoration:underline;}
a:focus { text-decoration:underline;}


form {overflow:hidden;}

input, textarea {
    width: auto;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

.box {background: #DCE0E0; margin: 0 0px; }
.box h1 {margin:0 10px; }
.box h2 {margin:0 10px; }
.box p {margin: 0 10px; }
#box {background: #DCE0E0; margin: 0 0px; }
#box h1 {margin:0 10px; }
#box h2 {margin:0 10px; }