/* 
	COMTEC Studios GmbH | comtec-studios.de
	-----------------------------------------------------------------------------------------------------------------------------
	Author: Lars Brinkmann | http://netzbuero.de
	v 29/09/2009
	-----------------------------------------------------------------------------------------------------------------------------
	Globales Stylesheet für alle Seiten
*/




/* 	Reset CSS
	----------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 		{ 	line-height: 1; }
ol, ul 		{ 	list-style: none; }
table 		{	border-collapse: collapse; 	border-spacing: 0; }
img 		{ 	border: none; }



/* 	Basis-Layout
	----------------------------------------------------------------------------------------------------------------------------- */
	body 			{ 	background: #fff; margin: 0; padding: 0; }


	/* Wrap um die gesamte Seite für die mittige Positionierung */
	.wrap 			{ 	position: relative; width: 967px; margin-left: auto; margin-right: auto; background: url(../images/bckgrnd.gif) no-repeat; }

	/* Wrapper für den Kopfbereich */
	.wrap_header 	{ 	margin-left: 10px; padding-top: 22px; margin-bottom: 6px; }

	/* Wrapper für den Fußbereich */
	.wrap_footer 	{ 	margin-left: 10px; }


/* 	Navigationen
	----------------------------------------------------------------------------------------------------------------------------- */

	/* 	Navigation im Seitenfuß */
		.ftrBdy						{ background: url(../images/ftrBckgrnd.gif) repeat-y; }
		.footer_navigation 			{ width: 886px; margin-left: 19px; background-color: #fff; padding-top: 1px; padding-bottom: 1px; }
		.footer_navigation ul 		{ }
		.footer_navigation li 		{ float: left; margin-right: 25px; }
		.footer_navigation a 		{ /* text-decoration: none; color: #777777; font-family: DINOT-CondMedium; text-transform: uppercase; font-size: 13px; */}
		.footer_navigation a:hover 	{ /* color: #000; */}
		
		.ul_wrapper 				{ float: right; padding-top: 1px; padding-bottom: 2px; }
	



/* 	Typographie
	----------------------------------------------------------------------------------------------------------------------------- */
	body		{	color: #000; font-family: Arial, Helvetica, sans-serif;/* font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */}

	/* Standardwerte */	
	h1 			{ 	font-size: 13px; color: #000000; text-transform: uppercase; line-height: 15px; }
	h2 			{ 	font-size: 13px; color: #777777; text-transform: uppercase; line-height: 15px; }
	p			{ 	font-size: 13px; color: #777777; line-height: 15px; margin-bottom: 15px; }
	a 			{ 	color: #777777; text-decoration: none; }
	a:hover 	{ 	color: #000000; }
	


