/* RESET */

body,div,td,th,h1,h2,h3,h4,h5,h6 {
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
* {
	padding: 0;
	margin: 0;
}
html,body {
	height: 100%;
}

/* BODY / CONTAINER */

body {
	background-color: #d6d6d6;
	text-align: center;
}
div.container {
	text-align: left;
	min-height: 100%;
	margin: 0 auto;
	width: 1024px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;	 
	background-position: center;
}
* html .container {
	height: 100%;
}
div.container2 {
	min-height: 100%;
	clear: both;
	width: 934px;
	padding-left: 42px;
}
* html .container2 {
	height: 100%;
}

/* HEADER / MENU */

div.header {
	position: relative;
	clear: both;
	height: 40px;
	overflow: hidden;
	background-color: white;
	width: 934px;
}
div#menu-start {
	float: left;
}
div#menu {
	float: left;
	overflow: hidden;
	width: 552px;
	height: 40px;
}
div#menu-kontakt {
	position: absolute;
	left: 835px;
}

/* MAIN / CONTENTAREA */

div.main {
	clear: both;
	position: relative;
	width: 934px;
	background-color: white;
}
div#imagebar {
	position: absolute;
	left: 0px;
	width: 284px;
	height: 728px;
	background-image: url(../img/image-dummy-background.gif);
}
div#logobar {
	position: absolute;
	left: 835px;
	width: 99px;
	height: 728px;
	background-image: url(../img/image-dummy-background.gif);
}
div.contentcontainer {
	min-height: 728px;
	margin-left: 284px;
}
* html div.contentcontainer {
	height: 728px;
}
div#pagetitle {
	margin-left: 30px;
	width: 500px;
}
div#submenu {
	margin-left: 30px;
	width: 500px;
}
div#content {
	margin-top: 25px;
	margin-left: 30px;
	width: 500px;
	background-color: white;
}
div#footer {
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #bbb;
	text-align: left;
	font-size: 0.8em;
	width: 500px;
	display: none;
}

/* NAVIGATION */

div#menu ul {
	clear: both;
	margin-left: 23px;
}
div#menu ul li {
	list-style-type: none;
	float: left;
	height: 21px;
	margin: 9px 0px 0px 0px;
	border: 1px solid white;
	background-color: white;
}
div#menu ul li.active {
	border: 1px solid #b3328f;
	background-color: #f3deed;	
}
div#menu ul li a {
	display: list-item;
	height: 21px;
	line-height: 22px;
	padding-left: 7px;
	padding-right: 7px;
}
* html div#menu ul li a {
	display: inline;
	line-height: 19px;
}

div#submenu ul {
	margin-top: 10px;
	clear: both;
}
div#submenu ul li {
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
}

/* CONTENT */

div#content {
	line-height: 140%;
	min-height: 630px;
}
* html div#content {
	height: 630px;
}
div#content p {
	margin-bottom: 10px;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* TYPOGRAPHY & COLORS */

div#pagetitle h1 {
	font-size: 20px;
	font-weight: normal;
	color: #b3328f;
}
div#content a {
	color: #b3328f;
	font-weight: bold;
}
div#content ul {
	margin-bottom: 15px;
}
div#content li {
	margin-left: 20px;
}
div#menu li,
div#menu li a {
	color: #797979;
	text-decoration: none;
}
div#menu li {
	display: list-item;
}
div#menu li a:hover,
div#menu li.active,
div#menu li.active a {
	color: #b3328f;
}
div#submenu li,
div#submenu li a {
	color: #b3328f;
}
div#submenu li a:hover,
div#submenu li.active,
div#submenu li.active a {
	color: #b3328f;
}


/* EVENTS LIST */

.events-list-one {
	padding-bottom: 20px;
}
.events-bigdate {
	font-size: 18px;
	font-weight: bold;
}
.events-list h2 {
	margin-top: 0px !important;
	margin-bottom: 3px !important;
	font-size: 18px;
	font-weight: normal;
	color: #421b92;
}
.events-list h2 a {
	color: #421b92 !important;
	font-weight: normal !important;
	text-decoration: none;	
}
.events-list h2 a:hover {
	color: #b3328f !important;
}
.events-list h3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}
.events-list .meta {
	margin-top: 5px;
	color: #444;
}
.events-list .abstract {
	margin-top: 5px;
}

