/* Design ggs-ccs.ch
(c) Woodtli & Wiggenhauser, Lukas Kull, 2007

*/


body {
	margin: 0 auto;
	padding: 0;
	font: 75% Helvetica,Arial,Verdana,Tahoma,sans-serif;
	line-height: 1.6em;
	background: #ffffff;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

h1 {
	margin: 15px 0px 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

h1.csc-firstHeader {
	margin-top: 0px;
	padding-top: 2px;
	border-top: 0px;
}

h2 {
	margin-top: 25px;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	margin-top: 15px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

img {
	border: 0;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 16px;
	list-style-image:url(dash.gif);
}

ol {
	padding-left: 27px;
}

ul li, ol li {
	padding-left: 10px;
}

#left	{
	width: 218px;
	float: left;
}

#logo	{
	margin-top: 21px;
	margin-left: 17px;
	margin-bottom: 245px;
}

#main	{
	width: 480px;
	float: left;
}

.mainmenu {
	padding-left: 19px;
	padding-top: 5px;
}

.mainmenu2 {
	padding-left: 40px;
}

#title	{
	background-color: red;
	padding-top: 87px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#content {
	border-color: red;
	border-style: solid;
	border-width: 4px;
	background-color: #ffffff;
	min-height: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}	

#copyright {
	font-size: 0.9em;
}

#right	{
	width: auto;
	float: left;
}

#langmenu {
	padding-left: 22px;
	padding-top: 93px;
	padding-bottom: 234px;
}

.langbox {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-weight: bold;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	border-left-width: 0px;
}

.langbox1 {
	border-left-width: 1px;
}

.langbox a {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}

.langbox a:hover {
	text-decoration: none;
}

#langmenu .active a {
	color: red;
}

#topicimg {
	margin-left: 100px;
}

.addresslist_left {
	width: 200px;
	vertical-align: top;
}

.addresslist_right {
	width: auto;
	vertical-align: top;
}

.publications_left {
	width: 50px;
	vertical-align: top;
}

.publications_left input {
	width: 25px;
}

.publications_center {
	width: 50px;
	vertical-align: top;
}

.publications_center div {
	border-width: 1px;
	border-color: red;
	border-style: solid;
	width: 20px;
	text-align: center;
}

.publications_right {
	width: auto;
	vertical-align: top;
}

.publications_address_left {
	width: 150px;
	vertical-align: top;
}

.publications_address_right {
	width: auto;
	vertical-align: top;
}

.publications_address_right textarea, .publications_address_right input {
	width: 250px;
}

.important {
	color: red;
}

.tx-eventlist-pi1-listrow-header {
	font-weight: bold;
}

.tx-eventlist-pi1-listrow p {
	padding: 0;
	margin: 0;
}

.tx-eventlist-pi1-listcol-date {
	width: 30%;
	padding-right: 15px;
}

.tx-eventlist-pi1-listcol-description {
	width: 70%;
	padding-right: 15px;
}

.tx-eventlist-pi1-listrow-odd {
	background-color: #dddddd;
}

/* content elements */

div.csc-mailform-field { clear: both; }
div.csc-mailform-field input { margin-bottom: 6px; }
div.csc-mailform-label hr { border: none; border-top: 1px solid #fff; clear: both; margin: 8px 0; }

div.csc-mailform-field label	{
	float: left;
	width: 150px;
}

fieldset {
        padding-left: 0px;
        border-width: 0px;
}

fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field textarea {
	float: left;
	width: 250px;
}

fieldset.csc-mailform input.csc-mailform-submit {
	clear: both;
	width: auto;
}
