@charset "UTF-8";


/* General styles */

body {
	width: 900px;
	margin: 0 0 0 72px;
	padding: 64px 0 0;
	background: #fff;
	text-align: left;
	color: #3c3229;
	}

body.tshirt {
	color: #999;
	background: #222/* url('/t-shirt/images/left_back.jpg') repeat-y top left*/;
	}

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

.hidden { visibility: hidden; height: 0; }

/* General link styles */

a:link, a:visited { color: #39c; text-decoration: none; }

body.tshirt a:link, body.tshirt a:visited { color: #fa95c4; text-decoration: none; }

a:active, a:hover { /*text-shadow: none;*/ }

a.regular:hover { background: #ff0; color: #000; }

body.tshirt a.regular:hover { background: #000; color: #fa95c4; }


/* structural styles */

#content {
	padding: 0 0 48px;
	width: 880px;
	position: relative;
	clear: both;
	}

h1.logo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 160px;
	}

h1.logo, h4 {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	color: #3c3229;
	}

h1.logo.tshirt {
	font-size: 16px;
	line-height: 24px;
	}

h1.logo a {
	color: #3c3229;
	text-decoration: none;
	}

h1.logo span,
h4 span {
	display: inline-block;
	padding: 0 4px;
	margin-bottom: 3px;
	background: #ffc;
	}

h1.logo.tshirt span,
h4.tshirt span {
	background: #f4a;/*#fae5f1;*/
	color: #222;
	box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	}

.tshirt span.big {
	font-size: 48px;
	line-height: 52px;/*
	background: #b8d7e7;*/
	}

.logo a:hover span {
	background: #ff0;
	color: #000;
	}

h1.logo.tshirt a:hover span {
	background: #f4a;
	}

h2, h3, ul.gallery, ul.contact {
	padding-left: 240px;
	font-family: Helvetica Neue, Arial, Sans-serif;
	font-weight: normal;
	list-style: none;
	}

#content .facebook {
	margin-left: 240px;
	background-color: #000;
	}

h2 {
	font-size: 24px;
	line-height: 30px;
	}

body.tshirt h2 { text-shadow: 0 1px 1px #000; }

h3 {
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	}

h4 {
	font: 12px/16px Helvetica Neue, Arial, sans-serif;
	width: 160px;
	cursor: default;
	}

/* Bildgalleriet */

ul.gallery li {
	float: left;
	width: 200px;
	height: 131px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	}

ul.gallery li.right {
	margin-right: 0;
	}

ul.gallery li.bottom {
	margin-bottom: 0;
	}

.item_shadow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
	height: 131px;
	background: url('../images/item_shadow.gif') no-repeat;
	}

.item_shadow.web {
	font: 12px/228px Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #ffc;
	background: url('../images/item_shadow_web.gif') no-repeat;
	}

ul.gallery li a:hover .item_shadow {
	background: url('../images/item_shadow_hover.gif') no-repeat;
	}

ul.gallery li a:hover .item_shadow.web {
	background: url('../images/item_shadow_web_hover.gif') no-repeat;
	color: #fff;
	}

body.tshirt ul.gallery li a:hover .item_shadow {
	background: url('../images/item_shadow_tshirt_hover.gif') no-repeat;
	}

/* T-shirt-items */

body.tshirt ul.gallery li a img {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	opacity: .5;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	}

body.tshirt ul.gallery li a:hover img {
	box-shadow: 0 1px 6px #000;
	-moz-box-shadow: 0 1px 6px #000;
	-webkit-box-shadow: 0 1px 6px #000;
	opacity: 1;
	}


/* Kontaktinformationen */

ul.contact {
	display: block;
	width: 310px;
	}

body.tshirt ul.contact { text-shadow: 0 1px 1px #000; }

ul.contact li {
	display: block;
	line-height: 24px;
	}

ul.contact li span {
	display: inline-block;
	width: 60px;
	}

ul.contact.two {
	position: absolute;
	right: 0;
	padding: 0;
	}

body.tshirt .two li {
	padding-top: 4px;
	font-size: 12px;
	line-height: 18px;
	}

/* fixa float */

.clear {
	visibility: hidden;
	clear: both;
	}


