/*
Client: Europa Institut an der Universität Zürich
Comp: Volpe Mediengestaltung

Version: 	0.1  	Ersterstellung - Stefano Vannotti - 18.10.07
		0.2  	Implementierumg reset - Pascal Kesselmark - 13.1.08
			#nav-column hinzugefügt
*/

/* ######################################################################################################
** ### Vorbereitende Massnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht.*/
	* { 
		margin:0; 
		padding: 0; 
	}

	/* Das zurücksetzen der Innen- und Aussenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}

	/* Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]*/

	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	html { height: 100% }
	body {
		min-height: 101%;
	/* Beseitigung des Rundungsfehlers bei Schriftgrössen im Opera sowie Standardformatierungen */
		font-size: 100.01%;
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Grösse des Browser
			Fensters geändert wird. */
		position: relative;
	/* Vorgabe der Standardfarben und Textausrichtung*/
		color: #000;
		background: #fff;
		text-align: left;
	}

	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }

	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu gross */
	select, input, textarea { font-size: 99% }

/*--------------------------------
	General
--------------------------------*/


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg.png) top left repeat-x;
	font-size: 12px;
	color: #555;
}

ul {
	list-style: none;
}

a {
	color: #0060b6;
	text-decoration: none;
}

/*--------------------------------
	Structure
--------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#container-top {
	height: 440px;
	/*width: 1000px;*/
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-teaser.png) top left no-repeat; /* Noch reduzieren auf den Topbereich*/
}

#top-nav {
	margin: 0 auto;
	height: 65px;
	width: 950px;
}

#header {
	height: 300px;
	position: relative;
}

#logo-box {
	float: left;
	height: 300px;
	width: 300px;
	margin-left: 25px;
	background-color: transparent;
	background-image: url(http://www.convivenza.ch/fileadmin/templates/v1//images/convivenza-Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#teaser {
	float: left;
	width: 650px;
	height: 300px;
}

#main-nav {
	clear: both;
	height: 65px;
	text-align: center;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-mainnav.png) top left no-repeat;
}

#content {
	margin: 15px auto 0 auto;
	width: 950px;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-content.png) top left repeat-y; /* faux column */
}

#nav-column {
	float: left;
	width: 200px;
}

#sub-nav {
	float: left;
	width: 200px;
}


#main-column {
	float: left;
	margin-left: 20px;
	padding-left: 25px;	
	padding-right: 25px;
	width: 460px;
	/*background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-main-column.png) top left repeat-y;*/
}

/*body.two-column #main-column {
	width: 699px !important; 
	padding-right: 0 !important; 
	border-right: 0 !important;
}*/

#sidebar {
	float: left;
	width: 200px;
	margin-left: 20px;
}

#footer {
	width: 100%;
	height: 440px;
	margin-bottom: 15px;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg.png) top left repeat-x;
	text-align: center;
	color: #8c8c8c;
}

#inner-footer {
	margin: 0 auto;
	padding: 65px 50px 0 50px;
	width: 900px;
	height: 300px;
	text-align: left;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-teaser.png) top left no-repeat;
}

/*--------------------------------
	Top Container
--------------------------------*/

#top-nav {
	position: relative;
}

#top-nav .top-nav-elements-container {
	position: absolute;
	width: 600px;
	top: 20px;
	right: 0px;
	overflow: hidden;
}

.top-nav-elements {
	float: right;
	margin-left: 25px;
}

/* Sitemap, Contact , Newsletter */

#top-nav ul li{
	display: inline;
	margin-left: 1em;
}

#top-nav a {
	text-decoration: none;
	font-size: 12px;
	line-height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	color: #8c8c8c;
}

#top-nav a:hover {
	color: #5c5c5c;
	border-bottom: 1px dotted #5c5c5c;
	background: #f2f2f2;
}

#top-nav a.langmenuItemACT,
#top-nav a.langmenuItemACTEmpty {
	border-bottom: 1px dotted #0060b6;
	color: #0060B6;
}



/* Language Switcher */

.lang {
	line-height: 20px;
	font-size: 11px;
}

/* Quicksearch */

#searchbox {
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#searchbox input {
	display: block;
	float: left;
	background: transparent url(images/bg-searchbox-field.png) no-repeat scroll  0 0;
	border: none;
	color: #999;
	font-size: 11px;
	padding: 2px 4px 3px 6px;
	margin: 1px 0;
	width: 83px;		
}

#searchbox input.q-button {
	background: transparent url(images/bg-searchbox-button.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

#searchbox input.q-button:hover {
	background: transparent url(images/bg-searchbox-button-over.png) no-repeat scroll  0 0;
}

/*--------------------------------
	Header
--------------------------------*/

