html {
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: none;
}

body {
	margin: 0px;
    padding: 0px;
    overflow: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #636569;
	background: rgb(0,33,67); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,33,67,1) 0%, rgba(0,72,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,33,67,1)), color-stop(100%,rgba(0,72,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,33,67,1) 0%,rgba(0,72,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,33,67,1) 0%,rgba(0,72,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,33,67,1) 0%,rgba(0,72,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,33,67,1) 0%,rgba(0,72,135,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002143', endColorstr='#004887',GradientType=0 ); /* IE6-9 */
  	background-attachment: fixed;
}

b, strong {
	font-weight: 400;
/*    text-shadow: 0px 2px 2px #a4a4a4; */
}

a:link, a:visited {
    color: #65a5e7;
    text-decoration: none;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

a:hover, a:active {
	color: #6cc200;
    text-decoration: none;
}

form {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    font-size: 24px;
    color: #636569;
    font-weight: 300;
    margin: 0px 0px 8px 0px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #a0a0a0;
}

h1:after {
    content: " :::...";
}

h2, h3, h4, h5 {
	margin: 12px 0px 10px 0px;
    font-size: 20px;
}

hr {
    border: 0px;
    color: #0098c5;
    background-color: #0098c5;
    height: 1px;
    margin: 20px 0px;
}

img {
    border: 0px;
}

td, th {
	font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

div {
	margin: 0px;
    padding: 0px;
}

/* Layout */

#kopfbg {
	background-image: url("gfx/bannerbg.jpg");
    background-repeat: repeat-x;
	background-position: 100px;
}

#kopf {
	width: 900px;
    margin: 20px auto 0px auto;
    height: 255px;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
    border-right: 1px solid #696969;
}

#navbar {
	background-color: yellow;
    height: 20px;
}

#banner {
	width: 900px;
	position: relative;
    background-color: black;
    margin: auto;
}

#logo {
	width: 340px;
    height: 185px;
	position: relative;
    margin-top: -230px;
    margin-left: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#logo:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

#inhalt {
	clear: both;
	width: 860px;
    min-height: 400px;
    margin: auto;
	background-color: white;
    padding: 20px;
	border-left: 1px solid #696969;
    border-right: 1px solid #696969;
}

#fuss {
	width: 900px;
    height: 20px;
	margin: auto;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
    border-right: 1px solid #696969;
}

/*
#glow {
	width: 900px;
    height: 40px;
	margin: auto;
}
*/
/* Mitglieder */

/* :nth-child(n) 	p:nth-child(2) 	Selects every <p> element that is the second child of its parent */

.members {
	width: 240px;
    border: 1px solid #b2b2b2;
	padding: 10px;
	margin: 0px 24px 20px 0px;
	float: left;
}

.members:hover {
  	border: 1px solid #65a5e7;
}

.members legend {
	background-color: white;
}

/* Anleitungen, Berichte */

.anleitungen {
	width: 390px;
    height: 120px;
    margin: 0px 20px 20px 0px;
    padding: 10px 8px;
    border: 1px solid #b2b2b2;
    float: left;
}

.berichte {
	width: 848px;
    height: 120px;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 8px;
    border: 1px solid #b2b2b2;
}

.anleitungen:hover, .berichte:hover {
  	border: 1px solid #65a5e7;
}

.anleitungen legend, .berichte legend {
	background-color: white;
}

.anleitungen img {
	margin-left: 2px;
}

.berichte img {
	margin: 0px 3px 6px 2px;
}

#berichtepics img {
	margin: 0px 3px 8px 4px;
}

.kommentar {
	margin: 0px 0px 20px 0px;
    border: 1px solid #b2b2b2;
}

/* Kontakt & Gästebuch */

#kontakt-inhalt input[type="text"], #kontakt-inhalt input[type="password"] {
	width: 225px;
	height: 22px;
}

#kontakt-inhalt textarea {
	width: 225px;
	height: 80px;
    overflow: auto;
}

#kontakt-inhalt input[type="text"], #kontakt-inhalt input[type="password"], #kontakt-inhalt textarea {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	border: 1px solid #bcbdbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
    padding: 2px;
	color: #636569;
    font-size: 14px;
	font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

#kontakt-inhalt input[type=text]:focus, #kontakt-inhalt textarea:focus {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(49, 179, 220, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(49, 179, 220, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(49, 179, 220, 0.5);
	border: 1px solid #31b3dc;
}


#kontakt-inhalt input[type="submit"] {
	background-color: transparent;
    border: 1px solid #0089C5;
    color: #636569;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

#kontakt-inhalt input[type="submit"]:hover {
	color: #0089C5;
}

#kontakt-inhalt #smilies {
	text-align: center;
}

#kontakt-inhalt #smilies img {
	cursor: crosshair;
}

#kontakt-inhalt .messages {
	padding: 10px;
    margin-bottom: 24px;
    border: 1px solid #b2b2b2;
}

#kontakt-inhalt .messages legend {
	background-color: white;
}

/* sonstiges */

.warning, .warning a:link {
	color: #DC143C;
}

.warning a:hover {
	color: #6cc200;
}

.caption {
	font-size: small;
    line-height: 140%;
}

.bildschatten {
	box-shadow: 0px 2px 4px #636569;
}

.bildecken {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.boxschatten {
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
}

.verlauf {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

/* Social Plugins */
#fb-info, #fb-root {
	text-align: center;
}

#fb-root {
	margin-bottom: 20px;
}

.affiliate {
	text-align: center;
    margin-bottom: 10px;
}

#igraal {
	width: 468px;
    margin: 20px auto;
    color: #ffffff;
    text-align: justify;
}