/*
author jens buss // http://jensbuss.com
copyright bureau mirko borsche // http://mirkoborsche.com
created october 2008
last modified february 2010

client: mirko borsche // http://mirkoborsche.com
*/

/* global */

* {
	margin: 0;
	padding: 0;
	font: normal normal normal 14px/18px "Futura Book", "Hobo Regular", "Gill Sans Regular", "P22JohnstonUnderground-Regular", "Life LT Std Bold", "Adobe Caslon Pro", "DTLElzevirSITC Cheltenham Bold Condensed", "RomanaBT-Roman", "Prestige Elite Std", "ITC Franklin Gothic Book", "House Slant", "Times New Roman Condensed", "Times New Roman Regular", Times;
	letter-spacing: 3px;
	color: black;
}

p {
	margin: 0 0 18px 0;
}

a img {
	border: none;
}

a {
	color: black;
	text-decoration: none;
	text-shadow: none;
	outline: 0;
}

a:hover {
	border-bottom: 1px solid black;
}

.text2 {
	display: none;
}

.articleFullImgCaption a {
	text-decoration: none;
}

body {
	background-color: white;
	margin: 20px;
}

#navigationAnchor {
	position: absolute;
	top: 0;
	left: 0;
}

.killer {
	clear: both;
}

.space {
	height: 30px;
}

#articleList {
	margin: 100px 0 0 0;
	min-height: 1100px;
	text-align: center;
	width: 100%;
}

#slideContainer {
	background: transparent url(http://mirkoborsche.com/images/loader.gif) no-repeat 50% 50px;
	height: 700px;
}

.slides {
	display: none;
	clear: both;
}

/* Logo Container */

#logoContainer {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 10000;
}

#mirkoBorsche {
	margin: 20px 0;
	position: fixed;
	z-index: 1000;
	top: 50px;
	display: block;
	text-align: center;
	width: 100%;
}

#flag {
	margin: 20px 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	display: block;
	text-align: center;
	width: 100%;
}

/* title & navigation */

#mainFrame {
	width: 100%;
	overflow: hidden;
}

#title {
	text-align: center;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
}

#title a {
	margin: 0 auto 30px auto;
	/*width: 850px;*/
	/*font: normal normal normal 14px/18px sans-serif;
	letter-spacing: 1px;*/
}

#title a:hover {
	text-decoration: none;
	border: none;
}

#subNavigation {
	margin-bottom: 45px;
}

#subNavigation li {
	list-style-type: none;
}

.articleFull a:hover, .articleFull p a:hover {
	text-decoration: none;
}

.articleSmall #over {
	display: none;
	float: left;
	margin: 0;
	text-align: left;
}

.articleSmall #normal {
	margin: 0 auto;
	float: left;
	text-align: center;
}

.articleSmall #over a {
	height: 100%;
	display: block;
	text-align: left;
}

/* PROJECTS */

.articleSmall {
	margin: 0 40px 40px 0;
	display: inline-block;
	cursor: pointer;
	background-color: white;
	text-align: center;
	overflow: hidden;
}

#over .text1, #over .text1 a {
	/*font: normal normal normal 14px/18px Times;
	word-spacing: 0;*/
}

.articleSmall a {
	margin: -10px 0 0 0;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	color: black;
}

.textfeld {
	background-color: transparent;
	color: black;
	float: none;
}

/* PROJECTS BIG */

.articleFull {
	background-color: transparent;
	margin: 100px 0 30px 0;
	text-align: center;
	width: 100%;
}

.continuous {
	width: 100%;
}

.imgContainer {
	text-align: center;
}

.articleFullImg {
	margin: 0 20px 40px;
}

.articleFullImgFloat {
	float: left;
	margin: 10px 5px 0;
}

.articleFullImgCaption {
	margin: 6px auto 10px auto;
	color: black;
}

.continuous, .continuous a {
	margin: 0 0;
	color: black;
	max-width: 100%;
}

.video {
	clear: both;
	margin-top: 30px;
}

/* FOOTER */

#footer {
	background-color: transparent;
	width: 100%;
	clear: both;
	text-align: center;
	/*position: absolute;*/
}

#footerLeft, #footerRight, #tagNavigation {
	margin: 30px auto 60px;
}

#footerLeft {
	width: 97%;
	text-align: center;
}

#footer a, #footer li {
	word-spacing: 5px;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footerLeft li, #footerRight li {
	margin: 0 5px;
}

/* CONTACT */

.contact, .contact a {
	margin-bottom: 10px;
}

#inputform label {
	display: none;
}

fieldset {
	border: 0;
}

legend {
	margin-bottom: 10px;
}

.zemContactForm {
	width: 300px;
	clear: both;
}

.zemContactForm input {
	width: 80%;
	margin-top: 10px;
	height: 14px;
}

.zemContactForm textarea {
	margin-top: 10px;
}

.zemContactForm input.zemSubmit {
	width: 60px;
	float: right;
	clear: both;
	margin-top: 10px;
	height: auto;
}