@font-face {font-family: 'AlwynNew-Regular';src: url('webfonts/2379D7_0_0.eot');src: url('webfonts/2379D7_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2379D7_0_0.woff') format('woff'),url('webfonts/2379D7_0_0.ttf') format('truetype');}

/******************************/
body {
	margin: 0;
	padding: 0 0 80px 0;
	font-family: 'AlwynNew-Regular', Arial, Helvetica, sans-serif;
	color: #333;

}
#container {
	min-width: 360px;
	max-width: 480px;
	width: 50%;
	margin: auto;
	min-height: 300px;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background:	rgba(255,255,255,0.95);
	border-top: 3px solid #1886b8;
}

header img {
	display: block;
	width: 110px;
	margin: auto;
	padding-top: 40px;
}

#content {
	padding-top: 200px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 1em;
	font-weight: normal;
}

h2, h3 {
	color: #444;
	text-align: center;
}

h2 {
	border-top: 1px dashed #CCC;
	padding-top: 1em;
}

#mainNav {
	margin:10px auto 0 auto;
	padding-bottom: 12px;
	display: block;
	min-width: 360px;
	max-width: 680px;
	border-bottom: 1px dashed #CCC;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainNav li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;

}

#mainNav li a {
	color: #1886b8;
	text-decoration: none;
}


#mainNav li a:hover {
	color: #3695B2;
	text-decoration: underline;
}

article {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 2em;
	position: relative;
	line-height: 1.4em;
}

article p {
	margin-left: 30px;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;

	background: rgba(255,255,255,0.9);
	height: 30px;
	line-height: 30px;
	min-width: 360px;
	margin: auto;
	text-align: center;
	font-size: 0.85em;
}

footer p {
	border-top: 1px dashed #CCC;
	margin: auto;
	color: #1886b8;
	min-width: 360px;
	max-width: 680px;
	width: 90%;
}

/* Formular */
.formlist {
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

.formlist input[type="text"], .formlist textarea {
	width: 320px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 3px;
	font-size: 1em;
	border-radius: 4px;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.07);
}

.formlist input[type="submit"] {
	border: 1px solid #CCC;
	padding: 6px 10px;
}

.formlist textarea {
	height: 120px;
	font-family: 'AlwynNew-Regular', Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.07);
}

.formlist li {
	list-style: none;
	margin-bottom: 0.4em;
}

.formlist li label {
	display: block;
}

/* Slides */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.1;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 39px;
	width: 25px;
	background: transparent url("direction-nav.png") no-repeat left top;
	margin-top: -45px;
}

.rslides1_nav:active, .rslides1_nav:hover {
	opacity: 1.0;
}

.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}


.rslides1_nav:focus {
	outline: none;
}

.rslides_tabs {
	margin-top: 0;
	text-align: center;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px;
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}

.rslides_tabs .rslides_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}