/* stylesheet gassenweinfest.de - by pbis media - CC BY 3.0 */

* { padding: 0; margin: 0; } /* Alles auf Null */




#wrapper {
	margin: 0px auto 50px auto;
	width: 800px;
	padding: 0px 50px 0px 50px;
	}

#titlebar {
	padding-top: 10px;
	}


#titlebar h1 {
	font-family: Oswald, sans-serif;
	font-size: 74px;
	font-weight: 800;
	line-height: 70px;
	margin: 30px 0px 10px 0px;
	}

#titlebar h2 {
	font-family: Oswald, sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 60px;
	}



#submenu {
	float: left;
	width: 100%;
	margin: 10px 0px 50px 0px;
}


#submenubar {
	float: right;
	width: 100%;
	background-color: lightgray;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 25px;
}

#submenubar p {
	margin: 0px;
	font-family: Oswald, sans-serif;
	font-size: 40px;
	line-height: 60px;
	} 

#submenubar a {
	color: #bc0000;
	font-weight: normal;
	text-decoration: none;
	} 


	
#menublock {
	float: left;
	width: 350px;
	height: 400px;
	background-color: #bc0000;
	text-align: center;
	padding: 0px;
	margin-right: 100px;
	margin-bottom: 80px;
}

#menublock p {
	margin: 0px;
	font-family: Oswald, sans-serif;
	font-size: 28px;
	line-height: 42px;
	} 

#menublock a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	} 


	
#inhalt {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

#inhalt h1 {
	font-family: Oswald, sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
	margin: 0px 0px 50px 0px;
	color: #bc0000;
	}

#inhalt h2 {
	border-bottom: 2px;
	border-bottom-color: #bc0000;
	border-bottom-style: solid;
	font-family: 'Droid Sans', sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 50px;
	margin-top: 60px;
	margin-bottom: 30px;
	color: gray;
	}
	
#inhalt h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 70px;
	margin-bottom: 30px;
	color: gray;
	}

#inhalt p {
	/*border-left: 10px;
	border-left-color: #bc0000;
	border-left-style: solid;
	padding-left: 30px;*/
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	margin-bottom: 20px;
	}

#inhalt a {
	color: #bc0000;
	font-weight: normal;
	text-decoration: none;
	} 
	
#inhalt a:hover {
	text-decoration: underline;
	} 


#footer {
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #dedede;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}


#footerblock {
	float: left;
	width: 200px;
	text-align: left;
	padding: 25px 25px 10px 25px;
}

#footerblock p {
	margin: 0px 0px 15px 0px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 28px;
	} 

#footerblock a {
	color: #bc0000;
	font-weight: normal;
	text-decoration: none;
	} 


table tr td {
	background-color: lightgray;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 20px 10px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	}	

table {	
	margin-bottom: 20px;
	}



.up {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #bc0000;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 40px;
}



	
.red {
	color: #bc0000;
	}	
	
.right {
	float: right;
	margin: 0px 0px 30px 30px;
}