/**
 *	Standardformatierungen
 */
html * {
	margin: 0;
	padding: 0;
}

body {
	color: #6f7370;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, Verdana, Sans;
	font-size: 12px;
	text-align: center;
}

p, td, select, input { font-size: 12px; }

a { color: #6f7370; text-decoration: none; font-style: italic; }
a:hover { color: #000000; }

hr {
	display: block;	
	height: 1px;
	border: medium none #6f7370;
	margin: 10px auto;
	color: #6f7370;
	background-color: #6f7370;
	-moz-box-sizing: border-box;
	-moz-float-edge: margin-box;
}


/*** Formatierungen im Inhaltsbereich ***/
#wrapper_col_content h1 { font-size: 100%; font-weight: bold; padding-bottom: 10px; }
#wrapper_col_content h2 { font-size: 125%; font-weight: normal; padding-bottom: 10px; }
#wrapper_col_content h3 { font-size: 115%; font-weight: bold; padding-bottom: 10px; }
#wrapper_col_content h4 { font-size: 115%; font-weight: normal; padding-bottom: 10px; }
#wrapper_col_content h5 { font-size: 100%; font-weight: bold; padding-bottom: 10px; }
#wrapper_col_content p { padding-bottom: 10px; }
#wrapper_col_content ul { padding: 0 0 10px 25px; list-style-position: outside; list-style-type: square; }
#wrapper_col_content li {}


/*** Formatierungen in der rechten Spalte ***/
#wrapper_col_right h1 { font-size: 100%; font-weight: bold; padding-bottom: 10px; }
#wrapper_col_right p { padding-bottom: 10px; }
#wrapper_col_right ul { padding: 0 0 10px 25px; list-style-position: outside; list-style-type: square; }
#wrapper_col_right li {}


/**
 *	Sonderformatierungen
 */
.clr { clear: both; font-size: 0.1em; line-height: 1px; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
/* die Tabelle für Unternehmen-Geschichte */
.history td { border-top: 1px solid #6F7370; padding: 10px 0 10px 0; }


/*** Standort-Selektor auf Startseite ***/
div#wrapper_locations { padding: 50px 0 0 19px; }


/*** Linkliste für Referenzen ***/
div#wrapper_col_right ul.csc-menu { padding-left: 15px; }
div#wrapper_col_right ul.csc-menu li { padding-bottom: 10px; }
div#wrapper_col_right ul.csc-menu li a { font-style: normal; }
