/* CSS TANJA SASSOR - FREIE TEXTERIN */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL */
body {
	background: rgb(255,255,51) url(../img/bg-texte.png) 100% 20px no-repeat;
    color: rgb(254,61,246);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	margin: 15px;
	padding: 0;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html ::selection {
	color: rgb(255,255,51);
	background: rgb(254,61,246);
	text-shadow: none;
}
html ::-moz-selection {
	color: rgb(255,255,51);
	background: rgb(254,61,246);
	text-shadow: none;
}
html ::-webkit-selection {
	color: rgb(255,255,51);
	background: rgb(254,61,246);
	text-shadow: none;
}
html :focus, :active { outline: 0; } 

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
   clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.hide {
	display: none;
}

/* LINKS */

a, a:link, a:visited {
	color: rgb(254,61,246);
	text-decoration: none;
	border-bottom: rgb(254,61,246) 1px solid;

}
a:hover, a:active, a.active {
	color: rgb(172,30,172);
	text-decoration: none;
	border-bottom: rgb(172,30,172) 1px solid;

}

/* TYPO */


h1, h2, h3, h4, h5, h6, .hervorhebung {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

/* Distance */

.p20l {
	padding-left: 60px;
}



/* CONTENT */

.wrapper {
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	width: 980px;
}
.header {
	margin-top: 100px;
}
.boxLeft{
	width: 490px;
}
.boxRight {
	width: 430px;
}
.logo {
	padding-bottom: 55px;
}
.boxLeft p {
	padding-bottom: 18px;
}
.boxRight h3 {
	padding-top: 25px;
}
.kontakt {
	padding-top:10px;
}
.claim {
	padding-top: 35px;
}
.content {
	padding-top: 25px;
}
.boxRight h5 {
	padding-bottom: 18px;
}
.maginalLink {
	font-size: 12px;
	text-align: right;
	padding-top: 80px;
}
.customer {
	padding-top: 45px;
}
.untenSecond {
	margin-top: 9px;
}


