@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Page layout */
strong {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

body {
	font-family: Verdana, Helvetica, "Sans Serif";
	background-color: #ccc;
}

#outer {
	margin: 1% auto 1% auto;
	width: 80%;
	padding: 5px;
	
	padding-bottom: 7px;
	
	background-color: #fff;
	border: 1px #aaa solid;
}

#inner {
	width: 100%;
}

#inner #logo {
	background-image: url('img/logo.jpg');
	background-repeat: repeat-x;
	height: 145px;
}

#inner #navi {
	float: right;
	width: 90%;
	
	text-align: right;
	
	margin-top: 122px;
	margin-right: 2%;
}

#inner #navi li {
	display: inline;
	font-size: 120%;
	font-family: Georgia;
	
	padding: 0% 2% 2px 2%;
	background-image: url('img/menugradient.jpg');
	background-repeat: repeat-x;
	border: #305c15 solid 1px;
	border-bottom: none;
}

#inner #navi li:hover {
	border-color: #f47113;
}

#inner #navi li a:link, #inner #navi a:visited, #inner #navi a:active {
	color: #000;
	text-decoration: none;
}

#inner #content {
	padding: 2%;
}

#inner #content h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px #000 dotted;
	margin: 1% 0 1% 0;
}

#inner #content h2 {
	font-size: 120%;
	font-weight: bold;
	
	
	margin: 1% 0 1% 1%;
}

#inner #content p {
	margin: 1%;
	line-height: 1.5;
}

#inner #content a:link, #inner #content a:visited, #inner #content a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

#inner #content a:focus, #inner #content a:hover {
	border: none;
}

#inner #footer {
	font-size: 60%;
	text-align: center;
}

#inner #footer a:link, #inner #footer a:visited, #inner #footer a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

#inner #footer a:focus, #inner #footer a:hover {
	border: none;
}

#inner #content #news {
	font-size: 80%;
	list-style-type: square;
	margin: 0 5% 0 5%;
}

#inner #content #emilycommands {
	font-size: 80%;
	list-style-type: square;
	margin: 0 5% 0 5%;
}

#inner #content #emilycommands li, #inner #content #news li {
	line-height: 1.5;
}

#inner #content #emilycommands span.command {
	font-family: "Courier New", Monospaced;
}


#inner #content #quotelist {
	font-size: 80%;
	margin: 0 5% 0 5%;
}

#inner #content #quotelist span.number {
	color: #555;
	font-size: 80%;
	margin: 8px 0 3px 0;
	display: block;
}

#inner #content #quotelist p.quote {
	font-family: "Courier New", Monospaced;
	line-height: 1.25;
	margin: 0 0 0 5px;
}

#inner #content #leute li {
	width: 24%;
	float: left;
	font-size: 80%;
}

#inner #content #leute li img {
	float: left;
	
	border: 1px #2a4a20 solid;
	margin: 3px 8px 3px 3px;
}

#inner #content #leute h2 {
	margin: 3px 0 0 0;
}

#inner #content #leute h2 span.age {
	font-size: 60%;
}

#quoteadd {
	display: none;
}

#quoteadd fieldset {
	margin: 1%;
}

#quoteadd fieldset input, #quoteadd fieldset textarea {
	font-family: Verdana, Helvetica, "Sans Serif";
	
	width: 40%;
	display: block;
	
	margin: 0 0 1% 0;
}

#quoteadd fieldset textarea {
	font-family: "Courier New", Monospaced;
	font-size: 80%;
	height: 90px;
}
