@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500);

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 2;
	background-color: #fff;
}

h1 {
	font-weight: 500;
	font-size: 20pt;
	color: #42949E; /* #4CAF50 */
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-weight: 500;
	font-size: 18pt;
	color: #80C1CA; /* #8BC34A */
	margin: 20px 0px 10px 0px;
	padding: 0px; 
	text-align: left;
	text-transform: uppercase;
}

h3 {
	font-weight: 500;
	font-size: 16pt;
	color: #000;
	margin: 15px 0px 10px 0px;
	padding: 0px; 
	text-align: left;
	border-bottom: 1px #000 dotted;
}

h4 {
	font-weight: 500;
	font-size: 15pt;
	color: #80C1CA; /* #8BC34A */
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5;
}

a:link, a:visited {
	text-decoration: none;
	color: #42949E; /* #4CAF50 */
	font-weight: 400;
}

a:hover, a:active, nav ul li a.active {
	text-decoration: none;
	color: #333;
	font-weight: 400;
}

code {
	background-color: #42949E; /* #4CAF50 */
	color: #fff;
	white-space: pre;
	display: block;
	padding: 15px 20px;
	margin: 15px 0px 20px 0px;
	text-shadow: 1px 1px 2px #000;
}

nav {
	position: fixed;
}

nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	nav ul li:first-child a:link, nav ul li:first-child a:visited { border-top: none; }
	
	nav ul li a:link, nav ul li a:visited {
		padding: 20px;
		line-height: 1;
		border-top: 1px #eee solid;
		display: block;
	}

#container {
	margin: 3%;
}

	#left {
		width: 15%;
		float: left;
		margin-right: 3%;
	}
	
		#member_panel {
			background-color: #42949E; /* #4CAF50 */
			text-align: center;
			color: #fff;
			font-size: 16pt;
			height: 60px;
			line-height: 60px;
			padding: 20px 0px;
			position: fixed;
			bottom: 0px;
			left: 2%;
			width: inherit;
		}

	#right {
		width: 82%;
		float: right;
	}
		
		div.content {
			/*column-count: 2;
			column-gap: 60px;*/
			padding-bottom: 100px;
		}
		
			div.content img {
				width: auto;
				max-width: 100%;
			}
			
			div.content ul {
				list-style-type: none;
				padding: 0px;
			}
		
		#copyright_panel {
			color: #aaa;
			height: 60px;
			line-height: 60px;
			padding: 20px 0px;
			position: fixed;
			bottom: 0px;
			width: inherit;
			background-color: #fff;
		}
		
			#copyright_panel a:link, #copyright_panel a:visited {
				color: #aaa;
			}

div.clearleft {
	clear: left;
}

div.clearboth {
	clear: both;
}

div.height15 {
	display: block;
	height: 15px;
	width: 1px;
}

div.height20 {
	display: block;
	height: 20px;
	width: 1px;
}

input[type=text], input[type=password], select, input[type=number] {
	width: 90%;
	height: 50px;
	line-height: 50px;
	border: 1px #ccc solid;
	margin-bottom: 10px;
	padding: 0% 4%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 2;
}

textarea {
	width: 73%;
	height: 118px;
	border: 1px #ccc solid;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 2;
	float: left;
}

input[type=submit], input[type=submit].notiz {
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: 1px #ccc solid;
	padding: 15px 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 2;
}

input[type=submit].notiz {
	width: 20%;
	margin-left: 2%;
	height: 150px;
}

input.plz {
	width: 30px;
	margin-right: 3px;
}

input.ort {
	width: 146px;
}

span.hinweis {
	display: block;
	width: 189px;
	font-size: 10pt;
	color: #ff0000;
	line-height: 1.3;
}

a.abmelden:link, a.abmelden:visited {
	color: #80C1CA; /* #8BC34A */
	text-decoration: none;
}

a.abmelden:hover, a.abmelden:active {
	color: #fff;
}

#info {
	padding: 40px;
	width: 60%;
	margin: 0 auto;
}

#golden_px {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -106px;
	overflow: visible;
}

#nice_login {
	width: 300px;
	height: 212px;
	text-align: center;
}

	#nice_login input[type=submit] {
		width: 100%;
	}
	
	span.link {
		color: #42949E; /* #4CAF50 */
		font-weight: 400;
	}