/* for the new schedule */

body.schedule {
	background-color: #FFCC33;
	color: #000000;
	font-family: Arial;
	margin-bottom: 50px;
	font-size: 20px;
} 

body.schedule a {
	color: #CC3399;
}

table.intensives {
	padding: 0 0 0 0;
}


table.intensives td {
	padding: 0 15px 0 0
}


table.intensives td h3 {
	text-align:center;
	font-size: 25px;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

div.backlink {
	margin: 25px 3px 0 0;
	margin: 10px 3px 0 0;
	float: right;
}

div.lang {
	text-align: center;
	font-size: 12px;
}

div.lang a {
	text-decoration: none;
}

div.lang img {
	border: none;
	vertical-align:middle;
	margin-left: 10px;
}

body.schedule h1 {
	color: #CC3399;
}

body.schedule h1.header {
	display: block;
	font-size: 24px;
	padding: 3px;
    background-color: #FFFFCC;
	text-align: center;
}

body.schedule h1.stadt {
	display: block;
	font-size: 24px;
	padding: 3px;
    background-color: #FFFFCC;
}

body.schedule h1.title {
	font-size: 30px;
	text-align: center;
}

div.intensivesbuttons {
	padding: 25px 15px 0 15px;
	text-align: center;
}
div.indexbuttons {
	padding: 15px 15px 15px 15px;
	text-align: center;
}

h3.datum, div.datum {
	margin: 0;
	padding: 0;
	display: block;
	width: 220px;
	margin-right: 10px;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

h3.datum {
	clear: both;
}

div.datum {
	margin-top: 5px;
}

span.wday {
	font-size: 15px;
	font-weight: normal;
}

div.event, a.event, div.place, div.orga, div.office {
	margin: 0;
	padding: 0;
	margin-left: 230px;
}

div.event {
	font-size: 20px;
	font-weight: bold;
	color:#CC3399;
	margin: 0 0 5px 0;
	display: block;
}

span.desc {
	margin-left: 350px;
	font-size: 15px;
	font-weight: normal;
	color:#000000;
}

div.event span.big {
	font-size: 30px;
	margin: 20px 0 20px 0;
}

a.event {
	display: block;
	/*padding-left: 30px;*/
	text-decoration: underline;
	color: #CC3399;
	/*background-image:url(../images/icons/info.gif);
	background-repeat: no-repeat;*/
}


a.event:hover {
	background-color: #DDDDDD;
}

div.place {
	margin-bottom: 15px;
}

div.orga, div.office {
	font-style: italic;
	background-color: #FFFFCC;
	padding: 1px;
}


div.office {
	margin-bottom: 10px;
}

div.session {
	margin-left: 230px;
	height: 30px;
}

div.session a.single, div.session a.couple {
	line-height: 30px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

div.session a.single {
	background-image: url(../images/icons/close-face30a.jpg);
}

div.session a.couple {
	background-image: url(../images/icons/couple30a.jpg);
}

div.highlight {
	margin: 0 0 20px 230px;
}

/* for description page */

div.time {
	float: left;
}

img.right {
	float: right;
	margin: 0 10px 10px 10px;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

div.desc {
	margin-bottom: 20px;
}

div.desc img {
padding: 0 20px 20px 0
}

div.desc li {
	margin-left: 70px;
}

h3.buchung {
	clear: both;
	text-align: center;
}

div.buchung div.office, div.buchung div.orga {
	margin: 0 0 20px;
	text-align: center;
	background-color: #FFCC33;
}

div.right div.office, div.right div.orga {
	text-align: right;
	margin-left: 0;
}

/* für die Jahresübersicht */

hr.clear {
	clear: both;
	width: 100%;
}

div.monthbox1, div.monthbox {
	float: left;
	width: 47%;
	margin: 0 20px 10px 0;
	background-color: #FFFF66;
	padding: 3px;
}

div.monthbox h2, div.monthbox1 h2 {
	margin: 0 0 10px 0;
}

div.monthbox a, div.monthbox1 a {
	font-weight: bold;
}


/* Width of date column */
div.monthbox h3, div.monthbox1 h3 {
	width: 120px;
	text-align: right;
}

div.monthbox div.event, div.monthbox1 div.event {
	padding-left: 130px;
	color: #000000;
	font-weight: normal;
}


/* vom alten Schedule */
/*
p {
    margin: 0;
}

div.land {
    background-color:#FFDDCC;
    height:160px;
    margin: 0 0 20px 0;
}

div.bildbox {
    clear:both;
    float:left;
    margin: 0 20px 0 0;
}

div.textbox {
    padding: 5px;
}

span.hinweis {
    display: block;
    text-align: right;
    margin: 10px 0 0 40px;
}

div.infobox {
    clear:both;
}

div.info {
    margin: 0 0 20px 0;
}

div.info h4 {
    margin: 0 0 0 180px;
    padding: 0 0 0 2px;
    background-color:#FFDDCC;
    border-bottom: 1px dashed #900;
    border-left: 1px dotted #900;
}

div.info p.highlight {
	background-color: #FFDDCC;
	font-weight: bold;
	padding: 5px;
}

div.info p.flyerlink {
    text-align: right;
    background-color:#FFDDCC;
    border-right: 1px dotted #900;
    margin: 0 5px 0 0;
}

div.info p.flyerlink img {
    display: block;
    float: right;
    margin: 1px 2px 0 5px;
}

*/