* {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	color: #666;
	font-size: 11px;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #efefef;
  	font-size: 11px;
}

ul, ol {
	padding: 0;
	margin: 0;
}

.menuTooltip {
	border: 1px solid #c57bad;
	background-color: #e68ced;
	padding: 6px;
	color: #ffffff;
	opacity: .8;
	filter: alpha(opacity=80);
}

.menuTooltip #tooltipTitle {
	color: #ffffff;
}

.menuTooltip #tooltipURL {
	display: none;
}

#container {
	z-index: 1;
	position: relative;
	/*left: 50px;*/
	left: 50%;
	margin-left: -418px;
	width: 835px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
	min-height: 500px;
	background-image: url('../img/header-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#levelpic {
	z-index: 12;
	width: 166px;
	height: 80px;
	position: absolute;
	top: 180px;
	left: 23px;
	background-image: url('../img/levelpic-border.gif');
}

#levelpic img {
	position: relative;
	left: 10px;
	top: 6px;
}


#menu ul.level1 {
	position: absolute;
	z-index: 1090;
	top: 34px;
	left: 70px;
	width: 781px;
	text-align: right;
}

#menu ul.level1 li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}

#menu ul.level1 li a {
	border-top: 10px solid #e68ced;
	padding-top: 40px;
	color: 	#666;
}

#menu ul.level1 li a:hover,
#menu ul.level1 li a:focus,
#menu ul.level1 li.act a {
  border-top-color: #f6acfd;
  color:  #BA51C5;
  text-decoration: none;
}

#menu li#home a {
	position: absolute;
	z-index: 999;
	top: -18px;
	left: -39px;
	border: 0;
	background: url('../img/kolorartists.gif') top left no-repeat;
	width: 137px;
	height: 10px;
	color: #fff;
	font-size: 1px;
}

#menu li#home h1 { display: inline; }

span.hidden {
	position: absolute;
	z-index: 666;
	top: -10000px;
	left: -300000px;
}



/* level2 reset */
#menu ul.level2 li {
	line-height: 16px;
	margin: 0;
	padding: 1px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #dadada;
}

#menu ul.level2 li.last {
	border-bottom: 0;
}

#menu ul.level2 li a {
	border: 0;
	padding-top: 0;
	display: block;
	padding-left: 15px;
}

#menu ul.level2 {
	text-align: left;
}

/*level2 reset end */

#menu ul.level2 {
	position: absolute;
	z-index: 195;
	top: 225px;
	left: -37px;
	width: 143px;
}

#col-left {
	position: absolute;
	z-index: 195;
	top: 255px;
	left: 50%;
	margin-left: -385px;
	width: 143px;
	line-height: 17px;
}


#menu ul.level2 ul {
	padding-left: 25px;
}

#menu ul.level2 ul li {
	border: 0;
}

#menu li.act ul.level2 li a {
	color: #666;
	background: url('../img/arrow-east.gif') center left no-repeat;
}

#menu li.act ul.level2 li.act-hassub a,
#menu li.act ul.level2 li.cur-hassub a {
	background: url('../img/arrow-south.gif') center left no-repeat;
	color: #BA51C5;
}

#menu li.act ul.level2 li.act a {
	color: #BA51C5;
}

#menu li.act ul.level2 li.act-hassub li a,
#menu li.act ul.level2 li.cur-hassub li a {
	background: url('../img/arrow-east.gif') center left no-repeat;
	color: #666;
}

#menu li.act ul.level2 li a:hover,
#menu li.act ul.level2 li a:focus,
#menu li.act ul.level2 li.act-hassub li a:hover,
#menu li.act ul.level2 li.act-hassub li a:focus,
#menu li.act ul.level2 li.act-hassub li.act a,
#menu li.act ul.level2 li.cur-hassub li a:hover,
#menu li.act ul.level2 li.cur-hassub li a:focus,
#menu li.act ul.level2 li.cur-hassub li.act a {
	color: #BA51C5;
}





/* CONTENT begin */

div#content-wrap {
  margin-left: 200px;
  padding-top: 183px;
  padding-right: 5px;
  height: 100%;
  padding-bottom: 5px;
  width: 630px;
  text-align: right;
  background-color: transparent;
}

div#content {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 3px;
  margin-bottom: 30px;
  text-align: left;
  background-color: #fff;
}

h2 {
  margin: 0;
  padding: 0;
  background-color: #eee;
  border-right: 10px solid #ccc;
  padding-left: 20px;
  color: #666;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  padding-right: 63px;
}

#content h3 {
  margin: 0;
  padding: 0;
  margin-top: 17px;
  font-size: 12px;
  color: #b64cad;
  padding-left: 45px;
  padding-bottom: 0;
  background: url('../img/h3-bg.gif') top left no-repeat;
  margin-bottom: 17px;
  line-height: 20px;
  border-bottom: 1px dotted #ccc;
}

#col-left h3 {
	font-size: 13px;
	margin-top: 17px;
}

#content h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #b64cad;
	margin-bottom: 3px;
}


#content p {
	padding: 0;
	margin: 0;
	padding-bottom: 17px;
	line-height: 17px;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

a {
	color: #BA51C5;
}

a:hover,
a:focus {
	text-decoration: underline;
}


#content a.ext,
#content a.external-link,
#content a.external-link-new-window {
	padding-right: 12px;
	background: url('../img/external-link-no.gif') center right no-repeat;
}

