/* Zwischenprüfung Sommer 2006 - Stefan Fejfar */


/* Beschreibung Standard-Tags */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Trebuchet MS";
	font-size: 90%;
	line-height: 140%;
	color: #484848;
	background-color: #E0E8DD;
	background-image: url(zz_media/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	margin: 0 0 15px 0;
	text-align: left;
}

table {
	margin: -3px 0 10px 0;
}

th {
	text-align: left;
}

h1 {
	color: #333;
	margin: 0 0 20px 0;
	font-size: 150%;
}

h2 {
	color: #333;
	margin: 20px 0 10px 0;
	font-size: 130%;
}

h3 {
	color: #333;
	margin: 5px 0 0 0;
	font-size: 120%;
}

h4 {
	color: #333;
	margin: 5px 0 -2px 0;
	font-size: 100%;
}

form {
	margin: 5px 0;
}

input, textarea {
	font-family: "Trebuchet MS";
	font-size: 90%;
	border: 1px solid #484848;
}

a {
	color: #484848;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Beschreibung Container */
#wrap {
	width: 760px;
	height: auto;
	margin: 0 auto;
	background-color: #BEC8B5;
}

#header {
	width: 700px;
	height: 45px;
	padding-right: 60px;
	padding-top: 105px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	background: transparent url(zz_media/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

#navi {
	width: 200px;
	height: 350px;
	float: left;
	background: transparent url(zz_media/kirsche.png);
	background-repeat: no-repeat;
	background-position: right 250px;
	background-attachment: scroll;
}

	#navi ul {
		list-style-type: none;
		width: 200px;
	}
	
	#navi ul li {
		display: block;
		height: 25px;
	}
	
	#navi li a {
		width: 170px;
		height: 30px;
		padding-left: 30px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	
	#navi li a:hover {
		background: transparent url(zz_media/link_hover.gif);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-attachment: scroll;
		text-decoration: underline;
	}
	
	#navi li a.aktiv {
		background: transparent url(zz_media/link_aktiv.gif);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-attachment: scroll;
		color: #C50028; /* #B90F22 */
	}
	
#content {
	width: 460px;
	padding: 0 60px 0 40px;
	float: left;
}

	#content img.right {
		margin-left: 20px;
	}

	#content img.left {
		margin-right: 20px;
	}
	
	#content ul.made li {
		display: inline;
		margin-right: 25px;
	}

#mail {
	width: 320px;
	height: auto;
	margin: 20px auto;
}

/* Element Beschreibung */

table#sorten th, table#sorten td {
	vertical-align: top;
}

table#sorten tr {
	height: 30px;
}	
