/* ----- Allgemein ----- */

body 
	{
	background-color: white;
	min-width: 900px;
	padding: 0;
	margin: 0;
	color: #333;
	font: normal normal 12px/20px Verdana, Geneva, sans-serif;
	}


/* ----- index ----- */

#index-logo
	{
	position: absolute;
	top: 33px;
	left: 419px;
	}

#datum
	{
	position: absolute;
	top: 35%;
	left: 75px;
	}

#sprache
	{
	position: absolute;
	top: 33px;
	left: 42px;
	}

#sprache a
	{
	color: #630;
	text-decoration: none;
	}
	
#sprache a:hover
	{
	color: #3cf;
	}

#akademie
	{
	position: absolute;
	bottom: 36px;
	left: 27px;
	}


/* ----- Container ----- */

#content
	{
	position: absolute;
	top: 245px;
	left: 80px;
	width: 410px;
	}

#nav
	{
	position: absolute;
	top: 33px;
	left: 30px;
	}

#navfest
	{
	position: absolute;
	top: 33px;
	left: 163px;
	}

#logo
	{
	position: absolute;
	top: 33px;
	left: 429px;
	}

#bild
	{
	position: relative;
	float: right;
	width: 250px;
	margin: 0 -296px 0 0;
	color: #3cf;
	line-height: 16px;
	}

#logopop
	{
	position: absolute;
	top: 33px;
	left: 320px;
	}
	
#contentpop
	{
	position: absolute;
	top: 215px;
	left: 30px;
	width: 350px;
	}

/* ----- Textformatierung ----- */

h1
	{
	color: #3cf;
	font: normal bold 16px/20px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 22px 0;
	}

h2
	{
	font: normal bold 14px/20px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 4px 0;
	color: black;
	}

h3
	{
	font: normal bold 12px/20px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 0 0;
	}

p
	{
	font: normal normal 12px/20px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 16px 0;
	background-color: transpanrent;
	}

/* ----- Bilder ----- */

#bild img
	{
	margin: 4px 0 4px 0;
	padding: 0 0 20px 0;
	}

/* ----- Links ----- */
	
p a
	{
	color: #630;
	text-decoration: underline;
	}
	
p a:hover
	{
	color: #3CF;
	}
	
h3 a
	{
	color: #630;
	text-decoration: underline;
	font-weight: normal;
	}
	
h3 a:hover
	{
	color: #3CF;
	}
	
ul
	{
	margin: 0 0 20px 18px;
	padding: 0;
	list-style: circle;
	}

li
	{
	margin: 0 0 5px 0;
	}
	
#content img
	{
	padding: 0;
	border: 0;
	}
	
td
	{
	line-height: 13px;
	vertical-align: top;
	}
	
td a
	{
	color: #630;
	text-decoration: none;
	font-size: 10px;
	}
	
td a:hover
	{
	color: #3CF;
	}

table
	{
	margin:0px 0 17px 0;
	}

.programm td
	{
	padding: 2px 0 4px 0;
	line-height: 17px;
	}
	
.programm
	{
	line-height: 17px;
	}