#content a.ext:hover,
#content a.ext:focus,
#content a.external-link:hover,
#content a.external-link:focus,
#content a.external-link-new-window:hover,
#content a.external-link-new-window:focus {
	padding-right: 12px;
	background: url('../img/external-link-hover.gif') center right no-repeat;
}

#content a:visited {
/*
	padding-right: 16px;
	background: url('../img/link-visited.gif') center right no-repeat;
*/
	color: #9A31A5;
}



#content pre, #content code {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", "Monospace", monospace;
	border: 1px solid #ccc;
	border-left-width: 10px;
	overflow: auto;
	padding: 10px;
}


#content ul,
#content ol {
	padding-left: 20px;
}

/* CONTENT end */










/* COPYRIGHT begin */

#copyright {
  text-align: center;
  position: absolute;
  bottom: -40px;
  width: 100%;
  color: #666;
}

#copyright p {
  font-size: 10px;
}

#copyright p a {
  color: #666;
  text-decoration: underline;
}

#copyright p a:hover,
#copyright p a:focus {
  color: #999;
}

/* COPYRIGHT end */

#infomenu {
	position: absolute;
	z-index: 12234;
	top: 93px;
	left: 12px;
}

#infomenu ul {
	list-style-type: none;
}

#infomenu ul li {
	display: block;
}

#infomenu a {
	color: #fff;
	text-decoration: none;	
	width: 0px;
	display: block;
	overflow: hidden;
	line-height: 25px;
	padding-left: 22px;
}

#infomenu a:hover, #infomenu a:focus {
	width: 150px;
}


#infomenu a#sitemap {
	background: url('../img/sitemap.gif') center left no-repeat;
}

#infomenu a#imprint {
	background: url('../img/impressum.gif') center left no-repeat;
}

a#print {
	margin-right: 15px;
	padding-left: 15px;
	background: url('../img/print-grey.gif') center left no-repeat;
	color: #999;
}

a#print:hover,
a#print:focus {
	color: #BA51C5;
	background: url('../img/print-pink.gif') center left no-repeat;
}

acronym, abbr {
	border-bottom: 1px dotted #666;
}

input, select {
	border: 1px solid #ccc;
	background: url('../img/input-background.gif') center center repeat-x;
	background-color: #eee;
	font-size: 11px;
	padding: 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #999;
}


textarea {
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 11px;
}

.tx-bbsimplecontact-pi1 fieldset {
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 17px;
}

.tx-bbsimplecontact-pi1 legend {
	font-weight: bold;
}

.tx-bbsimplecontact-pi1 button {
	width: 130px;
	height: 23px;
	background: url('../img/button-big.gif') center center no-repeat;
	color: #fff;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 11px;
	padding-left: 5px;
}

.tx-bbsimplecontact-pi1 div.submit {
	text-align: right;
}

.tx-bbsimplecontact-pi1 .error {
	color: #BA51C5;
}

.tx-bbsimplecontact-pi1 div {
	margin-bottom: 3px;
}

.tx-bbsimplecontact-pi1 input, .tx-bbsimplecontact-pi1 textarea {
	width: 270px;
}

.tx-bbsimplecontact-pi1 input.radio {
	width: auto;
	border: 0;
	background: transparent;
}

.tx-bbsimplecontact-pi1 input.captcha {
	width: 70px;
}
/*
.tx-bbsimplecontact-pi1 fieldset.personal {
	background: url('../img/saunders/User.png') 85% center no-repeat;
}

.tx-bbsimplecontact-pi1 fieldset.customer {
	background: url('../img/saunders/Links.png') 85% center no-repeat;
}

.tx-bbsimplecontact-pi1 fieldset.message {
	background: url('../img/saunders/Contact2.png') 85% center no-repeat;
}

.tx-bbsimplecontact-pi1 fieldset.security {
	background: url('../img/saunders/Lock.png') 85% center no-repeat;
}
*/

.tx-bbpageteaser-pi1-teaser-image a:hover img,
.tx-bbpageteaser-pi1-teaser-image a:focus img {
	border-color: #999;
}

blockquote {
	font-family: "Times New Roman", Serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	background-color: #f3f3f3;
	padding-top: 15px;
	border: 1px solid #ccc;
	border-bottom-width: 3px;
	margin: 0;
	text-align: center;
}


.plus {
	list-style-image: url(../img/list/plus.gif);
}

.plugin {
	list-style-image: url(../img/list/plugin.gif);
}

.bookmark {
	list-style-image: url(../img/list/bookmark.gif);
}

.arrow-mini {
	list-style-image: url(../img/list/arrow_mini_right.gif);
}

.arrow-dash {
	list-style-image: url(../img/list/arrow_dash_right.gif);
}

.button {
	list-style-image: url(../img/list/button.gif);
}

.clipboard {
	list-style-image: url(../img/list/clipboard.gif);
}

.clock {
	list-style-image: url(../img/list/clock.gif);
}

.person {
	list-style-image: url(../img/list/person.gif);
}

.shield {
	list-style-image: url(../img/list/shield.gif);
}
.star {
	list-style-image: url(../img/list/star.gif);
}
.tick {
	list-style-image: url(../img/list/tick.gif);
}

#content ul li {
	line-height: 17px;
}


.typo3-adminPanel {
	position: absolute;
	z-index: 10015;
	left: 900px;
	top: 0;
}