@charset "utf-8";
/*** Style Definitions ***/

html, body {
	height:98%;
}

h3 {
	font-size:18px;
}

a {
	color:#000;
	text-decoration:underline;
	outline: none; 
}

a img {
	border:0;
}

a:hover {
	color:#333;
	text-decoration:none;
}
	

html {
	background-color:#333;
	background-image:url(img/bg_pattern.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	overflow:hidden;
}
/*** Body Content ***/

#wrapper {
	width:790px;
	height:99%;
	position:absolute;
	left:50%;
	margin-left:-395px;
	top:30px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
	
}
#mask {
	width:500%;
	height:100%;
	
}
.box {
	width:20%;
	height:100%;
	float:left;
	list-style:none;
	
}
.content {
	width:500px;
	height:430px;
	background:url(img/box.jpg) #FFF top repeat-x;
	top:50%;
	margin: -325px auto;
	position:relative;
	padding:15px;
	padding-top:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

.headline {
	font-size:26px;
	margin-top:-30px;
	font-weight:bold;
	color:#333;	
	text-shadow: 0px 1px 1px #aaa;
	filter: dropshadow(color=#aaa, offx=-1, offy=-1);
}

.inhalt{
	padding-top:10px;
	padding-left:20px;
	font-size:14px;
}
/*** Clouds ***/

.clouds {
	width:790px;
	height:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#cloud2 {
	position:relative;
}
#clouds-big {
	width:1527px;
	height:100%;
	background:url(img/lake_bg_color.jpg) repeat-x center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.img/lake_bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/lake_bg.jpg', sizingMethod='scale')";
}
#bar1 {
	margin-top:10%;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(img/barbg.png);
}
#bar2 {
	padding-top:50px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	font-size:100px;
	font-weight:300;

}
#clock {
	margin-left:60px;
	font-size:100px;
	color:#FFF;
	font-weight:300;
}
#dock {
	background-image:url(img/bar.jpg);
	background-repeat:repeat-x;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#dock img {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
#social {
	height:400px;
	top:48%;
	margin: -210px auto;
	position:relative;
	text-align:center;
}
#social img {
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
}
#statusBar {
	width:790px;
	margin:-5px auto 0 auto;
	height:30px;
	background-color:#111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
	line-height:30px;
}
#statusBar #left {
	width:300px;
	text-align:left;
	float:left;
	margin-left:10px;
}
#statusBar #right {
	width:300px;
	text-align:right;
	float:right;
	margin-right:10px;
}
.weatherFeed {
	color:#fff;
	font-size: 90%;
	margin-right:20px;
	margin-top:0px;
	float:right;
	font-weight:300;
}
.weatherItem {
	text-align: right;
	width: 320px;
	height:120px;
}
.weatherCity {
	display:none;
}
.weatherTemp {
	font-size: 70px;
	font-weight: 300;
	margin-right:60px;
	padding-top:20px;
	font-stretch:condensed;
}
.weatherDesc, .weatherCity {
	font-weight: 300;
}
.weatherDesc {
	text-align:left;
	margin-top:-40px;
	margin-left:230px;
	width:100px;
}

#profile1{
	margin-top:13px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(img/barbg.png);
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
	height:130px;
	}
	
#profile1 img {
	margin-left:40px;
}
	
.profile_text{
	float:right;
	text-align:center;
	width:70%; 
	margin:0 auto 0 auto;
	color:#FFF;
	font-size:36px;
	font-weight:300;
	letter-spacing:1px;
}

.skill{
	list-style-image:url(img/right.png); 
	font-size:12px; 
	line-height:16px; 
	padding:5px;
}

.affi{
	list-style-image:url(img/ok_small.png); 
	font-size:12px; 
	line-height:16px; 
	padding:5px;
}