/* RUNDA HÖRN CSS3

-moz-border-radius-topleft / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius

 */


body {
	background-color: #f8f8f8;
	text-align: center;
}

/* TYPOGRAHPY */

p {
	font: normal 14px/18px "Helvetica", Verdana, Lucida Grande, Lucida, sans-serif;
	letter-spacing: 0px;
	margin-top: -5px;
}

h1, h2, h3, ul, li {
	font: bold 19px/19px "Helvetica", Verdana, Lucida Grande, Lucida, sans-serif;	
	letter-spacing: -1px;
	background-color: transparent;
	margin-bottom: 5px;
	text-transform: uppercase;
}


/* TYPOGRAPHY COLORS */

body, h1, h2, h3 {
	color:#000000;
}

a, a:visited:active {
	color:#b5107a;
	text-decoration:none;
}

li, li a, .form, .formSubmit {
	color:#fff;
}

a:hover {
	text-decoration: underline;
}

ul a:hover {
	color:#fff;
	text-decoration:none;
}


/* ROUND CORNERS */

li, .form, .formSubmit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* MENU */

#pink {
	background-color: #b5107a;
	border: 6px solid #b5107a;


}

h1 {
	background-color: #b50079;
	border: 6px solid #b5107a;
}

h2 {
	font-size: 40px;
	line-height: 41px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
	width: 505px;
}

li {
	float: left;
	list-style-type: none;
	background-color: #000;
	margin-right: 4px;
	text-align: left;
	border: 6px solid #000;
}

li:hover {
	background-color: #b5107a;
	cursor: pointer;
	border: 6px solid #b5107a;
}

#logotyp {
	background: transparent;
	position: absolute;
	top: 10px;
	left: -200px;
	width: 183px;
	height: 147px;
	padding: 0;
	border-style: none;
}

img {
	border-style: none;
}

#center {
	position: relative;
	width:420px;
	margin-top:0px; margin-bottom:0px; margin-left:auto; margin-right:auto;
	padding:0px;
	display:block;
}

#content {
	text-align: left;
	margin: 0;
	padding: 0;
	top: 98px;
	left: 0;
	position: relative;
	width: 505px;
}

#content img {
	margin-top: 5px;
	margin-bottom: 16px;
	width: 505px;
}

.form {
	background-color: #000;
	border: 6px solid #000;
	font: normal 17px/22px "Helvetica", Verdana, Lucida Grande, Lucida, sans-serif;
	letter-spacing: 0px;
	width: 494px;
	max-width: 505px;
}

.form_red {
	background-color: #FF9999;
	border: 6px solid #FF9999;
}

.formSubmit {
	background-color: #000;
	border: 6px solid #000;
	font: bold 19px/19px "Helvetica", Verdana, Lucida Grande, Lucida, sans-serif;	
	letter-spacing: -1px;
	text-transform: uppercase;
}

.formSubmit:hover {
	background-color: #b5107a;
	border: 6px solid #b5107a;
	cursor: pointer;
}

input, textarea {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#menu {
	width: 505px;
	position: relative;
}
div.knapp {
	width:100%;
}
.knapp a {
	display:block;
	background:url(../images/knapp_first.jpg) top center no-repeat;
	width:215px;
	height:216px;
	text-indent:-9999px;
	margin:0 auto 0 auto;
}
.knapp a:hover {
	background:url(../images/knapp_hover.jpg) top center no-repeat;

}
