body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/body_festival.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

.bodyferienworkshop { background-image: url(images/body_ferienworkshop.gif); }

.bodykurzfilm { background-image: url(images/body_kurzfilm.gif); }



* { padding: 0; margin: 0; }

a { outline: none; text-decoration: none; color: #FFFFFF; }

a:hover { text-decoration: underline; }

a.aktiv { text-decoration: underline; }

img { border: 0; }



h1 { font-size: 1.5em; font-weight: normal; margin: 20px 0 20px 0; }

h2 { font-size: 1.3em; line-height: 1.3em; font-weight: normal; margin: 30px 0 0 0; }


/*---wrapper-----------------------------------*/


#wrapper {
	width: 980px;
	height: 300px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.festival { background-image: url(images/wrapper-festival.gif); }

.ferienworkshop { background-image: url(images/wrapper-ferienworkshop.gif); }

.kurzfilm { background-image: url(images/wrapper-kurzfilm.gif); }



/*---------------------------------------------*/

.header {
	height: 106px;
	width: 980px;
	margin: 0px;
	padding-top: 100px;
}

#menu {
	height: 40px;
	padding: 40px 0 0 0 ;
}

#menu li {
	display: inline;
	margin-right: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.menucyan a { color: #009ee0; }

.menuorange a { color: #f18c00; }




#inhalt {
	width: 980px;
	float: left;
	overflow: auto;
	height: 420px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.cyan { background-color: #009ee0; }
	
.orange { background-color: #f18c00; }




#submenu { width: 200px; float: left; }

#submenu a { display: block; padding: 0; }

#submenu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#submenu li {
	margin-left: 20px;
	margin-bottom: 20px;
}

/*
#submenu li {
	display: inline;} /* IE 6 whitespace bug */






.artikel {
	width: 630px;
	float: right;
	margin: 0 80px 0 0;
}

.artikel ul {
	margin-left: 15px;
}

.artikel li {
	margin: 0 0 5px 0;
}

.artikel a {
	text-decoration: underline;
}


.bottom {

}

.info {
	width: 200px;
	margin: 0 0 30px 30px;
	clear: right;
	float: right;
}

.right {
	float: right;
	margin-top: 0;
	margin-right: -70px;
	margin-bottom: 0;
	margin-left: 0;
	clear: right;
}


.artikel a.pdf {
	text-decoration: none;
	background: url(images/icon_pdf.gif) no-repeat;
	padding: 0 10px 10px 30px;
}


table {border: none;}

td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}


td.headline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background-color: #FF9900;
}

