* {margin:0; padding:0;} 

html {
	height:100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align:center;
	height: 100%;
	color: white;
	background-color: rgb(93,115,162);
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#wrap {
	min-height: 100%;
	margin:0 auto;
	width: 900px;
	text-align:left;
}

/* HEADER */

#header {
	height: 144px;
}

img {
	border: none;
}

a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


a:active {
  outline: none;
}



#therese {
	height: 238px;
	width: 124px;
	float: right;
	position: relative;
	z-index: 0;
}

#logo {
	float: right;
	margin-right: -22px;
	position: relative;
	z-index: 0;
	margin-top: 110px;
}

/* NAV */

#service {
	float: right;
	padding: 14px;
	color: rgb(179, 197, 212);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin-right: -58px;
}

#service .rex-navi1 {
	list-style: none;
	padding: 0;
}

#service .rex-navi1  li {
	display: inline;
	white-space: nowrap;
}


#service .rex-navi1 a {
	text-decoration: none;
	color: rgb(179, 197, 212);
}


#service .rex-navi1 a:hover {
	color: white;
}

#service .rex-navi1 .rex-current a, #service .rex-navi1 .rex-active a {
	color: white;
}

/* -- */

#haupt .rex-navi1 {
	list-style: none;
	padding: 0;
	margin-top: 114px;
	float: left;
}

#haupt .rex-navi1 li {
	display: inline;
	white-space: nowrap;
	padding-left: 36px;
	background-image: url(nav_bg.png);
	background-repeat: no-repeat;
}

#haupt .rex-navi1 li:first-child {
	padding-left: 0;
	background: none;
}

#haupt .rex-navi1 a {
	text-decoration: none;
	color: rgb(179, 197, 212);
	font-family: Neo Sans;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#haupt .rex-navi1 a:hover {
	color: white;
}

#haupt .rex-navi1 .rex-current a, #haupt .rex-navi1 .rex-active a {
	color: white;
}

/* --- */

#content {
	width: 900px;
	margin-top: 204px;
}

#content p, #content img {
	margin-bottom: 18px;
	margin-top: 18px;
}

#content #main p:first {
	margin-top: 0;
}

#content #main a:hover {
	color: white;
	background-image: url(link2.png);
}

#content #main h1 {
	font-family: Neo Sans;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	max-width: 640px;
	position: absolute;
	top:  210px;
}


#content #main blockquote {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: rgb(179, 197, 212);
	text-decoration: none;
	text-transform: none;
	line-height: 18px;
}

#content #main a {
	font-size: 13px;
	color: rgb(179, 197, 212);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	background-image: url(link1.png);
	background-position: 0 -3px;
	padding-left: 14px;
	background-repeat: no-repeat;
}



#content #side {
	width: 276px;
	min-height: 100%;
	margin-right: 28px;
	float: left;
}

#content #side .sideblock {
	width: 244px;
	height: 82px;
	margin-bottom: 18px;
	background-color: rgb(128,158,184);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}


#content #side .sideblock.active a {
	color: white;
}
#content #side #artlistend {
	margin-bottom: 16px;
}


#content #side .sideblock a {
	padding-top: 10px;
	padding-bottom: 200px;
	display: block;
	padding-left: 112px;
	color: rgb(28,48,99);
	text-decoration: none;
}

#content #side .sideblock a:hover {
	color: white;
}

#content #side img {
	margin-top: 1px;
}


#accordion {
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 596px;
}

#accordion h3 {
	color: rgb(28,48,99);
	margin-top: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 13px;
	background: rgb(128,158,184) repeat-y;
	font-weight: normal;
	font-style: normal;
}

#accordion div.ui-accordion-content {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding: 5px;
	padding-left: 20px;
}

#accordion div.ui-accordion-content img {
	margin-top: 10px;
	float: left;
	padding-bottom: 3px;
	clear: both;
}

p a.more {
	display: inline-block;
	float: right;
}

/* KONTAKT */

#main .formgen {
	margin-top: 14px;
}

#main .forminfo {
	margin-top: 14px;
	color: red;
}

#main .formgen .formreq {
	display: none;
}


#main .formgen label{
	width: 96px;
	display:  inline-block;
	vertical-align: top;
}


#main .formgen input.formtext{
	font-family: Georgia;
	font-size: 14px;
	width: 350px;
	background-color: rgb(240,238,237);
	border: none;
	height: 18px;
	margin-bottom: 8px;
}


#main .formgen input.formsubmit{
	font-family: Georgia;
	font-size: 16px;
	color: rgb(179, 197, 212);
	border: none;
	background: none;
	cursor: pointer;
	margin-left: 102px;
}

#main .formgen input.formsubmit:hover{
	color: white;
}

#main .formgen .formtextfield{
	font-family: Georgia;
	font-size: 14px;
	width: 350px;
	background-color: rgb(240,238,237);
	border: none;
	height: 122px;
	margin-top: 4px;
}


#side a {
	color: black;
	text-decoration: none;
}


