﻿/*  z-index */

#top_image { z-index:2; }
#header_logo { z-index:1; }
#main_menu { z-index:3; }

/* main color: */
#main_menu a:hover,
#header h1,
#header h1 a,
#footer a,
#content a {
	color: #c30;
}

/* font-size */
#content .bodytext, .csc-form-label, .contenttable, .csc-menu,
#sidebar .bodytext, .csc-form-label, .contenttable, .csc-menu {
font-family:Verdana;
font-size: 12px;
line-height: 18px;
}

#content  ul, td, p,
#sidebar  ul, td, p {
font-family:Verdana;
font-size: 12px;
line-height: 18px;
}

#content  h2 {
font-family:Verdana;
font-size:1.1em;
line-height: 18px;
}

#content .csc-firstHeader,
#sidebar .csc-firstHeader {
margin:0px;
margin-top: 0px;
}

#content h1,
#sidebar h1 {
font-size:1.2em;
}

#content .csc-textpic-caption {
font-family:Verdana;
font-size: 12px;
line-height: 18px;
}

#sidebar .csc-firstHeader {
margin:0px;
margin-top: 0px;
font-size:1.2em;
}


html, body, div {
	margin: 0px;
	padding: 0px;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 100%;
}

#main_menu a,
#subnavigation a,
#meta_navigation a,
#sidebar a {
	color: #333;
	text-decoration: none;
	}
#content a:hover,
#footer a:hover,
#meta_navigation a:hover {
	text-decoration: none;
	}

	
img {
  border: 0;
}

#header_logo {
	text-decoration: none;
	position: absolute;
	top: 85px;
	left: 123px;
	width: 200px;
	height: 116px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
/* old logo, group
#header h1 {
	background: url("images/sfc-logo_160px.png") no-repeat top left;
	position: absolute;
	top: 64px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bolder;
	}
#header h1 a {
    text-decoration: none;
}
*/


/* new logo, group */
#header h1 {
	/* background: url("images/sfc-logo_160px.png") no-repeat top left; */
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bolder;
	}

#header h1 a {
	display:block;
	height: 100px;
	width: 170px;
	line-height:150px;
    text-decoration: none;
}


/* changing image for each group
 * The picture SHOULD be 150px high and at least 500px wide */
#top_image {
	display: block;
	margin-left: 250px;
	height: 150px;
	padding: 0px;
	}
#top_image img {
    height: 150px;
}

#main_menu {
	font-size: 0.8em;
	margin: 0px auto 0px 250px;
	padding: 0px 0px 0px 50px;
	background: url("images/menue.jpg") repeat-x;
	height: 31px;
	width: 660px;
	}
#main_menu ul {
    margin: 0px;
    padding: 0px;
    }
#main_menu li+li {
	/* only "li"s following other "li"s get a border */
	border-left: 1px solid #777;
}
#main_menu li {
	display: inline;
}
#main_menu a {
	line-height: 2;
	padding: 0em 0.7em;
	}

#main_menu a.active {
	color: #999;
	}

/* the upper right box */
#meta_navigation {
	background-color: #c30; /*f63*/
	/* font-size: 0.8em; */
	text-align: center;
	position: absolute;
	top: 0px;
	left: 800px;
	right: 10px;
	width: 160px;	
	height: 150px;
	/* padding: 25px 1em; */
	line-height: 2;
	}

#meta_navigation a {
	color: white;
	}
#meta_navigation a:hover {
	text-decoration: underline;
	}
#group_list {
	clear: both;
	}

/* calendar and co in there */
#sidebar {
	position: absolute;
	top: 241px;
	left:800px;
	width: 12.8em;
	max-width: 23%;
    	padding: 0.4em;
    	font-family: Georgia, serif;
	}

#sidebar h1 {
	font-weight: normal;
}

/* search box */
#search {
	position: absolute;
	top: 160px;
	right: 10px;
	}

#content {
	margin: 3em 200px 1em 250px;
	background: url("images/backing.jpg") no-repeat;
	padding: 1em;
	font-family: Georgia, serif;
	line-height: 1.3;
	min-width: 500px;
	min-height: 300px;
	max-width: 32em;
	width: 566px;
	}

#content h1 {
	font-weight: normal;
}

/* second and third navigation level on the left */
#subnavigation {
	position: absolute;
	top: 200px;
	}
#subnavigation ul {
	list-style-type: none;
	}
#subnavigation li {
	border-right: 3px solid #c30;
	margin-top: 0.3em;
	text-align: right;
}
#subnavigation li ul li {
	border-width: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	}
#subnavigation li ul {
	padding-left: 0px;
	}
#subnavigation a {
	display: block;
	width: 170px;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	}
#subnavigation li ul a {
	width: 150px;
	padding-right: 20px;
	line-height: 1;
	padding-top: 0.4em;
}
#subnavigation a:hover {
	background-color: #c30;
	color: white;
	}


#footer {
	text-align: center;
	clear: both;
	font-size: 0.8em;
}
#footer a {
	padding: 2px 0.4em;
	
	}
	

#random-image div {
display:inline;
margin-left:3px;
}


/* powermail form */
.tx_powermail_pi1_fieldwrap_html{
	font-size: 12px;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin: 5px 0;
}

.tx_powermail_pi1_fieldwrap_html label{
	clear: both;
	display: block;
	float: left;
	width: 220px;
}
.tx_powermail_pi1_fieldwrap_html input, textarea, {
	margin: 5px;
}
/* end of powermail form */
