/* Main */

a {
	text-decoration: none;
	border-bottom: solid 1px;
}

html {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	
}

body {
	min-width: 1000px;
}

/* Header */
#header {
	width: 100%;
	position: relative;
	
}

#trendsetter {
	position: absolute;
	left: 15%;
	width: 200px;
	text-align: center;
	font-size: 1.1em;
	top: 75px;
	cursor: pointer;
}

.neue_trend {
	background: #ff0090;
	text-transform: uppercase;
	color: #fff;
	
}

#info {
	position: absolute;
	left: 75%;
	
	margin: 0px 0 0 0;
}

#linkshade {	
	padding-right: 61px;
	height: auto;
	background: url(images/linkshade.png) no-repeat right bottom;
	
}

#links {
	border: solid #e3e3e3 1px;
	padding: 12px;
	line-height: 1.5em;
	font-size: 1.1em;
			
}

#links a {
	color: #919191;
}

#links a:hover {
	color: #aaa;
}


#big_links {
	margin: 16px 0 0 2.2em;
		
}

#ob {
	color: #000;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: none;
	
}

#ob a {
	color: #000;
}

#blogtwit {
	margin: 5px 0 0 -1.8em;
	font-size: 1.2em;
	color: #000;
}

#blogtwit li {
	float: left;
	margin: 0 8px 0 0;
	
}

#blogtwit a {
	color: #000;
}





#trend {
position: relative;
	width: 202px;
	height: 149px;
	top: 35px;
	margin: 0 auto 35px auto;
}

#podrobneeee {
	color: #83c3a8;
	font-size: 1.1em;
	text-align: center;
	margin: -75px 0 0 0;
}

#podrobneeee a {
	color: #83c3a8;
	border-bottom: dotted 1px #83c3a8;
	cursor: pointer;
	
}





/* Content */

#content {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	
}
.thingie {
	float: left;
}

