/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align:left;

	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*
table{
	border:1px solid #FFFFFF;
}
*/
/*-------------------------- end RESET --------------------------------*/

body{
	background-image:url(../imgs/site_elements/bgs/main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.text, h1, .footer, .siteText{
	font-family: 'Chivo', sans-serif, arial;
	/*font-family: 'Yanone Kaffeesatz', sans-serif, arial;*/
	/*font-family: 'Terminal Dosis', sans-serif;*/
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.5;
	color:#FFFFFF;
}

h1{
	font-family: 'Yanone Kaffeesatz', sans-serif, arial;
	font-size: 22px;
	font-weight:bold;
}

.siteText{
	font-family: 'Mako', sans-serif, arial;
	font-size: 14px;
	font-weight:400;
}

.footer{
	font-size: 12px;
}

ul.menu{
	list-style:none;
	width:530px;
}
ul.menu li{
	padding:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:8px;
	height:auto;
	width:auto;
	display:block;
	float:right;
	overflow:hidden;
}

ul.kunden{
	list-style:none;
	width:850px;
	overflow:hidden;
}
ul.kunden li{
	padding:0px;
	margin-left:0px;
	margin-right:25px;
	margin-top:0px;
	margin-bottom:30px;
	height:auto;
	width:150px;
	display:block;
	float:left;
	overflow:hidden;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	text-decoration:none;
	color:#ffd709;
}

