* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
img {
    border: none;
}

body {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:15px;
	line-height:21px;
	background:#eff0f1 url(../img/bg.jpg);
	color: #a2a2a2;

}
.wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 25px;
	margin: 0 0 20px 0;
}
h3 {
    font-size: 22px;
    margin: 30px 0 20px 0;
}
#content li {
    margin: 0 0 10px 0;
}

#head {
	width: 100%;
	height: 100px;
	background:url(../img/header.jpg) repeat-x;	
}

#logo a { 
	width: 650px;
	height: 100px;
	background:url(../img/logo_new.jpg);
	display: block;
}


#content {
	width: 100%;
}
#content_top {
	margin-top: 20px;
	height: 25px;
	background:url(../img/content-top.png) bottom;
}
#content_middle {
	background:url(../img/content-middle.png) repeat-y;
}

#content_middle_full {
	padding: 25px;
}


.apptest {
    padding: 20px;
    text-align: center;
    min-height: 500px;
    color: #000;
}

.apptest h1{
    text-decoration: underline;
}
#content .apptest li {
    list-style: none;
    margin-bottom: 5px;
}
.apptest p{
    font-weight: bold;
    font-size: 1.1em;
    margin: 20px 0;
}

#content_bottom {
	height: 55px;
	background:url(../img/content-bottom.png);
}
#content_left {
	width: 270px;
	height: 500px;
	float: left;
	padding: 15px 0 0 25px;
}
#content_quer {
	width: 600px;
	min-height: 500px;
	margin: 0 auto;
	padding: 15px 25px 0 25px;
}
#slider_bg_quer {
	background: url(../img/iphone_quer.png);
	height: 255px;
    width: 500px;
    margin: 0 auto 20px auto;
}
#slider_pics_quer {
	width: 326px;
	height: 218px;
    
/*	border: 1px solid #fff; */
	/*margin-left: 19px;*/
}
#slider_bg {
	background: url(../img/iphone.png);
	height: 500px;
    width: 255px;
}
#slider_pics {
	width: 218px;
	height: 326px;
/*	border: 1px solid #fff; */
	/*margin-left: 19px;*/
}
.content_right {
	width: 630px;
	float: right;
	padding: 5px 15px 0 15px;
}
.content_right a span, #content_quer a span {
	color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #989898;
    width: 150px;
	height: 40px;
	margin: 20px 50px;
	background: url(../img/appbutton.jpg) top;
	display: inline-block;
	border: 1px solid #467f00;
	float:right;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.content_right a:hover span, #content_quer a:hover span {
	background: url(../img/appbutton.jpg) bottom;
	border: 1px solid #878d59;
	
}

.one_app {
	height: 220px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.one_app h1 a, .one_app a {
	text-decoration: none;
	color: #a2a2a2;	
	font-weight: bold;
}
.one_app h1 a:hover, .one_app a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	min-height: 280px;
	background:url(../img/footer_big.jpg) repeat-x;	
}
#footer li.headliner {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #777;
}
#footer a {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
#footer .left { 
	width: 250px; 
	float: left;
	margin-right: 105px;
}
#footer .middle  { 
	width: 250px;
	float: left;
}
#footer .right { 
	width: 250px; 
	float: right;
}
#footer ul {
	list-style: none;
	margin-top: 10px;
}
#footer li a {
	display: block;
	cursor: pointer;
	border-bottom: 1px dotted #9a9a9a;
}
#footer li a:hover {
	/*color: #9a9a9a;*/
	border-bottom: 1px dotted #fff;
}

.clr {
	clear: both;
}

/* Bilder Slider */
.slider-wrapper { 
	overflow: hidden; 
	margin-left: 20px;
}

.slider-control-prev,
.slider-control-next { display: none; }

#slider_pics { 
	margin-bottom: 50px; 
	height: auto; 
	overflow: hidden; 
}

	 .slider-wrapper {
		position: relative;
		background: #000;
		/*padding-bottom: 20px;*/
		width: 216px;
		height: 326px;
	}

	.slider-boundary {
		width: 216px;
		height: 326px;
		float: left;
	}

		.slider-control-navigation {
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -108px;
			width: 216px;
			text-align: center;
			padding: 0 0 10px 0;
		}
		
			.slider-control-navigation-tab {
				display: inline-block;
				background: #999;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
				-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
				box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
				margin: 0 0.3em;
				width: 10px;
				height: 10px;
				text-indent: -9999px;
				cursor: pointer;
			}
			
		.slider-control-navigation-tab.current {
				background: #666;
			}
			
			
/* Blätter Funktion */
#pagination {
	text-align: center;
	margin: 20px 0;
}


.active, .pages, .more {
	padding: 10px;
	border: 1px solid #ccc;
	color: #9a9a9a;
}
.active, .pages:hover, .more:hover {
	text-decoration: none;
	background: #fff;
	color:#78bbe6;
	border: 1px solid #78bbe6;
}	
 
/* */ 

p a {
    text-decoration: none;
    font-weight: bold;
    color: #a2a2a2;
}
p a:hover {
    text-decoration: underline;

}

/* 2012-05-25 */ 
input {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
label {
    font-weight: bold; 
    font-size: 14px;
}
#inputvorname, #inputnachname, #inputemail, #inputpasswort, #inputstrasse, #inputhausnr, #inputplz, #inputort, #inputclass, #inputgutschein, #inputland,#inputpaypal  {
    float: left;
    margin-right: 10px;   
}
#inputvorname input, #inputnachname input, #inputemail input, #inputpasswort input, #inputstrasse input, #inputort input, #inputland input, #inputpaypal input {
    width: 200px;
}
#inputhausnr input, #inputplz input {
    width: 50px
}
form  {
    width: 450px;
    /*border: 1px solid #000;*/
    margin: 0 auto;
}
input[type=submit] {
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
}
td {
    font-size: 1.1em;
}
table {
    margin: 0 auto;
}