#logo-box h1 {
	text-indent: -999em;
}

#logo-box h1 a {
	display: block;
	width: 300px;
	height: 300px;
}

#membership {
	position: absolute;
	top: 20px;
	right: 50px;
}


/*--------------------------------
	MainNav
--------------------------------*/

#main-nav ul li {
	display: inline;
	text-align: center;
}

#main-nav ul li a {
	text-decoration: none;
	padding: 0px 24px;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #8c8c8c;
}

#main-nav ul li a:hover {
	color: #0060B6;
}

body#rub1 #main-nav ul li.cat-1 a,
body#rub2 #main-nav ul li.cat-2 a,
body#rub3 #main-nav ul li.cat-3 a,
body#rub4 #main-nav ul li.cat-4 a,
body#rub5 #main-nav ul li.cat-5 a,
body#rub6 #main-nav ul li.cat-6 a
{
	color: #0060B6;
}

/*--------------------------------
	SubNav
--------------------------------*/

#nav-column {
	text-align: left;
}

#sub-nav {
	text-align: left;
}

#sub-nav ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 180px;
	/*background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-subnav-button.png) top left no-repeat;*/
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #8c8c8c;
	border: 1px solid #d2d2d2;
	background: #f2f2f2 url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-normal-box.png) top left repeat-x;
}

#sub-nav ul li a:hover,
#sub-nav ul li a.active {
	color: #0060B6;
}

#europa-box {
	margin: 50px 0 0 0;
	/*padding: 20px 15px;
	border-top: 5px solid #d2d2d2;
	border-bottom: 5px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #f2f2f2 url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-normal-box.png) top left repeat-x;*/
}


#europa-box p {
	line-height: 1.25em;
	margin-bottom: 1.5em;
}

#europa-box img {
	margin-bottom: 0;
}

/*--------------------------------
	Content
--------------------------------*/

#main-column p {
	line-height: 22px;
	margin-bottom: 1.5em;
	text-align: justify;
}


#main-column a {
	text-decoration: none;
	/*border-bottom: 1px dotted #0060B6;*/
}

#main-column a:hover {
	background: #f2f2f2;
}

#main-column h3 a {
	border: 0;
	font-weight: bold;
}

#main-column h3 a:hover {
	border-bottom: 1px dotted;
	background: #B5D5FF;
}

#main-column h1.csc-firstHeader,
#main-column h2 {
	font-weight: bold;
	font-size: 2.25em;
	line-height: 1.25em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	letter-spacing: -1px;
}

#main-column h3 {
	color: #555;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 1em;
	/*background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-h3.png) top left repeat-x;*/
}

#main-column h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
}

.content-box {
	position: relative;
	border-top: 1px solid #d2d2d2;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.personal-box {
	position: relative;
	border-top: 1px solid #d2d2d2;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.event-date {
	font-weight: bold;
	/*font-size: 1.25em;*/
}

#main-column ul {
	list-style: disc;
}

#main-column ul li {
	margin-bottom: 1.5em;
	line-height: 1.75em;
	margin-left: 3.5em;
	margin-right: 5em;
}

ul.add-links {
	list-style: none !important;
}

ul.add-links li {
	margin: 0 !important;
	line-height: 22px !important;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/icon-arrow-right-555.png) top left no-repeat;
	padding-left: 10px;
}

ul.add-links li a {
	font-weight: bold;
	color: #555;
	border: 0 !important;
}

ul.add-links li a:hover {
	color: #0060b6;
	background: none !important;
}

p.top-anker {
	position: absolute;
	bottom: 3px;
	right: 0;
	text-indent: -999em;
}

p.top-anker a {
	display: block;
	width: 10px;
	height: 5px;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/icon-anker-top.png) bottom right no-repeat !important;
	border: 0 !important;
}

p.top-anker a:hover {
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/icon-anker-top-on.png) bottom right no-repeat !important;
}


#main-column table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d2d2d2;
	margin-bottom: 1.5em;
	text-align: left;
}

#main-column table th,
#main-column table td {
	padding: 0.25em;
	border: 1px solid #d2d2d2;	
}

#main-column table td
 {

}

/*--------------------------------
	Sidebar
--------------------------------*/

#sidebar a {
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
	
}

#sidebar p {
	line-height: 1.5em;
}

#sidebar h3 {
	margin-bottom: 0.75em;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

#sidebar h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 1em;
}

.sideboxes {
	margin-bottom: 25px;
}

.normal-box {
	padding: 20px 15px;
	border-bottom: 5px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-top: 5px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #f2f2f2 url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-normal-box.png) top left repeat-x;
}

.shiny-box {
	padding: 20px 15px;
	border-bottom: 5px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-top: 5px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #F4F5D0 url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-shiny-box.png) top left repeat-x;
}


