@charset "utf-8";

/* dansesuisse by iteam gmbh */

/***********************************************************
Reset
************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body{
	font-size:90%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/***********************************************************
Layout
************************************************************/
html{
	height: 101%;  /*forcing scrollers*/
}

body{
	background-color: #cedcef;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

#page{
	width:1020px;
	margin:auto;
	height: 90%;
}
#page img {
	border-style: none;
}
#header{
	margin-top:20px;
}
#header img {
}

#navi{
margin-top:25px;
width:190px;
float:left;
}

#content{
	margin-top:24px;
	margin-right:20px;
	width:530px;
	color:#666;
	min-height:32em;
	padding-left:30px;
	line-height:1.3em;
	padding-right:30px;
	float:left;
}

#right_column{
	margin-top:0px;
	float:left;
	width:195px;
	padding-left:10px;
	font-size: 0.8em;
	color: #666;
	line-height:1.6em;
}

#subnavi{
	padding-left:5px;
}

#ad_right{
	margin-top:0px;
	font-size: 0.8em;
	color: #666;
	line-height:1.3em;
}


#distance{
	clear:left;
	height:4em; 
}


#footer{
	margin-left: 225px;
	margin-right: 50px;
	height:5em;
	width: 530px;
}

/***********************************************************
Navigation
************************************************************/
#subnavi {
	font-size: 9px;
	color: #666;
}

#subnavi .lang {
font-size:11px;
}

#subnavi a:link{
color:#666;
text-decoration:none;
}

#subnavi a:visited {
color:#666;
text-decoration:none;
}

#subnavi a:hover, a:active {
color:rgb(220, 94, 0);
text-decoration:none;
}

#navi dt{
font-size:14px;
color:#666;
border-top:solid;
border-top-width:1px;
border-top-color:#999999;
text-align:right;
margin-bottom:3px;
margin-top:2px;
}

#navi dt a:link{
color:#666;
text-decoration:none;
}

#navi dt a:visited {
color:#666;
text-decoration:none;
}

#navi dt a:hover, a:active {
color:rgb(220, 94, 0);
text-decoration:none;
}

#navi dd{
font-size:12px;
color:#666;
text-align:right;
}

#navi dd a:link{
color:#666;
text-decoration:none;
}

#navi dd a:visited{
color:#666;
text-decoration:none;
}

#navi dd a:hover, a:active {
color:rgb(220, 94, 0);
text-decoration:none;
}



/***********************************************************
Presentation
************************************************************/
#content h1 {
	font-size:1.5em;
	/*font-weight:bold;*/
	color:rgb(220, 94, 0);
	margin-bottom:1em;
	margin-top: 0.5em;
	line-height:1.4em;
}
#content h2 {
font-size:1.1em;
font-weight:bold;
color:rgb(220, 94, 0);
margin-top:0.5em;
margin-bottom:0.8em;
line-height:1.3em;
}

#content h3 {
font-size:1em;
font-weight:bold;
color:rgb(220, 94, 0);
margin-top:0.5em;
margin-bottom:0.6em;
}

#content p{
font-size:1em;
line-height:1.3em;
margin-bottom:1em;
color:#666;
}

#content ul{
list-style:disc;
margin-left:1.5em;
}

#content ol{
list-style: lower-alpha;
margin-left:1.5em;
}

#content .align-left{
text-align:left;
}

#content .align-right{
text-align:right;
}

#content .align-center{
text-align:center;
}

#content table{
color:#666;
}

#content tbody{
text-align: justify;
color:#666;
}

#content td{
vertical-align:top;
padding-right:8px;
color:#666;
}

#content .untertitel {
	font-size:13px;
	font-weight:bold;
	color:#666;
	padding:3px;
	margin:2px;
}

#content .legende {/*gleich wie csc-textpic-caption*/
	font-size:11px;
	color:#666666;
}

#content .csc-textpic-caption{/*gleich wie legende*/
	font-size:11px;
	color:#666666;
}

#content .news-single-imgcaption{/*gleich wie legende*/
	font-size:11px;
	color:#666666;
}

#content .news-list-date{/*gleich wie legende*/
	font-size:11px;
	color:#666666;
}

#content .news-single-timedata{/*gleich wie legende*/
	font-size:11px;
	color:#666666;
}

#content .news-single-author{/*gleich wie legende*/
	font-size:11px;
	color:#666666;
}

#content .csc-linkToTop{
text-align:right;
}

#content img{
margin:5px 15px 5px 15px;
}

#content a:link, a:visited{
color:#999;
text-decoration:none;
}

#content a:hover, a:active{
color:rgb(220, 94, 0);
text-decoration:none;
}

#footer{
	font-size:1.1em;
	color:#666;
}

#footer a:link, a:visited{
color:#999;
text-decoration:none;
}

#footer a:hover, a:active{
color:rgb(220, 94, 0);
text-decoration:none;
}


/***********************************************************
Forms
************************************************************/
#content input{
margin:0px 0px 5px 0px;
}
