* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #f5f5f5;
	color: #555;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: Arial,FreeSans,"Bitstream Vera Sans","DejaVu Sans",Helvetica,Geneva,Verdana,sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#head {
	height: 130px;
	background-color: #fff;
}

#head h1 {
	height: 130px;
	width: 260px;
	background: url(../images/start/yeebase.png) no-repeat 0 60px;
	text-indent: -200em;
}

#stage {
	background: url(../images/start/stagebg1.png) repeat-x 0 0;
}

#stageInner {
	background: url(../images/start/stagebg2.png) repeat-x 0 100%;
}

div.wrapper {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

#stageInner div.wrapper {
	padding: 50px 0;
}

#content {
	float: left;
	width: 400px;
}

#sidebar {
	float: right;
	width: 270px;
	background-color: #f5f5f5;
	border-radius: 20px;
	-webit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: -2px 0 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.5);
}

/* Typo
*************************************************/

h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 25px 0;
}


img.cover {
	float: left;
	margin: 3px 30px 10px -5px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.4);
}

a, a:visited {
	color: #c22;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #000;
}

a:active {
	position: relative;
	top: 1px;
}

/* List
*************************************************/

ul {
	margin: 20px 0;
	border-top: 1px solid #eee;
}

ul li {
	list-style: none;
	margin: 0;
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
	background:	-moz-linear-gradient(19% 75% 90deg, #f5f5f5, #ffffff 100%);
}

ul li a, ul li a:visited {
	display: block;
	padding: 7px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #555;
	text-decoration: none;
	background: url(../images/start/arrow20.png) no-repeat 100% 50%;
}


ul li a span#t3n {
	display: block;
	background: url(../images/start/t3n.png) no-repeat 0 50%;
	padding: 20px 0 20px 110px;
	text-indent: -200em;
}

ul li a:hover, ul li a:focus {
	background-color: #fff;
}


/* SZM / IVW
************************************************/

#szm {
	position: absolute;
	top: -100px;
	left: 0;
	width: 10px;
	height: 10px;
}

/* clearfix
************************************************/

.clear { clear: both; }

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.cf { display: inline-block; }

/* Hides from IE-mac \*/
* html .cf {	height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */

