/* setzt verschiedenste Elemente zurück in den eigentlichen Ursprungszustand */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	background: #ECECEC url(images/gradient.jpg) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #b4b4b4;
	background: #2f2f2f;
	margin: 0 0 2px 0;
	padding: 1px;
	display: inline;
	float: left;
}
.imprintCat p {
	display: block;
	float: none;
	background: none;
	color: #000;
	font-size: 1em;
}
.imprintCat p a {
	color: #000;
	text-decoration: none;
}
	
h1 {
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
}
h2 {
	color: #bdbdbd;
	font-size: 2.1em;
}
li,
form,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
em {
	font-size: 5em;
	color: #b4b4b4;
	background: #2f2f2f;
}
em a {
	color: #b4b4b4;
	text-decoration: none;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.gapBottom {
	margin-bottom: 8px;
}
.gap28 {
	margin-top: 28px;
}
#pageWrapper {
	margin: 0 auto;
	width: 1000px;
}
#topWrapper {
	background: url(images/bg.jpg) no-repeat;
	margin: 0 auto;
	width: 1000px;	
}
#bottomWrapper {
	margin: 0 auto;
	width: 570px;
	border: 1px solid #cfcfcf;
	padding: 10px;
}
.shirtsCat #bottomWrapper {
	width: 860px;
	border: none;
	padding: 0;
}
.galleryCat #bottomWrapper {
	width: 533px;
}
.galleryCat #bottomWrapper img {
	border: 1px solid #cacaca;
}
/**
 * Hauptnavigation
 */
#navigation {
	height: 29px;
	padding: 303px 0 50px 165px;
}
#mainNav {
    background: url(images/navigation.gif) top left no-repeat;
    display: block;
    height: 29px;
	width: 667px;	
	list-style:none;

}

#mainNav li {
    float: left;
}

#mainNav li a {
    display: block;
    height: 29px;
    text-indent: -99999px;
}
#start a {
    width: 227px;
}

#start a:hover,
.startCat #start a {
    background: url(images/navigation.gif) 0 -28px  no-repeat;
}

#shirts a {
    width: 82px;
}

#shirts a:hover,
.shirtsCat #shirts a {
    background: url(images/navigation.gif) -227px -28px no-repeat;
}

#how a {
    width: 157px;
}

#how a:hover,
.howCat #how a {
    background: url(images/navigation.gif) -305px -28px no-repeat;
}

#gallery a {
    width: 105px;
}

#gallery a:hover,
.galleryCat #gallery a {
    background: url(images/navigation.gif) -466px -28px no-repeat;
}

#contact a {
    width: 95px;
}

#contact a:hover,
.contactCat #contact a {
    background: url(images/navigation.gif) -571px -28px no-repeat;
}

/* ---------------------------------*/
/* -------->> Meta <<<-----------*/
/* ---------------------------------*/
ul#meta {
	padding: 10px 5px 278px 0;
	text-align: right;
}
ul#meta li {
	display: inline;
	margin: 0;
}
ul#meta li a {
	color: #EFEFEF;
	text-decoration: none;
}

/* ---------------------------------*/
/* -------->> Footer <<<-----------*/
/* ---------------------------------*/
.devider {
	margin: 25px 0 5px 0;
	background: url(images/dot.gif) repeat-x;
	height: 1px;
	clear: both;
}
#footer {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}
#footer,
#footer a {
	text-transform: uppercase;
	color: #666;
}
/* ---------------------------------*/
/* -------->> Gallery <<<-----------*/
/* ---------------------------------*/
.back {
	float: left;
	width: 12px;
	margin: 175px 7px 0 0;
}
.next {
	float: left;
	width: 12px;
	margin: 175px 0 0 7px;
}
.gallery {
	float: left;
	width: 800px;
	margin-left: 10px;
}
dl img {
	margin: 0;
	padding: 0;
	border: 1px solid #cfcfcf;
}
dt {
	float: left;
	width: 200px;
	position: relative;
}
dt span {
	display: block;
	position: absolute;
	padding: 8px;
	text-align: right;
	left: 0px;
	bottom: 0px;
	width: 182px;
	text-transform: uppercase;
	background-color: #737373;
	color: white;
	opacity: .7;
	z-index: 1;
}
.page {
	text-align: right;
	background: none;
	width: 800px;
	color: #000;
	margin: 10px 0 0 0;
}
/**
 *	Anmeldeformular
 */
.formular {
	background-color: #2f2f2f;
	margin: 0 0 2px 0;
	padding: 10px;
}
.contactFormLeft {
	width: 200px;
	float: left;
}
.contactFormRight {
	width: 262px;
	float: left;
	margin: 0 0 0 70px;
}
.contactForm input, 
.contactForm select { 
	float: left;
	width: 165px;
	margin: 0 0 5px 0;
}

.contactForm textarea,
.contactForm input {
	border: 1px solid #7f9db9;
}

.contactForm input.submit {
	border: none;
	width: 142px;
}
.contactForm textarea {
	width: 165px;
	height: 70px;
	margin: 5px 0 5px 0;
}
.contactForm textarea.big {
	width: 260px;
	height: 170px;
}

input.short{
	width: 22px;
	margin: 0 0 0 7px;
}
