/* ------------------------------------------

Title : LIVID Media Agentur
Author : Tim Sydekum
URL : http://www.livid-media.de

Description : Default stylesheet

Created : 2009-11-05

------------------------------------------ */

/* --- BASIC --- */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #58585a;
	padding: 0;
	margin: 0;
	background-color: #ededed;
}



/* --- HTML --- */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #d04276;
}

h1 {
	font-size: 26px;
	margin-bottom: 22px;
}

h2 {
	font-size: 21px;
	padding-top: 6px;
	margin-bottom: 12px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	outline: 0;
}

a:link, a:visited {
	color: #d04276;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 16px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: circle;
	margin-bottom: 14px;
}

li {
	margin-left: 18px;
	line-height: 20px;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

small {
	font-size: 10px;
	color: #888;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}



/* --- BODY / HEADER / NAVIGATION --- */
#body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 824px;
	margin: 0 auto;
}

#header {
	width: 824px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
}

#navigation {
	float: left;
	width: 262px;
	margin-bottom: 60px;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li a {
	float: left;
	color: #d04276;
	text-decoration: none;
	width: 200px;
	height: 40px;
	margin: 0 0 12px 38px;
	text-indent: -10000px;
}

#navigation #mobiles-tapen a {
	background: url(images/navi_mobiles_tapen.png) 0 0 no-repeat;
}

#navigation li#personal-training a {
	background: url(images/navi_personal_training.png) 0 0 no-repeat;
}

#navigation li#sporttherapie a {
	background: url(images/navi_sporttherapie.png) 0 0 no-repeat;
}

#navigation li#mobile-massage a {
	background: url(images/navi_mobile_massage.png) 0 0 no-repeat;
}

#navigation li#gesundheitskurse a {
	background: url(images/navi_gesundheitskurse.png) 0 0 no-repeat;
}

#navigation li#firmenfitness a {
	background: url(images/navi_firmenfitness.png) 0 0 no-repeat;
}

#navigation li#ueber-mich a {
	background: url(images/navi_ueber_mich.png) 0 0 no-repeat;
}

#pfeil-mobiles-tapen, #pfeil-personal-training, #pfeil-sporttherapie, #pfeil-mobile-massage, #pfeil-gesundheitskurse, #pfeil-firmenfitness, #pfeil-ueber-mich {
	position: absolute;
	width: 23px;
	height: 19px;
	margin-left: 10px;
	background: url(images/navi_pfeil.png) 0 0 no-repeat;
}

#pfeil-mobiles-tapen { margin-top: 0; }
#pfeil-personal-training { margin-top: 52px; }
#pfeil-sporttherapie { margin-top: 104px; }
#pfeil-mobile-massage { margin-top: 156px; }
#pfeil-gesundheitskurse { margin-top: 208px; }
#pfeil-firmenfitness { margin-top: 260px; }
#pfeil-ueber-mich { margin-top: 312px; }



/* --- CONTENT / FOOTER --- */
#content-bg {
	background: url(images/content_bg.png) top center;
}

#content {
	float: right;
	width: 530px;
	padding-right: 32px;
	padding-bottom: 30px;
	margin-top: -6px;
}

#footer-bg {
	width: 824px;
	height: 140px;
	background: url(images/content_bottom.png) repeat-x top center;
}

#footer {
	font-size: 12px;
	color: #555;
	margin-left: 262px;
}

#copyright {
	font-size: 12px;
	color: #777;
	padding-top: 15px;
	margin-left: 262px;
}

#x-logo {
	position: relative;
	float: left;
	width: 187px;
	height: 165px;
	margin-left: 40px;
	margin-top: -40px;
}



/* --- KURSANGEBOT --- */
.kursbox {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.kursbox h3 {
	color: #fff;
	padding: 10px 15px 8px;
	border-bottom: 1px solid #ddd;
	background-color: #d04276;
	margin-bottom: 0;
}
.kursbox .inner {
	padding: 10px 15px 0;
	background: #f4f4f4;
	overflow: hidden;
}
.kursbox dl dt {
	float: left;
	width: 85px;
}
.kursbox dl dd {
	margin: 0 0 15px 85px;
}



/* --- FORMS --- */
form {
	padding: 0;
	margin: 0;
	border: 0;
}

input, textarea {
	color: #424c4c;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
}

.input-text {
	font-family: Arial;
	width: 276px;
	color: #424c4c;
	padding: 12px;
}

textarea {
	height: 60px;
	overflow: hidden;
}



/* --- MISC --- */
.hr {
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 12px 0;
	clear: both;
}

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

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

.skip {
	position: absolute;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
}