#canvas {
	width:  1024px;
	min-width: 500px;
	margin: 2% auto;
	overflow: auto;
	padding: 1%;
	background: #bbb;
    	-moz-box-ordinal-group : 1;
	-webkit-box-ordinal-group : 1;
	box-ordinal-group : 1;
	-moz-box-shadow : 0 0 15px #a4a4a4;
	-webkit-box-shadow : 0 0 15px #a4a4a4;
	box-shadow : 0 0 15px #a4a4a4;

}
	
/*generic css for all elements*/
img {float: left;
	padding-right: 8px;
	display: block; /*needed to avoid alignment with baseline of text*/
}

.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
}

.sap-content {
	overflow: hidden;
background-color: transparent;
}

/*item specific css*/
#line1 {
	padding-top: 30px;
	height: 120px;
	background: url("../images/KuR-Logo_Kl.gif") no-repeat top right transparent;
	background-color: #4a4a4a;
}

#line11 {
	float: left;
	background-color: white;
	padding-left: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-top: 2%;
	margin-top: 15px;
	width: 96%;
}
.thumb {float: left;
	background-color: #4a4a4a;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	width: 250px;
	margin-right: 30px;
	margin-bottom: 30px;
}


#line2 {
}

#line3 {
margin-top:50px;
}

#line4 {	
}

#item11 {
	margin-left: -95%;
	width: 30%;
	padding: 0px 0;
}

#item12 {
	margin-left: -556px;
	width: 10%;
	padding: 0px 0;
}

#item13 {
	margin-left: -35%;
	width: 35%;
}

#item14 {
	margin-left: -25%;
	width: 25%;
	
	background-color: #;
}

#item21 {
	width: 30%;
	margin: 50px 0 20px -480px; 
}

#item22 {
	margin-left: -67%;
	width: 34%;

	background: #9F3B57;
}

#item23 {
	margin-left: -33%;
	width: 33%;

	background: #315C83;
}
#item31 {
background-color: transparent;
	float:left;
	margin-left: -95%;
	width: 60%;
}
#item311 {
background-color: transparent;
	float:left;
	margin-left: -95%;
	width: 95%;
}
#item32 {
	float:left;
	margin-left: 95%;
	width: 90%;
}

/* Aktuell */

#Aktuell {
        background-color: transparent;
	margin-left: 67%;
	width: 30%;
	border-left: 2px solid #bbb;
	padding: 15px;
}
#Aktuell p{
        line-height:20px; 
}
#ws_Aktuell {
       	color: #666;
	margin-left: 67%;
	width: 30%;
	border: 1px solid #bbb;
	padding: 15px;
    	-moz-box-ordinal-group : 1;
	-webkit-box-ordinal-group : 1;
	box-ordinal-group : 1;
	-moz-box-shadow : 0 0 15px #ccc;
	-webkit-box-shadow : 0 0 15px #ccc;
	box-shadow : 0 0 15px #ccc;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
	border-radius : 15px;

}

#ws_Aktuell ul {
        font-size: 14px;
	color: #666;
}
#ws_Aktuell a:hover {
        background-color: transparent;
}

/* Workshops Liste */

#ws_liste ul {
	font-size: 13px;
	margin-left: 1%;
	width: 95%;
	padding: 0 0 5px 10px;
	color: #666;
        list-style-type: square;
        list-style-position: inside; 
}
#ws_liste p {
	font-size: 13px;
        line-height: 20px;
	width: 95%;
	padding: 0 0 5px 20px;
	color: #666;
}
#ws_liste h2 {
	font-size: 18px;
	color: #000;
        margin-bottom: 10px;
}
#ws_liste h1 {
	font-size: 22px;
	color: #000;
}
#ws_liste em{
       font-size: 14px;
       margin-left: 6px;
        border-left: 2px solid #ECE0F8;
	padding: 4px 0 2px 10px;
}
#ws_liste a:hover{
        background-color: transparent;
}
#line {
	border-bottom: 2px dotted #bbb;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}

#item32 {
	margin-left: -100%;
	width: 100%;
}

#item33 {
	margin-left: -33%;
	width: 30%;

	background: #ACA42E;
}

#item41 {
	margin-left: -100%;
	width: 20%;

	background: #aff42e;
}

#item42 {
	margin-left: -60%;
	width: 20%;

	background: #9F3Be7;
}

#item43 {
	margin-left: -30%;
	width: 20%;
	background: #4F3fe7;
}

#navi_links {
float: left;
}

#navi_rechts {
margin-left: 150px;
}

#termine dt {
float: left;
margin-right: 25px; 
}


