a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content_site {
	background-image: url(../img/example/bg.jpg);
	background-position: center 140px;
	background-repeat: repeat-x;
	background-color: #ccc;
}

.ul_example {
	background-color: #fff;
	text-align: center;
	position: relative;
	font-size: 12px;
	height: 460px;
	padding: 0px;
	margin: auto;
	width: 860px;
	
	-webkit-box-shadow: 0 0 2px 1px #888;
	-moz-box-shadow: 0 0 2px 1px #888;
	-ms-box-shadow: 0 0 2px 1px #888;
	-o-box-shadow: 0 0 2px 1px #888;
	box-shadow: 0 0 2px 1px #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.ul_example .li_example {
	font-family: 'Verdana';
	margin-top: 10px;
	list-style: none;
	height: 160px;
	width: 162px;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	float: left;
	color: #666;
}
.lobster {
	font-family: 'Lobster';
	font-size: 18px;
}

table, tr, td {
	text-align: left;
	vertical-align: top;
}
table {
	margin-left: 5px;
}
.settings_field {
	width: 60px;
	padding: 2px;
	border: 1px solid #ccc;
}

.container {
	text-shadow: 0 0 1px #222;
	text-align: center;
	margin-top: 80px;
}
.configurator {
	margin-top: 150px;
}
.buttons_example {
	width: 100px;
}

.white {
	font-family: verdana, sans-serif;
	background-color: #fff;
	padding: 5px;
	opacity:0.8;
	-webkit-box-shadow: 0 1px 1px 1px #796d5c;
	-moz-box-shadow: 0 1px 1px 1px #796d5c;
	-ms-box-shadow: 0 1px 1px 1px #796d5c;
	-o-box-shadow: 0 1px 1px 1px #796d5c;
	box-shadow: 0 2px 5px 2px #796d5c;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.black {
	font-family: verdana, sans-serif;
	color: #fff;
	background-image: url(Bilder/black.png);
	padding: 10px;
	opacity:0.8;
	-webkit-box-shadow: 0 10px 20px 2px #222;
	-moz-box-shadow: 0 10px 20px 2px #222;
	-ms-box-shadow: 0 10px 20px 2px #222;
	-o-box-shadow: 0 10px 20px 2px #222;
	box-shadow: 0 10px 20px 2px #222;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.run_boomg {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #f00;
	border: 4px solid #777;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	-moz-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	-ms-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	-o-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	
	-webkit-transition-property: -webkit-box-shadow;
	-moz-transition-property: -moz-box-shadow;
	-ms-transition-property: -ms-box-shadow;
	-o-transition-property: -o-box-shadow;
	transition-property: box-shadow;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.run_boomg:hover {
	-webkit-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-moz-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-ms-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-o-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
}
.run_boomg:active {
	-webkit-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-moz-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-ms-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-o-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
}

.run_danger {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #f00;
	border: 4px solid #777;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #FFA000 inset;
	-moz-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	-ms-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	-o-box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #444 inset;
	box-shadow: 0 6px 20px 2px #222, 0 0 60px 60px #FF4500 inset;
	
	-webkit-transition-property: -webkit-box-shadow;
	-moz-transition-property: -moz-box-shadow;
	-ms-transition-property: -ms-box-shadow;
	-o-transition-property: -o-box-shadow;
	transition-property: box-shadow;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.run_danger:hover {
	-webkit-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-moz-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-ms-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	-o-box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
	box-shadow: 0 0 5px 1px #666, 0 0 6px 2px #222 inset;
}
.run_danger:active {
	-webkit-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-moz-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-ms-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	-o-box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
	box-shadow: 0 0 5px 1px #666, 0 0 60px 60px #fff inset;
}

.boomgContent {
	background-image: url(../img/example/fabric_plaid.png);
	
	-webkit-box-shadow: 0 0 4px 2px #888, 0 0 100px 50px #222 inset;
	-moz-box-shadow: 0 0 4px 2px #888, 0 0 100px 50px #222 inset;
	-ms-box-shadow: 0 0 4px 2px #888, 0 0 100px 50px #222 inset;
	-o-box-shadow: 0 0 4px 2px #888, 0 0 100px 50px #222 inset;
	box-shadow: 0 0 4px 2px #888, 0 0 100px 50px #222 inset;
}

.picker {
	background-color: #444;
	border: 1px solid #999;
	position: absolute;
	padding: 10px;
	z-index: 2;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0 0 2px 1px #888;
	-moz-box-shadow: 0 0 2px 1px #888;
	-ms-box-shadow: 0 0 2px 1px #888;
	-o-box-shadow: 0 0 2px 1px #888;
	box-shadow: 0 0 2px 1px #888;
}

.menu {
	font-family: verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: auto;
	height: 50px;
	width: 840px;
	color: #fff;
}
.menu a {
	font-size: 18px;
	color: #222;
}
.menu a:hover {
	text-decoration: none;
	font-size: 18px;
	color: #222;
}
.example_button {
	background-color: #fff;
	border: 4px solid #ddd;
	margin-right: 20px;
	font-size: 12px;
	padding: 6px;
	color: #888;
	float: left;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0 -2px 10px 4px #666;
	-moz-box-shadow: 0 -2px 10px 4px #666;
	-ms-box-shadow: 0 -2px 10px 4px #666;
	-o-box-shadow: 0 -2px 10px 4px #666;
	box-shadow: 0 -2px 10px 4px #666;
}

.contentForm {
	text-align: center;
	margin: auto;
	width: 420px;
}

.demoPreview {
	width: 100%;
}
.demoPreview td {
	font-family: Verdana, sans-serif;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 200px;
}

.link_example h2 {
	text-align: center;
	color: #00C2F5;
	padding: 0;
	margin: 0;
}
.small-text {
	font-size: 10px;
	color: #888;
}