/**
* CSS Formatierungen f�r FRIED Kunststofftechnik
   -   Kunststof   -   System   -   KnowHow   -
*/
html, body {
	margin-bottom: 0px;
	
	height: 100%;
	width: 100%;
}

/* Body, allgemeine Angaben */
body {
	background-color: white;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10pt;
}
body.k_rand {
	margin: 0px;
	padding: 0px;
}


/* Tabelle auf Startseite (für die Browser, die's können ;)) */
.entrytbl {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Tabelle mit Produktbildern in Branchen Detailübersicht (bspw. Medizintechnik) */
table#branche_detailuebers {
	width: 100%;
}

table#branche_detailuebers ul {
	margin: 0px;
	padding: 0px;
	
}

table#branche_detailuebers ul li {
	margin-left: 2ex;
	font-size: 0.9em;
}






/* Boxen für Stellenangebote */
div.jobBox {
	margin: 2px;
}

div.jobBox h3.page_header, p {
	margin-top: 0.2em;
}

div.jobBox ul {
	margin-left: 0px;
	padding-left: 2em;
}


div#mainContent{
	margin-top: 20px;
}



/**
 * #######  NAVIGATION  #######
 */

/* Tabellenzelle für Navigation -inside- */
.navCell {
	font-family: Helvetica, Arial, sans-serif;
	
	background-color: white; 
	background-image: url('http://fried.de/grafik/punkte.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	
	height: 100%;
	width: 270px;
}


/* Liste der Navigationspunkte */
ul#navigation, ul#submenu {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul#submenu, ul#submenu li {
	display: inline;
}

/* Menü-Schriftgrößen */
.menBig {
	font-size: 14pt;
	letter-spacing: 0.3em;
}
.menMed {
	font-size: 12pt;
	letter-spacing: 0.3em;
}
.toolongword {
	letter-spacing: 0.1em;
}
.menSmall {
	font-size: 10.5pt;
	letter-spacing: 0.1em;
}
.menTop {
	font-size: 11pt;
	letter-spacing: 0.1em;
}

li.naviPkt {
	padding-top: 32px;
	height: 20px;
}



/* Absatz im Menü => einzelner Menüpunkt */
.naviPkt {
	padding-top: 16px;
}



/* Nachrichten von Kontaktformular */
div#msg_error {
	color: #c20000;
	font-weight: bold;
}

div#msg_error ul, div#msg_error ul li {
	font-weight: 100;
}

div#msg_error ul {
	margin: 0px;
	padding: 0px;
}

div#msg_error ul li {
	margin-left: 4ex;
}



div#msg_success {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0.5em;
	
	padding-left: 0em;	
}








/* Header - Klassen, �berschriften */
h1.page_header {
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2.page_header {
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-top: 0.5em;
}

h3.page_header {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


/* allgemeine Schriftklassen */
.copyImg {
	font-size: 10pt;
	font-style: italic;
}

.branchenCopy {
	font-style: normal;
	padding-top: 3px;
}

.branchenCopy a:link {
	color: #A20938;
}
.branchenCopy a:visited {
	color: #A20938;
}
.branchenCopy a:hover {
	color: black;
}
.branchenCopy a:active {
	color: black;
}


pre.kundenliste {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10pt;
}

.maxFont {
	font-size: 11pt;
}

.bstnr_preis {
	font-size: 10.5pt;
	font-weight: bold;
	color: #A20938;
}




/* Bilder-Formatierungen */
img.imgBorder {
	border: #A20938 solid 1px;
}



/* LINK, allgemein */
a:link {
	color: black;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:hover {
	color: #A20938;
	text-decoration: none;
}
a:active {
	color: #A20938;
	text-decoration: none;
}

/* LINK, aktiv Mainmen� */
a.active_navi:link {
	color: #A20938;
	font-weight: bold;
}
a.active_navi:visited {
	color: #A20938;
	font-weight: bold;
}
a.active_navi:hover {
	color: #A20938;
	font-weight: bold;
}
a.active_navi:active {
	color: #A20938;
	font-weight: bold;
}

/* LINK, aktiv oberes Men� */
a.active_topnavi:link {
	color: black;
	font-weight: bold;
}
a.active_topnavi:visited {
	color: black;
	font-weight: bold;
}
a.active_topnavi:hover {
	color: #A20938;
	font-weight: bold;
}
a.active_topnavi:active {
	color: #A20938;
	font-weight: bold;
}

.active_topnavi {
	color: white;
}


/* LINK, Entrypage */
.aEntry {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20pt;
	letter-spacing: 0.2em;
	font-weight: bold;
}
a.aEntry:link {
	text-decoration:none;
}
a.aEntry:visited {
	text-decoration:none;
}
a.aEntry:hover {
	text-decoration: none;
}