.inner-box {
	margin-bottom: 20px;
}

#sidebar img {
	/*border-top: 3px solid #777;
	border-bottom: 3px solid #777;*/
	margin-bottom: 15px;
}

.top-separator {
	border-top: 1px solid #d2d2d2;	
}

.news-title {
	margin: 0.5em 0 1em;
}


/*--------------------------------
	Footer
--------------------------------*/

#inner-footer {
	/*background: green;*/
}

#inner-footer-top {
	position: relative;
	height: 120px;
}

#path {
	position: absolute;
	width: 400px;
	height: 25px;
	line-height: 25px;
	top: 45px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
}

#path a {
	text-decoration: none;
	color: #8c8c8c;
	font-weight: bold;
}

#path a:hover,
#path a.active {
	color: #0060B6;
}

#search {
	position: absolute;
	width: 400px;
	top: 45px;
	right: 10px;
	text-align: right;
}

#search input.searchbox {
	float: right;
	border: 1px solid #d2d2d2;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #8c8c8c;
	padding: 5px;
	width: 200px;
	margin-right: 15px;
}

#search input.searchbutton {
	float: right;
	width: 71px;
	height: 25px;
}

.sitebox {
	float: left;
	width: 206px;
}

.sitebox-mright{
	margin-right: 25px;
}

.sitebox h3 {
	margin-bottom: 12px;
	font-size: 16px;
	color: #0060B6;
}

.sitebox ul {
	/*list-style: inside disc;*/
}

.sitebox ul li a {
	line-height: 24px;
	color: #8c8c8c;
	/*border-bottom: 1px dotted #8c8c8c;*/
	text-decoration: none;
	font-size: 12px;
}

.sitebox ul li a:hover {
	color: #5c5c5c;
	border-bottom: 1px dotted #5c5c5c;
	background: #f2f2f2;
}

#bottom-footer {
	position: relative;
	margin: 0 auto;
	padding: 0 25px;
	line-height: 60px;
	height: 65px;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-mainnav.png) top left no-repeat;
	width: 950px;
	font-size: 12px;
}

/*--------------------------------
	Formulare
--------------------------------*/

#content form {
	border-top: 5px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 5px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #fafafa;
	padding: 1.5em;
}

#content form p {
	margin-bottom: 0.25em !important;
}

#content fieldset {
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #d2d2d2;
	border-left: 0;
}

#content legend {
	font-size: 1.5em;
	color: #888;
	padding: 0.5em 0;
}

#content label {
	display: block;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}

#content label.required {
	
}

#content input,
#content textarea {
	width: 250px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	border: 1px solid #d2d2d2;
	line-height: 1.25em;
	color: #0060B6;
}

#content textarea#bemerkung {
	width: 95%;
	height: 100px;
}

#content input {
	padding: 5px;
}

#content input:focus,
#content textarea:focus {
	background: #EBF8FF;
}

#content input.checkboxes,
#content input.radiobuttons {
	width: auto;
	float: left;
	border: 1px solid #d2d2d2;
	margin-right: 10px;
}

#content input.buttons {
	width: auto;
	color: #777;
	background: #f2f2f2 url(http://www.convivenza.ch/fileadmin/templates/v1/images/bg-buttons.png) top left repeat-x;
	border: 1px solid #d2d2d2;
	padding: 0.5em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}

#content input.submit-button {
	font-weight: bold;
}


/*--------------------------------
	Images
--------------------------------*/

img.portraits {
	float: right; 
	margin-left: 1.5em; 
	border: 3px solid #d2d2d2;
}

/*--------------------------------
	Miscellanous
--------------------------------*/

ul#sitemap,
ul#sitemap li ul {
	list-style: none !important;
}

ul#sitemap li,
ul#sitemap li ul li {
	margin: 0 !important;
	padding: 0 !important;
}

ul#sitemap li h3 {
	margin-top: 1.25em !important;
	margin-bottom: 0.25em !important;
}

p.top-anker-general a {
	display: block;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/icon-anker-top.png) bottom right no-repeat !important;
	border: 0 !important;
	text-indent: -999em;
}

p.top-anker-general a:hover {
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/icon-anker-top-on.png) bottom right no-repeat !important;	
}

a.down-page {
	padding-left: 10px;
	background: transparent url(http://www.convivenza.ch/fileadmin/templates/v1/images/arrow-down.png) top left no-repeat;
}

a:hover.down-page {
	padding-left: 10px;
	background: #B5D5FF url(http://www.convivenza.ch/fileadmin/templates/v1/images/arrow-down.png) top left no-repeat !important;
}

a.footnote {
	border-bottom: 0 !important;
}

hr {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
