/* style.css */

/* - - - - - - - - - - - - - - - - - - - - - - - - 
Autor: Alessandro Di Stefano
Datum: 01.06.2011
Modul: Bachelor ZHdK - 2011
/* - - - Generelles - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;	
}

body {
	font-family: Monaco;
	font-size: small;
	text-align: justify;
	background-image: url(../bilder/tapkick_background_tile.png);
	font-color: #333333;
}

h1 {
	text-transform: none;
	color:#585847;
	font-size: 24pt;
}

h3 {
	text-transform: none;
}

h4 {
	text-transform: none;
}

ul {
	
	list-style-type: circle;

	/*ul.circle {list-style-type:circle}*/
}


a {
	text-decoration: none;
	color: #cc077c;
	background-color: #none;
}

a:hover {
	color: green;
}

a img {
	border: none;
}

/* - - - Struktur - - - - - - - - - - - - - - - */
#page {
	height: 600px;
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background: url(../bilder/tapkick_background.png);
}

.logo {
	height: 216px;
	width: 216px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: url(../bilder/tapkick_logo.png);
	text-indent: -999em;
}

.seitentext {
	height: 210px;
	width: 562px;
	position: absolute;
	top: 6px;
	left: 228px;
/*	color: #63624b;*/
/*	background: #ffffff;*/	
	padding: .24em;
/*	border: red solid 2px;*/
}

.seitentext_full {
	height: 576px;
	width: 560px;
	position: absolute;
	top: 10px;
	left: 228px;
/*	border: red solid 2px;*/
}

.seitentitel {
	top: 60px;
	position: absolute;
	right: -100px;
	border: black;
}
.seitenprosa {
	position: absolute;
	left: 180px;
	text-align: right;
	width: 260px;
	color: #fff;
	bottom: 18px;
}

.contactfoto {
	position: absolute;
	left: 180px;
	width: 260px;
	height: 190px;
	bottom: 18px;
	border: white solid 2px;
}

.contactfoto_vert {
/*	position: absolute;*/
	width: 260px;
	height: 576px;
/*	bottom: 18px;*/
	border: white solid 2px;
	float: right;
}

.bildrahmen {
	height: 280px;
	width: 570px;
	position: absolute;
	top: 228px;
	left: 228px;
	background-color: #fff;
}

.videorahmen {
	height: 400px;
	width: 650px;
	position: absolute;
	top: 108px;
	left: 228px;
	background-color: #fff;
}

.pagefoto {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 270px;
	width:560px;
}

.pagevideo {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 390px;
	width:640px;
}

.schaufenster {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 270px;
	width:560px;
	background-image: url(../.png);
}

.showtag_first {
	position: absolute;
	top: 6px;
	left: 14px;
}

.showtag_concept {
	position: relative;
	float: left;
	top: 0px;
	right: 8px;
	width: 100px;
	margin-right: 12px;
	padding-top: 600px;
}

.showtag_models {
	position: relative;
	float: left;
	top: 0px;
	right: 8px;
	height: 60px;
	width: 100px;
	margin-right: 12px;
	padding-top: 600px;
}

.showtag_final {
	position: relative;
	float: left;
	top:0px;
	right: 8px;
	height: 60px;
	width: 100px;
	margin-right: 12px;
	padding-top: 6px;
	padding-top: 600px;
}

.tagbar {
	height: 72px;
	width: 336px;
	position: relative;
	top: 99px;
	float: right;
/*	border: yellow 2px solid;*/
	background-color: #FDBE01;
}

.contacttag {
	margin: 12px;
	position: relative;
	top: 30%;
	left: 354px;
	height: 36px;
	width: 198px;
	background-color: #FDBE01;
	padding: 4px;
}

.contacticon {
	position: left;
	float: right;
	padding: 4px;
}

.menu {
	position: absolute;
	width: 230px;
	height: 278px;
	top: 225px;
	left: 0px;
}
.menulink {
	position: relative;
	width: 228px;
	height: 70px;
	left: 1px;
}
