/*-----------------------------------------------------------------------------
Master Stylesheet (frei nach andy budd)

version:   1.0
author:    Reto Lehnherr
email:     reto.lehnherr@mac.com
website:   http://r3to.ch/
-----------------------------------------------------------------------------*/

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


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
p.clear {
	margin: 0;
	padding: 0;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  text-align: center; 

}

.lead {
	font-size: 140%;
	color: #1a1a1a;
	}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #233D80;
	text-decoration: none;
}
a:visited {
	color: #233D80;
	text-decoration: none;	
}
a:hover {
	color: #233D80;
	text-decoration: underline;
}
a:active {
	color: #547D95;
	text-decoration: underline;
	
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#navliste {
		list-style-type: none;
		display: inline;
		width: 720px;
		height: 26px;
		float: left;
		margin: 0; padding: 20px 0 0 0;
}
#navliste li {

	float: left;
}
#navliste a {
	display: block;
	margin-top: 3px;
	padding: 2px 5px;
	width: 170px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	height: 19px; 
	
}

#navliste .kurse a{
	background-color: #233D80;
}
#navliste.kurse .kurse a, #navliste.veranstaltungen .veranstaltungen a, 
#navliste.mitgliedschaft .mitgliedschaft a, #navliste.info .info a {
	margin-top: 0px !important;
	height: 22px; 
}
#navliste .veranstaltungen a {
	background-color: #3695CC;
}

#navliste .mitgliedschaft a {
	background-color: #547D95;
}

#navliste .info a {
	background-color: #14384D;
}

.picstartseite {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	
}
/* =Sub Nav lvha
-----------------------------------------------------------------------------*/
#service {
	float: right;
}
.logo {
	clear: both;
}
#service a:link,
#service a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

#service a:hover {
	color: #000;
	text-decoration: underline;
}
#service a:active {
	color: #233D80;
	text-decoration: underline;
}

#nav_categories li ul li {
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 1em;
	margin: 0;
	border-bottom: none;
	border-top: 1px solid #233d80;
}
#nav_categories li ul {
	margin: 0; padding: 0;
}
.nav_categories {
	margin: 0.5em 0 1em 0;
	list-style-type: none !important;
	list-style: none !important;
}
.nav_categories li {
	border-bottom: 1px solid #233d80; 
	margin: 0.2em 0;
}
/* =Main Content
-----------------------------------------------------------------------------*/


#wrapper { 
  width: 720px; 
  margin: 30px auto 5px auto; 
  text-align: left; 
	font-size: 125%;
}
.veranstaltungen h2 {
	margin-bottom: 0;
}
.summary, .summary p, .infolist {
	margin-top: 0;
}
/*.summary p, .infolist {
	font-size: 115%;
}*/

/* =Secondary Content
-----------------------------------------------------------------------------*/
.meta {
	font-size: 0.9em;
	color: #444444;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer p {
	clear: both;
	width: 720px;
	border-top: 1px solid #000;
	margin: 0.4em 0;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#anmeldeform {
	background-color: #ececec;
	padding: 0.5em;
	margin: 2em 0;
	border-top: 1px solid #dedede;
	
}

#anmeldeform h3 {
	margin-top: 0;
	font-size: 150%;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
}

td {
  text-align: left;
	font-weight: normal;
}



/* Layout zweispaltig
-----------------------------------------------------------------------------*/
#linkespalte {
	float: left;
	width: 170px;
	margin: 120px 0 0 0; padding: 0;
	font-size: 95%;
}
#hauptspalte {
	float: right;
	width: 540px;
	margin: 0; padding: 0;
}


#linkespalte h3 {
	background-color: #233D80;
	color: #fff;
	font-size: 100%;
	padding: 0 5px;
	margin: 30px 0 0 0;
}
/* kursdarstellung
-----------------------------------------------------------------------------*/
#hauptspalte .klein {
	font-size: 10px !important;
}

#form {
	font-size: 1.15em;
}
.kursbeschreibung p {
	font-size: 120%;
}

#hauptspalte h2 {
	font-size: 150%;
}

.kurstitel {
	margin-top: 0em;
}

#anmeldeform table p {
	text-align: right;
	font-size: 120%;
}
#anmeldeform {
	padding: 10px;
}
.kursliste {
	font-size: 90%;
}
.anmeldebedingungen {
	font-size: 110%;
	line-height: 1.8em;
}
.anmeldebedingungen input {
	margin-right: 5px;
}

.allekurse {
	border-top: 1px solid #aaa;
	background: #fff url(/gfx/grad1.jpg) repeat-x top;

}

.kat_titel {
	margin: 2em 0 0em 0;
	}
	
	
#photos {
	background-color: #ececec;
	padding: 0.5em;
	margin: 2em 0 0 0;
	border-top: 1px solid #dedede;

}

#photos h3 {
	margin-top: 0;
	font-size: 150%;
}

#photos li {
	list-style: none;
	list-style-type: none;
	float: left;
}

#photos li img {
	padding-right: 10px
	
}

.top {
	background-color: #68BAE9;
}

.ges {
	background-color: #86E968;
}
caption {
	text-align: left;
	text-decoration: bold;
}
#kursbilder {
float: left;
}
