/* @meta { Title: "CSS für www.alruna.eu, Sep 2008"; } */
/* Copyright (c)2008 Karl Breuer */

html {}

/* allgemeine Formatierungen */
body {
	background-color: #009933;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
    }
p { text-align: justify;
    }

div#Unterlage {
	background-color: #FF9900;
	margin-top: 15px; 
	margin-right: 65px;
	margin-bottom: 35px;
	margin-left: 65px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	}
	
div#Kopf {
	background-color: #FFFFFF;
	height: 182px;
	text-align: center;
	}

div#Hauptteil {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 0px;
	}

div#UnterShop {
	background-color: #FF9900;
	margin-top: 15px; 
	margin-right: 40px;
	margin-bottom: 35px;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	}
div#Shop {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
	
div#Einschub {
	padding-right: 50px;
	padding-left: 50px;
	font-size: 13px;
	}

/* Die Navigationsleiste */

div#Navigation {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 19px;
	color: green;
	}
#Navigation a:link {
	text-decoration:none;
	color:black;
	text-align: center;}
#Navigation a:visited {
	text-decoration:none;
	color:black;
	text-align: center;}
#Navigation a:hover {
	text-decoration:none;
	color:green;
	background-color:#eee;
}

div#Titel {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	}
div#Titel2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

div#Termine {
	padding-right: 220px;
	padding-left: 220px;
	text-align: justify;
}

div#haupttext {
	font-size: 11px;
    }

/* Die Fußzeile */
div#fusszeile {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}
#fusszeile a:link {
	color: black;
	}
#fusszeile a:visited {
	color: black;
	}
#fusszeile a:hover {
	color: red;
	}

/* Das Kulinaria-Menü */
#menue {
	font-style: italic;
	text-align: center;
	line-height: 175%;
}

div#copyright {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
    }

sup {
	font-size: 0.6em;
	}
	
em {
	font-style: italic;
	}
	
ul {
		text-align: left;
	}
	
.ueber {
	font-weight: bold;
	text-align: center;
	}
	
.einrueck {
	padding-left: 30px;
	text-align: left;
	}

.uevorne {
	font-weight: bold;
	font-size: 13px;
	}

th { font-weight: bold;
	font-size: 14px;
}

td { font-size: 13px;
}
	
.gruen {
	color: green;
	}
	
.rot {
	color: red;
	}
