.inactive {
color:#666666;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	/*background-color:#666666;*/
	background-color:#EEEEEE;
	background-image: url(../images/bg_verlauf.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
text-decoration: underline;
color:#CCCCCC;
}
#container {
	height: 670px;
	width: 920px;
	background-image: url(../images/rahmen_mit_schatten_w_denise.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px auto;
}
.topbottom {
	height: 60px;
	width: 800px;
	/* width + border + margin = #container.width */
	/* border-left: 1px solid #666666; 
	border-right: 1px solid #666666; */
	margin: 0 60px 0 60px; /* zentrieren */
}

#top {
	/* background-image:url(../images/topLogo_600.gif); 
	background-position: center;
	background-repeat: no-repeat;*/
}
#bottom {

}
#middle {
	position: relative;
	margin-left: 60px;
	height: 549px; /* = #container.height - 2xtopbottom.height - 2xborder */
	width: 800px; /* = #container.width */
	background-color:#FFFFFF;
	margin-top: 0px;
	/* border-top: 1px solid #666666;
	border-bottom: 1px solid #666666; */
}

#left {
	height: 548px;
	width: 61px;
	/* border-right: 1px solid #666666; */
	float: left;
	display: none;
	
}

#right {
	height: 548px;
	width: 49px;
	float: right;
	display: none;
}

div.content {
	position: relative;
	top: 30px;
	left: 33px;
	height: 458px; /* content.height - 2xtop - 2xpadding */
	width: 718px; /* content.width - 2xleft - 2xpadding */
	text-align: left;
	padding: 8px;
	background-color: #FFFFFF;
}
/* Startseite */
div#start {
	position: relative;
	top: 49px;
	background-repeat: no-repeat;
	background-position: 401px 8px;
	background-color: #CCCCCC;
}

/* Setcard */
td.aleft {
	text-align: left;
}
td.aright {
	text-align: right;
}
div#setcard {
	top: 48px;
	background: url(../images/sedcard4.jpg) no-repeat 10px 10px;
	background-color: #CCCCCC;
	/* font */
	color: #FFFFFF;
}
div#setcard table {
	float:right;
}
/* Kontakt */
div#kontakt {
	top: 48px;
	background: url(../images/kontakt_trans.jpg) no-repeat 401px;
	background-color: #CCCCCC;
	/* font */
	color: #CCCCCC;
}
/* Media */
div#media {
	top: 48px;
	background: url(../images/media_trans.jpg) no-repeat 401px;
	background-color: #CCCCCC;
	/* font */
	color: #888888;
}

div#media a {
	color: #888888;
	text-decoration: none;
}

div#media a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clip
{
	border: 1px;
	border-style: solid;
	height: 60px;
	width: 160px;
	padding-top: 2px;
	margin-bottom: 5px;
}

/* Bilder */
div#bilder {
	background-color: #CCCCCC;	
	/* font */
	color: #FFFFFF;
}

div#canvas img {
	border: 1px solid #aaaaaa;
}

/* Impressum */
#impressum {
	height: 180px;
	width: 300px;
/*	background-color: #CCCC99;*/
/*	border: 1px solid #CCCCCC;*/
	margin: 20px auto;
	padding-top: 40px;
	color:#888888;
}

#impressum a, #impressum a:visited {
	color: 888888;
}