/****    CSS-Style sheet                      ****/

/****    Compatibility issues                 ****/

/* Opera: body: padding: 0px                     */
/* Netscape6.1: heights not in tr's, just in td's*/
/*              a cell with a background-color   */
/*              has to havecontent (e.g. &nbsp;) */
/* Safari: avoid border-collapse if not necessary*/


/*-----------------------------------------------*/
/****    General body-style                   ****/

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/****   general settings   ***********************/

table, body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
/*	color: #333;*/
	color: black;
	line-height: 180%;
}

img	{
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
}

table	{
	width: 100%;
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

td	{
	padding: 0px;
	vertical-align: top;
	border-width: 0px;
}

h1	{
	color: #787878;
	line-height: 100%;
	padding-bottom: 15px;
	font-size: 125%;
	margin-top: 35px;
}

h1.csc-firstHeader {
	margin-top: 12px;
}

h2	{
	font-size: 110%;
	margin-top: 20px;
	padding-bottom: 0px;
	color: #787878;
}

h3	{
	font-size: 100%;
	margin-top: 20px;
	padding-bottom: 4px;
}

a	{
	color: #e60002;
	font-weight: normal;
	text-decoration: none;
}

a:hover
	{
	text-decoration: underline;
}

hr
	{
	background-color: white;
	border-width: 0px; 
	height: 2px
}

ul	{
	list-style-image: url(list_image.gif);
}

/*-----------------------------------------------*/
/****   page div   *******************************/


/* get content centered with fixed width: set text-align in body and add div layer "seite" with everything inside.*/
body {
	text-align: center;
	background-color: #cccccc;
}

#seite	{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	background-color: #ffffff;
}

#menu_inhalt {
	float: left;
	width: 100%;
	background-color: #ffffff;
}


/*-----------------------------------------------*/
/****   head div   *******************************/

#kopf	{
	padding-top: 96px;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#logo	{
	margin-left: 24px;
}

#roterbalken {
	margin-top: 5px;
	width: 998px;
	height: 31px;
	padding-left: 24px;
	padding-top: 10px;
	background-color: #e60002;
	color: white;
	font-size: 12px;
	font-weight: bold;
}


/*-----------------------------------------------*/
/****   menu div   *******************************/

#menu	{
	float: left;
	width: 185px; w\idth: 160px;
	padding-left: 25px;
	padding-top: 93px;
}

.menu	{
	padding-bottom: 3px;
}

.menu a {
	color: black;
}

.sel	{
	color: #e60002;
}

.sel a {
	color: #e60002;
}

#copy	{
	padding-top: 100px;
	font-size: 9px;
	line-height: 100%;
}


/*-----------------------------------------------*/
/****   content div   ****************************/

#inhalt	{
	float: left;
	height: auto !important; height: 400px; min-height: 400px;
	width: 595px; w\idth: 455px;
	padding-left: 50px;
	padding-right: 90px;
	padding-top: 56px;
	padding-bottom: 30px;
}


/*-----------------------------------------------*/
/****   entry page   *****************************/

#kopf_eingang {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#weisserbalken {
	height: 29px;
	padding-left: 160px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

#logo_gross {
	margin-left: 214px;
}

#menu_eingang {
	float: left;
	padding-top: 13px;
	padding-bottom: 7px;
	width: 100%;
}

#menu_eingang .menu {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	border-color: #e60002;
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #e60002;
	line-height: 80%;
}

#menu_eingang .menu a {
	font-size: 12px;
	font-weight: bold;
	color: #e60002;
}

#links_eingang {
	text-align: right;
#	width: 100%;
	float: right;
}

#copy_eingang {
	text-align: right;
	font-size: 9px;
	line-height: 100%;
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}

#links_eingang img {
	padding-top: 30px;
	padding-left: 50px;
}

#menu_eingang .firstmenu {
	border-left-width: 0px;
}


/*-----------------------------------------------*/
/****   veranstaltungen   ************************/

.tx-simpleeventlist-pi1-listrow-header td {
	font-weight: bold;
}

.tx-simpleeventlist-pi1-listrow-header, .tx-simpleeventlist-pi1-listrow-odd {
	background-color: #eeeeee;
}

.tx-simpleeventlist-pi1-listcol-datum {
	padding-right: 15px;
	width: 15%;
}

.tx-simpleeventlist-pi1-listcol-anlass {
	padding-right: 15px;
	width: 85%;
}

.tx-simpleeventlist-pi1-style-anlass {
	font-style: italic;
}

.tab2sw .td-0 {
	width: 10%;
	padding-right: 15px;
}

.tab2sw .td-last {
	width: 90%;
}