@charset "UTF-8";
/* Tina Fleck Portfolio */

body {
	background-color:#333;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size:62.5%; /* Resets 1em to 10px */
	font-weight:normal;
	color:#fff;
	margin:20px 0px 20px 0px;;
	border:0px;
}

body * {
  /* Textausrichtung korrigieren */
}
h1 {
	font-size: 1.4em;
	line-height:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0;
	letter-spacing:0.1em;
}
h2 {
	font-size: 1.2em;
	line-height:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:0;
	letter-spacing:0.1em;
}
img {
	border:0px;
}
ul {
	padding-left:15px;
	margin-left:0px;
}
li {
	list-style-image:url(/images/arrow.gif);
}
a {
	text-decoration:none;
	color:#aaa;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;	
	transition: color .5s ease-out;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
.main {
	width:940px;
	margin:0 auto;
	text-align:center;
}
.main * {
	text-align:left;
}

/* Header */

.header {
}

#logo {
	margin-top:40px;
	}
.menu {	
	float:right;
	margin-top:48px;
}

.menu ul {
	padding:0;
	margin:0;
}

.menu li {
	list-style:none;
	float:left;
	font-size:1.4em;
	margin-left:30px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	
}

.menu li a {
	margin-left: 4px;
	display:block;	
	text-decoration:none;	
}

.active {
	color:#FFF;
	}
.line {
	height:1px;
	background-color:#777;
	}


/* project */

.content {
}
.content * {
	text-align:left;
}
.projects {
	margin-bottom:30px;
	}
.projects .info {
	overflow:hidden;
	}
.projects .info p {
	font-size:1.3em;
	line-height:1.4em;
	margin:0 0 20px 0;
	}
.projects .info span {
	padding:10px 0 0 0;
	display:block;
	}
.projects .info img {
	margin-top:10px;
	}
.projects_line {
	width:940px;
	height:147px;
	padding-bottom:20px;
	}
.project {
	position:relative;
	margin-right:20px;
	width:220px;
	height:147px;
	float:left;
}
.project .thumb {
	position:absolute;
}
.project .title {
	position:absolute;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	width:220px;
	height:147px;
	background-color:#474747;
	text-align:center;
	letter-spacing:0.1em;
	opacity: 0;
	filter: alpha(opacity='0'); 
	
	-webkit-transition: opacity .5s ease-in-out; 
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;	
	transition: opacity .5s ease-in-out;
}
.project .title:hover { 
    opacity: 1;
	filter: alpha(opacity='100'); 
} 
.project .title div {
	padding-top:60px;
	text-align:center	
}
.project .title span {
	color:#999;
	font-size:0.8em;
}
.submenu {
	width:220px;
	margin-right:20px;
	float:left;
	}
.submenu a {
	font-size:1.2em;
	line-height:1.8em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	}

div.top {
	background-image:url(/images/arrow-top.gif);	
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:left center;
	bottom:0px; 
	right:0px;
	text-align:right;
	float:right;
	margin-top:10px;
	}
a.top {
	text-decoration:none;
	letter-spacing:0.1em;
	}
a.top:hover {
		}
/* Footer */
.footer {
	overflow:hidden;
	text-align:center;
	clear:both;
}	
.footer * {
	text-align:left;
}
.footer p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0;	
}
.footer_about {
	width:460px;
	margin-right:20px;
	float:left;
}
.footer_address {
	display:inline;
	margin-right:20px;
	float:left;
	width:220px;
}
.footer_network {
	display:inline;
	float:left;
}


/* ALT */





.image a { 
	text-decoration:none; ! important;
	border-bottom:0px;
	}

.project .image img {
	border:10px solid #2a2a32;	
}
.project .text img {
	padding:0;
}
.facts {
	background-image:url(/images/animation/facts.gif);
	height:312px;
	margin-bottom:10px;
	border:10px solid #2a2a32;	
}
.cutouts {
	background-image:url(/images/animation/cutouts.jpg);
	height:312px;
	margin-bottom:10px;
	border:10px solid #2a2a32;	
}
.streetsoccer {
	background-image:url(/images/animation/streetsoccer.jpg);
	height:312px;
	margin-bottom:10px;
	border:10px solid #2a2a32;	
}

.divider {
	width:100%;
	background-image:url(/images/divider.gif);
	background-repeat:repeat-x;
	padding-top:2px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
a.list {
	background-image:url(/images/arrow.gif);
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:left center;
}

/* Footer */



.clear {
clear:both;
}
