html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
/* 	background: url(../images/footer_bg.png) repeat-x bottom fixed; */
}

h1 {

	font-size: 1.8em;
	font-weight: normal;
	color: #722e85;

}

a:link,
a:active,
a:visited {
	color: #722e85;
	text-decoration: underline;
}

p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}

#infobox {
	width:  100%;
	max-width: 300px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(114, 46, 133, 0.9);
	padding: 0 30px 30px 30px;
	line-height: 1.5em;
	margin: 20px;
	border-radius: 5px;
	font-size: 1.5em;
	color: #fff;
	cursor: pointer;
}

#infobox:hover {
	background: rgba(114, 46, 133, 1);		
}

#infobox a:link {
	color: #fff;
}

#container {
	
}

#content {
	
}

#content .inside {

/* 	background: url(../images/content_bg.png) right top repeat-y;	 

	background: #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e5e5e5 10px, #ffffff 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10px,#e5e5e5), color-stop(99%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	
*/

	background: url(../images/content_bg.jpg) left top no-repeat #f9f9f9;

}

#content ul {
	padding-left: 16px;
	list-style-type: none;
	list-style-image: url(../images/lsImage.png);
}

#content li {
	line-height: 1.8em;
	font-size: 1.4em;
	color: #666;
}

.contentLeft {
	float: left;
	width: 439px;
	padding: 20px;
}

.contentRight {
	float: right;
	width: 460px;
	min-height: 340px;
	padding: 20px 0 20px 20px;
	background-color: #fff;
	border-left: 1px solid #ccc;
}

header {
	height: 150px;
}

header .inside {
	position: relative;
	height: 150px;
}

#push {
	position: absolute;
	top: 0;
	right: 0;
	height: 150px;
	width: 480px;
	background: url(../images/swingmed_push.jpg) no-repeat;
	
	text-shadow: 1px 1px 1px white;
}

#push h2 {
	width: 460px;
	margin: 40px 0 0 0;
	color: #722e85;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}

#push p {
	width: 460px;
	margin-top: 10px;
	text-align: right;
}

#push a {
	display: block;
	color: #000;
	text-decoration: none;
}

blockquote {
	margin-left: 10px;
	font-size: 1.6em;
	color: #777;
}

.subtitle {
	font-size: 70%;
	color: #aaa;
}

strong {
	color: #722e85;
	font-weight: normal; 
}

#logo {
	position: relative;
	top: 30px;
}

#teaser {
	height: 300px;
	background: url(../images/teaser_bg.png);
}

#teaser .div50 img {
	border-right: 2px solid #fff;
}

#footer {
	height: 100px;
	
	color: #722e85;
	font-size: 1.2em;
	font-weight: bold;
}

#footer .inside {
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #ccc;
	
}

.inside {
	margin: 0 auto;
	width: 960px;
}

.div25 {
	float: left;
	width: 25%;
}

.div50 {
	float: left;
	width: 50%;
}

.div75 {
	float: left;
	width: 75%;
}

.clearfix {
	clear: both;
}

.hl {
		border: 1px dotted red;
}

/* NAVIGATION */

#navigation,
#subnavigation {
	height: 255px;
	margin: 0;
	padding: 45px 0 0 0;
	list-style-type: none;
}

#navigation {
	border-left: 2px solid #fff;
	background-color: rgba(255,255,255,0.5);
}

#subnavigation {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: rgba(255,255,255,0.4);
}

#navigation a:link,
#navigation a:active,
#navigation a:visited {
	display: block;
	padding-left: 2em;
	font-size: 1.8em;
	color: #797c4f;
	text-decoration: none;
	line-height: 30px;
	transition: all 1000ms ease-out 0s;
}

#subnavigation a:link,
#subnavigation a:active,
#subnavigation a:visited {
	display: block;
	padding-left: 2em;
	font-size: 1.6em;
	color: #797c4f;
	text-decoration: none;
	line-height: 30px;
	transition: all 1000ms ease-out 0s;
}

#navigation a:hover,
#subnavigation a:hover {
	transition: all 100ms ease-out 0s;
	background-color: rgba(255,255,255,1);
}

.active {
	background-color: #fff;
	font-weight: bold;
}

/* Kontaktformular */

#form {
	margin-top: 20px;
}

#form div {
	margin-bottom: 10px;
}

textarea {
	width: 300px;
	height: 100px;
	padding: 10px 35px 0 10px;
	border: 1px solid #ccc;
}

input[type="text"]
{
	width: 300px;
	height: 25px;
	padding: 0 35px 0 10px;
	border: 1px solid #ccc;
}

input[type="checkbox"], input[type="radio"]
{
	width: auto;
}

input.submit {
	margin-left: 83px;
	width: 346px;
	height: 30px;
	
	font-weight: bold;
	color: #fff;
	background-color: #6D1F80;
	border: 0;
	cursor: hand;
}

label {
	min-width: 80px;
	display: inline-block;
	font-size: 1.4em;
}

input.error,
textarea.error {
	border: 1px solid #6D1F80;
	box-shadow: 0px 0px 4px #6D1F80;
	background: url(../images/error.png) no-repeat right center #fff;
}
