body
{
  font-family: Arial, Verdana, Helvetica;
  font-size: 75%;
  margin: 0;
  padding: 0;
  background: #fff url('/img/background.jpg') repeat-x left top;
}

*
{
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
}

a
{
  text-decoration: none;
  color: #009;
}

a img
{
  border: none;
}

a:hover
{
  text-decoration: none;
  color: #f00;
}

a.delete
{
  float: left;
  display: block;
  padding: 2px 10px;
  margin: 0 10px 10px 0;
  background: #fff0f0;
  border: 1px solid #fcc;  
  color: #933;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

}

a.edit
{
  float: left;
  display: block;
  padding: 2px 10px;
  margin: 0 10px 10px 0;
  background: #f0f0ff;
  border: 1px solid #ccf;  
  color: #339;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

}





h1, h2, h3, h4, h5, h6, h7
{
	margin: 0 0 15px 0;
	font-weight: lighter;
}

h2
{
	font-size: 1.5em;
	color: #c4001b;
}

h3
{
	font-size: 1.25em;
	color: #c4001b;
	line-height: normal;
	margin: 0 0 5px 0;
}

#meta h2
{
	text-indent: 35px;
  background: url('/img/x.png') no-repeat left top;
}







#stage
{
	width: 1006px;
	margin: 0 auto 0 auto;
}






#logos
{
  position: relative;
	height: 100px;
}

#logos h1
{
  position: absolute;
  left: 270px;
  top: 50px;
	font-size: 1.4em;
	color: #666;
}

#logos .logo
{
	margin: 25px 0 0 0;
}

#logos .logoeu
{
  position: absolute;
  right: 0px;
  top: 32px;
  opacity: 0.25;
  -moz-opacity: 0.25;
}

#logos .logoeu:hover
{
  opacity: 1;
  -moz-opacity: 1;
}


textarea
{
	font-size: 1em;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica;

}






#modules
{
	margin: 0 0 25px 0;
	height: 56px;
	background: url('/img/background_navi.png') no-repeat left top;
}

#modules ul
{
	list-style: none;
}

#modules ul li
{
	float: left;
	margin: 15px 0 0 10px;
	background: url('/img/menudelimiter.png') no-repeat right center;
}

#modules ul li.last
{
	background: none;
}

#modules ul li a
{
	font-size: 1.4em;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	padding: 5px 15px 5px 5px;
}

#modules ul a:hover
{
  color: #000;
/*
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x_grey.png') no-repeat right center;
*/
}





body.application #modules ul #home a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.about #modules ul #about a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.partners #modules ul #partners a,
body.researchers #modules ul #partners a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.productions #modules ul #productions a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.memories #modules ul #memories a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.calendar #modules ul #calendar a,
body.events #modules ul #calendar a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}


body.messages #modules ul #messages a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.engagement #modules ul #engagement a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}

body.plays #modules ul #plays a
{
	color: #c4001b;
	padding: 5px 40px 5px 5px;
	margin: 0 15px 0 0;
	background: url('/img/x.png') no-repeat right center;
}















#contents
{
	background: url('/img/background_contents.png') no-repeat left top;
	min-height: 700px;
}

#contents #pathnavi
{
	
}

#contents #pathnavi ul
{
	list-style: none;
}

#contents #pathnavi ul li
{
	display: inline;
}	

#contents #pathnavi ul li a
{
	display: block;
	float: left;
	color: #999;
	background: url('/img/pathdelimiter.png') no-repeat right center;
	padding: 5px 25px 5px 15px;
}


#contents #pathnavi #user_nav
{
	float: right;
	padding: 5px 25px 5px 15px;
	color: #999;
}

#contents #pathnavi #user_nav strong
{
  color: #000;
}

#contents #pathnavi #user_nav a
{
	color: #999;
}

#contents #pathnavi #user_nav a:hover
{
	color: #339;
}




#main
{
	clear: both;
}








#main #content
{
	float: left;
	width: 700px;
}

#main #content label
{
	display: block;
	margin: 0 0 15px 0;
}

#main #content label b, #main #content label strong, #main #content .fieldWithErrors b, #main #content .fieldWithErrors strong
{
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 15px 0 0;
}

#main #content label input[type="text"], #main #content label input[type="password"], #main #content label textarea
{
	border: 1px solid #999;
	padding: 2px 5px;
	width: 450px;
}

#main #content label input[type="text"]:focus, #main #content label input[type="password"]:focus, #main #content label textarea:focus
{
	border: 1px solid #009;
	background: #eef;
}

#main #content label input[type="submit"]
{
	margin: 0 0 0 165px;
	border: 1px solid #999;
	padding: 2px 15px;
}

.labelinfo
{
  margin: 0 0 0 165px;
}









.fieldWithErrors input, .fieldWithErrors password, .fieldWithErrors textarea
{
 	border: 1px solid #f00 !important;
	color: #f00 !important;
	background: #fee  !important;
}













#main #meta
{
	margin: 0 0 0 701px;
	width: 300px;
	color: #999;
}

#main .block
{
	padding: 15px;
}

#main .block ul
{
	list-style: none;
}

#content ul
{
}

#content ul li
{
  list-style: square;
  margin: 0 0 0 25px !important;
}


#main .block p
{
  margin: 0 0 15px 0;
}

blockquote
{
  display: block;
  font-style: italic;
  margin: 15px 0 5px 15px;  
}







#main .leftrow
{
	width: 420px;
	float: left;
}

#main #content .leftrow label input[type="text"], #main #content .leftrow label input[type="password"], #main #content .leftrow label textarea
{
	width: 210px;
}


