body {
	background: #fff;
	color: #009ec6;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#container {
	background: url("../img/bg.jpg") no-repeat top left;
}

a {
	color: #009ec6;
	font-weight: bold;
}

a img {
	border: none;
}

a span {
	cursor: pointer; /*IE7*/
}

button {
	border: none;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

button:active {
	outline: none;
}

p, h1, h2, h3, a.button, button, input {
	margin-bottom: 1em;
}

.article {
	margin-bottom: 1.4em;
}

/* @group Buttons*/

.button,
button {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	background: url("../img/button_left.png") no-repeat left top;
	
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-decoration: none;
}

button {
	padding: 0 0 0 8px!important;
	outline: none;
	text-align: left;
}

.button span,
button span {
	float: left;
	display: block;
	background: url("../img/button_right.png") no-repeat right top; 
	
	padding: 11px 10px 11px 0;
	height: 18px;
}

.button-2rows span {
	padding: 6px 10px 6px 0;	
	height: 28px;
}


/* @end */

/* @group Styling Header */

#header .button span {
	padding: 13px 20px 9px 10px;
}

/* @group Styling Inhalt */

#main .content a {
	color: #fff;
}

#main .content {
	background: #00ccff url("../img/bg.jpg") no-repeat  -272px -280px;
	color: #fff;
}

#main .content h1 {
	position: relative;
	left: -24px;
}

/* @end */

/* @group Sidebar */

#main .aside button.submit span {
	padding: 13px 18px 11px 10px;
}

/* @end */

/* @group Footer */

#footer {
	background: #fff;
	border-top: 1px solid #00ccff;
}

/* @end */