/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{

/* Formatierung der Seite */
body { 
/* background: #E8E4EA; */
background: #EBC88D;
padding: 0px;	
/*background-image: url(img/backcol.png);
background-repeat: repeat-x;*/
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border: 0px #667 solid; background: #fff; }
/*#page_margins {border: 1px #889 solid; min-width: 756px; max-width: 80em; margin:auto;}*/
#page_margins {border: 0px #889 solid; width: 66em; margin:auto;}

/* Formatierung der Kopfbereiches */
#header { position:relative; height: 77px; color: #eff; background: #013461; }
/*#header img {position:absolute; top: 10px; left: 10px;}*/

/* Formatierung der Fußzeile */
#footer { color:#888; background:#fff; margin: 0em; padding: 0; border-top: 1px #ddd solid; line-height: 1.0em;}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
/*#main { background: #f8fafe ; padding-top: 0.7em; } */ /* fast weißes graublau */
#main { background: #FFEAC0 ; padding-top: 0em; }  /* fast weißes graublau */

/* linke Spalte */
#col1 {	width: 17%; }	
#col1_content { margin-left: 0px; margin-right: 0px; color: #444; background:inherit; }

/* Rechte Spalte */
#col2 {	width: 25%; }
#col2_content {	margin-left: 1em; margin-right: 1em; }

/* Mittlere Spalte */
#col3
{
  	margin-left: 17%; 
   	margin-right: 25%; 
	/* border-left: 0px dotted #ddd; */
	/* border-right: 0px dotted #ddd; */
}

#col3_content { margin-left: 1em; margin-right: 1em; }

.rtm {font-size:x-small; vertical-align:top;}

} 


.orderheader {
	padding:3px 0 3px 15px;
	margin-top:0px;
	background: #013461; 
	color: #FFD535; 
	font-weight: bold;
}

.formularrahmen {
	margin-top:0;
	padding:10px 20px 10px 20px; 
	background-color:#fff0e0;
	border: 1px solid #aaa;
}

.topicheader {
	padding:3pt; 
	background: #013461; 
	color: white;
}