/* EVENT DETAILS */

.events-single h2 {
	font-size: 18px;
	font-weight: normal;
	color: #421b92;	
	margin-bottom: 6px !important;
}
.events-single h3.events-subtitle {
	margin-top: 6px !important;
	font-size: 14px;
	font-weight: normal;
}
.events-infos {
	float: right;
	border: 1px solid silver;
	background-color: #fafafa;
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 200px;
}
.events-infos td.first {
	font-weight: bold;
	text-align: right;
}
.events-infos td {
	vertical-align: top;
	padding: 3px;
	background-color: #fafafa;
}


/* MAILFORM */

form {
	position: relative;
}

/*	border: 1px solid #bccff4; */
/*	background-color: #e7efff; */
fieldset {
	position: relative;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 20px 0 20px 0;
	margin: 0;
}
fieldset label {
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	height: 27px;
	line-height:27px;
	font-size: 12px;
}
fieldset div {
	margin-bottom: 5px;
}

/* Button: default */
fieldset input.field-button,
fieldset input.field-submit {
	background-color: #b9b9b9;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	color: white;
	padding: 3 20 3 20;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
fieldset input.field-button:focus,
fieldset input.field-button:hover,
fieldset input.field-submit:focus,
fieldset input.field-submit:hover {
	background-color: #848484;
}
fieldset input.field-button:active,
fieldset input.field-submit:active,
fieldset input.field-button-positive:active,
fieldset input.field-button-negative:active {
	background-color: #0066d9 !important;
	border-top: 1px solid #1c5386 !important;
	border-left: 1px solid #1c5386 !important;
	border-right: 1px solid #6091bf !important;
	border-bottom: 1px solid #6091bf !important;
	color: white;	
}

/* Button: positive */
fieldset input.field-button-positive {
	background-color: #9bc377;
	border-top: 1px solid #afd092;
	border-left: 1px solid #afd092;
	border-right: 1px solid #55832c;
	border-bottom: 1px solid #55832c;	
}
fieldset input.field-button-positive:focus, fieldset input.field-button-positive:hover {
	background-color: #7faf53;
}
/* Button: negative */
fieldset input.field-button-negative {
	background-color: #ca7070;
	border-top: 1px solid #d59898;
	border-left: 1px solid #d59898;
	border-right: 1px solid #8b2d2d;
	border-bottom: 1px solid #8b2d2d;		
}
fieldset input.field-button-negative:focus, fieldset input.field-button-negative:hover {
	background-color: #bc4d4d;
}


fieldset textarea.field-text,
fieldset input.field-input {
	border: 1px solid silver;
	background-color: #fcfdff;
}
fieldset textarea.field-text {
	width: 300px;
	padding: 3px 4px 4px 4px;
}
fieldset input.field-input {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid silver;
	height: 25px;
	width: 250px;
	padding: 5px;
	vertical-align: middle;
}
fieldset textarea.field-text:focus {
	background-color: #fff;
	border: 1px solid #1AA48C;
	color: #09388d;
}
fieldset input.field-input:focus {
	background-color: #fff;
	border-bottom: 1px solid #1AA48C;
	color: #09388d;
}
fieldset select {
	margin-top: 2px;
	width: 250px;
}
fieldset select option {
	padding: 2px;
}
.csc-mailform-notice {
	margin-left: 135px;
	margin-right: 40px;
}
.mandatory {
	font-size: 0.9em;
	color: #555;
}


.message-notice,
.message-error,
.message-ok
{
	margin: 10px 0px 10px 0px;
	padding: 7px 7px 6px 7px;
}

.message-notice {	
	border: 1px solid #df9b55;
	background-color: #f8ebdd;
	color: #8b4c2d;
}
.message-error {
	border: 1px solid #d76262;
	background-color: #f8dddd;
	color: #8b2d2d;
}
.message-ok {
	border: 1px solid #81b850;
	background-color: #edf7e4;	
	color: #2c4813;
}