#main .rightrow
{
	margin: 0 0 0 425px;
}

#main .rightrow .block
{
	padding: 15px 15px 15px 0;
}


#main .leftrow ul li
{
  list-style: square;
  margin: 0 0 0 25px !important;
}

#main .leftrow ol li
{
  margin: 0 0 0 25px !important;
}




#map
{
  border: 1px solid #666;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  width: 670px;
  height: 450px;
}





.messageline p, .forumline p
{
	color: #666;
}






#content .topicline, #content .messageline, #content .forumline
{	
	color: #999;
	margin: 0 0 25px 0;
	padding: 5px 10px 5px 15px;
	border-left: 6px solid #f1f1f1;
}

#content .topicline:hover, #content .messageline:hover, #content .forumline:hover
{	
	color: #333;
	background: url('/img/background_hover.jpg') repeat-y left top;
	border-left: 6px solid #999;
}

.validate
{
	border-left: 6px solid #F00 !important;
}






.topicline .actions a, .messageline .actions a, .forumline .actions a
{
  display: block;
}





.topicline strong a
{
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  margin: 5px 0;
}

.topicline p
{
}

.topicline .author
{
}

.topicline .text
{
}












.errorExplanation
{
	border: 1px dotted #fcc;
	padding: 5px 15px;
	margin: 15px 0 25px 0;
	background: #fee;
	color: #f00;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

}

.errorExplanation h2
{
	background: none;
	text-indent: 0;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.errorExplanation ul
{
	margin: 0 0 0 15px;
}



















.admin
{
  border: 1px dotted #ccf;
  padding: 5px 15px;
  margin: 15px 0 15px 0;
  background: #eef;
  color: #99c;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.admin *
{
  color: inherit;
}

.admin a
{
  color: #009;
}









.backto a
{
  display: block;
  border: 1px solid #eee;
  padding: 5px 15px;
  margin: 15px 0 15px 0;
  background: #f9f9f9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}








.actionnew a
{
  display: block;
	border: 1px dotted #ccf;
	padding: 5px 15px;
	margin: 15px 0 25px 0;
	background: #fcfcff;
	color: #ccf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.actionnew a:hover
{
	border: 1px solid #009;
	padding: 5px 15px;
	margin: 15px 0 25px 0;
	background: #eef;
	color: #009;
}













#flasharea .notice
{
	margin: 15px;
	padding: 15px;
	border: 1px solid #060;
	background: #f1fff1;
	color: #060;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#flasharea .error
{
	margin: 15px;
	padding: 15px;
	border: 1px solid #600;
	background: #fff1f1;
	color: #600;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}














.action
{
  padding: 15px 0;
}

.action a
{
  padding: 3px 6px;
  display: block;
	border: 1px solid #060;
	background: #f1fff1;
	color: #060;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}






.small
{
	font-size: 0.85em;
}

.grey
{
	color: #ccc;
}








.userline
{
  float: left;
  width: 200px;
  height: 80px;
  margin: 0 15px 15px 0;
}

.useradmin
{
	background: #fffcfc; 
	border-right: 6px solid #fff0f0;
}

.userline div
{
  margin-bottom: 15px;
}

.icon
{
  float: left;
  width: 50px;
  height: 50px;
	background: #f1f1f1;
	margin: 0 0 5px 0;
}

.thm
{
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 2px 2px 0;
  padding: 0;
  overflow: hidden;
}

.text
{
  margin: 0 0 5px 65px;
}





ul.activities li
{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 6px solid #f1f1f1;
}

ul.activities li:hover
{
	background: url('/img/background_hover.jpg') repeat-y left top;
	border-left: 6px solid #999;
}

ul.activities li .grey
{
  font-size: 0.8em;
}

ul.activities li .text
{
  height: 50px;
  overflow: hidden;
}












.trenner
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.trennerd
{
	clear: both;
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	margin: 15px 0;
}

#meta .trennerd
{
  clear: none;
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #999;
	margin: 15px;
}





.hometeaser
{
  float: left;
  width: 260px;
  margin: 0 0 50px 50px;
}




table
{
  border-collapse: collapse;
}

table th
{
  background: #ddd;
  border-bottom: 1px solid #eee;
}


table td
{
  padding: 2px 5px;
  border-bottom: 1px dotted #eee;
  vertical-align: text-top;
}

tr.odd
{
  background: #eee;
}









.pagination
{
	clear: both;
	margin: 15px 0 0 0;
	text-align: center;
}

.pagination *
{
	border: 1px solid #666;
	padding: 3px 6px;
	color: #666;
	background: url('/img/background_navi.png') no-repeat center -5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
}

.pagination a:hover
{
	color: #333;
	background: url('/img/background_navi.png') no-repeat center -15px;
}

.pagination .current
{
	color: #000;
	background: url('/img/background_navi.png') no-repeat center -30px;
}

.pagination .disabled
{
	color: #ccc;
	border-color: #ccc;
	background: #f1f1f1;
}




ul.tabs
{
	border: 1px dotted #666;
	background: #f6f9fc;
	padding: 5px;
	margin: 0 0 15px 0;
}

ul.tabs li
{
  display: inline;
}

ul.tabs li a
{
  margin: 5px;
}


#dynatip
{ 
    display:none; 
    background:transparent url('/img/tooltip.png'); 
    font-size:12px; 
    height:92px; 
    width:242px; 
    padding:25px; 
    color:#000;     
}



#footer
{
  clear: both;
  padding: 15px;
	color: #ccc;
}

#footer a
{
	color: #ccc;
}