body, h1, h2, h3, div, p, a, span 
{
	font-family:Verdana,Arial,sans-serif;
}

input, select, textarea, button
{
	font-size: inherit;
	font-family: inherit;
}	

body
{
	background: #FFFFFF;
}

h1 {
 font-size: 16px;
 color: Black;
}

#nolink
{
	color: black;
	text-decoration: none;
}

#wrapper
{
	width: 320px;
	margin: 0 auto;
	background: #FFFFFF;
}


#titel
{
	background: #AA151B;
	width: 320;
	text-align: center;
	border-top: 2px solid Black;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
}

#login
{
	background: #F1BF00;
	width: 320;
	text-align: center;
	border-top: 2px solid Black;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
}

#login_field
{
	background: #AA1518;
	width: 250;
	height: 40;
	font-size: 18px;
	text-align: center;
	font-weight: "Bold";
	border-radius: 10px;
	
}

#login_button
{
	background: #AA151B;
	width: 100;
	height: 40;
	font-size: 18px;
	text-align: center;
	font-weight: "Bold";
	border-radius: 10px;
	border-color: black; 
}

#login_button_erneut
{
	background: #AA151B;
	width: 200;
	height: 40;
	font-size: 18px;
	text-align: center;
	font-weight: "Bold";
	border-radius: 10px;
	border-color: black; 
}

#login_button_pw_reset
{
	background: #AA151B;
	width: 200;
	height: 40;
	font-size: 18px;
	text-align: center;
	font-weight: "Bold";
	border-radius: 10px;
	border-color: black; 
}

#pw_forget_button
{
	background: #AA151B;
	width: 75;
	height: 30;
	font-size: 18px;
	text-align: center;
	font-weight: "Bold";
	border-radius: 10px;
	border-color: black; 
}

#register
{
	font-size: 12px
}

#belegungsplan
{
	background: #EF3340;
	width: 320px;
	text-align: center;
	border-top: 2px solid Black;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
}

#user_data
{
	background: mediumspringgreen;
	width: 320px;
	text-align: center;
	border-top: 2px solid Black;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer
{
	background: #AA151B; 
	width: 310px;
	font-size:10px;
	text-align:right;
	border-top: 2px solid Black;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 20px;
}
