/*////////////////////////////////////////////*/
/*///////////////////Reset////////////////////*/
/*////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}
body {
	background-image:url("../media/background.gif");
	font: 62.5%/1.2em arial,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
}
h1 {
	font-size:2.2em;
	line-height:2.4em;
}
h3 {
	font-size:1.3em;
}
h1, h2, h3 {
	font-weight:normal;
}
img {
	border:0;
}
a {
	color:#2C2C2C;
}
a:hover {
	color:#0ef4cb;
}
a img {
	border:medium none;
}
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}
/*////////////////////////////////////////////*/
/*//////////////////Struktur//////////////////*/
/*////////////////////////////////////////////*/
#wrapper {
	background:transparent url("../media/content_bg.png");
	margin:50px 0pt 0pt 50px;
	width:651px;
	float:left;
}
#header {
	border-top:20px solid #0ef4cb;
	margin:0pt 0pt 0pt 0pt;
	width:651px;
}
#heading {
	background-color:#000;
	color:#fff;
	padding:0pt 10px;
	margin:20px 0pt 0pt 0pt;
	width:155px;
	line-height:1.2em;
}
#heading h1 {
	line-height:1.8em;
}
.small_heading {
	background-color:#000;
	color:#fff;
	padding:2px 10px;
	margin:10px 0pt 10px 0pt;
	width:55px;
	line-height:1.4em;
}
.small_heading h2 {
	line-height:1.8em;
	font-size: 1.4em;
}
.add_me {
	font-size:1.2em;
	line-height:1.4em;
	margin:20px 0pt 0pt 0pt;
	width:340px;
}
.add_me li {
	border-top:1px solid #CCCCCC;
	color:#777777;
	line-height:1.5em;
	width:651px;
}
.add_me p {
	margin-left:10px;
}
.add_me li a, .add_me li a {
	color:#888888;
	font-weight:normal;
	padding:3px 0pt 3px 19px;
	text-decoration:none;
}
.add_me li a:hover, .add_me li a:hover {
	color: #0ef4cb;
}
.showcase {
	margin:10px;
	width:631px;
	display:block;
	float:left;
}
.showcase .main_item {
	background: #444;
	display: block;
	height: 231px;
	position: relative;
	margin: 0pt 0pt 10px 0pt;
	width: 631px;
	overflow: hidden;
}
.showcase .item {
	background:transparent none repeat scroll 0%;
	display:block;
	height:150px;
	margin:0pt 0pt 10px 0pt;
	overflow:hidden;
	position:relative;
	width:310px;
	float:left;
}
.showcase .item p {
	position: absolute;
	bottom: 40px;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	line-height:1.4em;
	color: #000;
}
.showcase .item p a {
	color: #000;
	text-decoration:none;
}
.showcase .left_item {
	margin-right:10px;
}
.show_info {
	background: black none repeat;
	bottom: 0px;
	display: block;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px;
	position: absolute;
	width: 310px;
	z-index: 101;
	opacity:0.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}
.show_info_main {
	background: black none repeat;
	bottom: 0px;
	display: block;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px;
	position: absolute;
	width: 631px;
	z-index: 101;
	opacity:0.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}
.show_info h3, .show_info_main h3 {
	color:#0ef4cb;
	line-height:1.6em;
	margin:4px 7px;
}
.show_info h3 a, .show_info_main h3 a {
	color:#0ef4cb;
	display:block;
	font-size:14px;
	text-decoration:none;
}
.show_info h3 a:hover, .show_info_main h3 a:hover {
	color:#fff;
}
#pages {
	float:left;
	width:631px;
	margin:0pt 0pt 10px 10px;
	font-size:1.2em;
}
.pageInfo {
	width:210px;
	height:20px;
	color:#777777;
}
.pageInfo a {
	padding:5px;
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
#footer {
	background-color:#fff;
	border-top:1px solid #CCCCCC;
	float:left;
	margin:10px 0pt 10px 0pt;
	width:651px;
	color:#555555;
	font-size:1.2em;
	line-height:1.4em;
	padding:10px 0pt 0pt 0pt;
	position:relative;
}
#footer p {
	margin-left:10px;
}
#footer a {
	font-weight:bold;
}
/*////////////////////////////////////////////*/
/*//////////////////Lightbox//////////////////*/
/*////////////////////////////////////////////*/
#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px 0 0 -12px;
	background: #fff url(../loading.gif) no-repeat scroll center center;
	border: 1px solid #eee;
	z-index: 999;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}
