
/*	tanzrichter.de -- Built in 07/07 by Sven Jürgensmeier	*/

/* --------------------------------------------------------------------------------- */
/*	typography								*/
/* --------------------------------------------------------------------------------- */

body,
table,
input,
select,
textarea {
	font-family: Myriad Pro, Myriad Web, Lucida Grande, Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #313a3d;
	text-align: center;
}

table,
input,
select,
textarea {
	text-align: left;
}

table {
	margin-left: 15px;
	margin- right: 15px;
}

#content p,
#content h1,
#content h2,
#content small {
	margin-left: 15px;
	margin- right: 15px;
}

h1 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 30px;
}

h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	color: #9a9188;
	font-weight: normal;
	margin-bottom: -15px;
}

b {

}

em {
	font-size: 12px;
	line-height: 16px;
	color: #707c80;
	font-weight: normal;
	font-style: normal;
	display: block;

}

.small {
	font-size: 12px;
	line-height: 1.2em;
}

small {

}

big {
	color: #e64342;
}

.red {
	color: #e64342;
}

.blue {
	color: #3ba8d5;
}

#legal {
	font-size: 10px;
	line-height: 1.2em;
	color: #707c80;
}



/* --------------------------------------------------------------------------------- */
/*	links									*/
/* --------------------------------------------------------------------------------- */	

a {
	color: #3ba8d5;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px solid #3ba8d5;
}

a:hover {
	color: #2b8cb4;
	border-bottom: 1px solid #2b8cb4;
}

#logo a, #logo a:hover,
#nav a, #nav a:hover,
.button a, .button a:hover,
.nolink a, .nolink a:hover,
a.nolink, a.nolink:hover {
	border-bottom: none;
	text-decoration: none;
}

.anmeldung a,
.anmeldung a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

#legal a,
#legal a:hover {
	color: #707c80;
	text-decoration: underline;
	border-bottom: none;
}

#legal a.links { color: black; font-weight: bold; border-bottom: 0px solid black; }



/* --------------------------------------------------------------------------------- */
/*	positioning								*/
/* --------------------------------------------------------------------------------- */

body {
	background-color: #FFF;
	margin: 0px;
/*	background-image: url(../img/bg.gif);
	background-position: top center;
	background-repeat: repeat-y; */
}

.wrapper {
	float: left;
	clear: both;
}

.fine {
	margin-left: 5px;
}

#master {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#fb-like { 	clear: both; margin: 5px 0px 10px 50px; }

#logo {
	clear: both;
	margin: 0px 0px 32px 50px;
}

#nav {
	float: left;
	width: 260px;
	height: 120px;
	background-color: #3ba8d5;
	text-align: right;
}

.button {
	float: right;
	width: 210px;
	height: 18px;
}

#quote {
	float: right;
	width: 690px;
	height: 120px;
	background-color: #596569;
	text-align: right;
}

#content {
	float: left;
	width: 860px;
	margin-top: 10px;
	margin-left: 50px;
	_margin-left: 22px;
}

.kurs {
	display: block;
	overflow: auto;
	padding-bottom: 40px;
}

.cl-1 {
	display: block;
	float: left;
	width: 215px;
	_width: 200px;
}

.cl-2 {
	display: block;
	float: left;
	width: 430px;
	_width: 420px;
}

.cl-3 {
	display: block;
	float: left;
	width: 645px;
	overflow: hidden;
}

.cl-4 {
	display: block;
	clear: both;
	width: 860px;
}

.info,
.detail,
.anmeldung {
	padding: 5px;
	border: 1px dashed #596569;
}

.anmeldung {
	background-color: #4cc8fb;
	margin-bottom: 40px;
}

#legal {
	clear: both;
	margin: 100px 0px 100px 65px;
}



/* --------------------------------------------------------------------------------- */
/*	stuff									*/
/* --------------------------------------------------------------------------------- */

img {
	border: 0;
}

.clear {
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
