/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color:#666;
}
/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
    font-size: small;
}
/* */
h1 {
	font-size: 1.4em;
	font-weight:normal;
}
h2 {
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
	font-weight:bold;
}
h3 {
	font-size: 1em;
}
h1 a,h2 a, h3 a{
	color:#666;
}
h1 a:hover,h2 a:hover, h3 a:hover{
	text-decoration: none;
	color:#ec008c;
}
li {
	list-style: square;
}
p{
	color:#666;
	letter-spacing:1px;
	line-height:17px;
	font-size: 1em;
	margin: 2px 0 16px 0;
}
a {
	color: #ec008c;
	text-decoration: none;
}
a:hover {
	color:#ec008c;
	text-decoration: underline;
}
.bild_links{
	float:left;
	padding: 1px 6px 0 0;
	color: #E9E9E9;
}
.bild_rechts{
	float:right;
	padding: 1px 0 0 6px;
	color: #E9E9E9;
}
.text_links{
	float:left;
	padding: 0 3px 0 0;
}
.text_rechts{
	float:right;
	padding: 0 0 0 3px;
}
hr {
	border: 0;
	width: 90%;
	color: #E9E9E9;
	background-color: #E9E9E9;
	height: 1px;
	clear: both;
}
code {
	font-family: courier, monospace;
	background-color: #eee;
	border: 1px dashed #ccc;
	padding: 4px;
	font-size: 9px;
	display: block;
}
#logo{
	width: 750px;
}
#logo img{
	border: 0;
}
#sitemap li {
	padding: 5px 0 5px 0;
}
#sitemap ul{
	margin: 0 0 8px 0;
}
/*navigation*/
#navigation{
	position:absolute;
	left:69px;
	top: 190px;
	text-align: right;
	color: #fff;
}
#navigation a {
	font-size: 0.92em;
	letter-spacing:3px;
	text-align: right;
}
#navigation ul{
	margin: 0;
	padding: 0;
}
#navigation li{
	list-style: none;
	text-align:left;
	border-bottom: 1px #fff solid;
	margin-bottom:6px;
}
#navigation ul li a{
	width: 180px;
	display:block;
	color: #fff;
	text-decoration: none;
	padding: 26px 5px 1px 0;
}
#navigation ul li a:hover{
	width: 190px;
}
#navigation ul li a.selected{
	font-weight: normal;
}
/*subnavigation*/
#navigation li ul{
	padding-top:5px;
}
#navigation li ul li a{
	padding-right:5px;
	padding-top:5px;
	color: #666;
	letter-spacing:2px;
}
#navigation li ul li a:hover, #navigation li ul li a.selected{
	color: #ec008c;
	background-color: #fff;
	width: 180px;
}
/*farbklassen navi*/
.orange_bg {
	background-color: #ff7900;
}
.pink_bg {
	background-color: #ec008c;
}
#content{
	width: 465px;
	padding: 15px;
	border: 1px #e9e9e9 solid;
	position:absolute;
	top: 180px;
	left: 254px;
	background-color:#fff;
	color:#666;
	letter-spacing:1px;
}
#meta{
	width: 68px;
	height:15px;
	position: absolute;
	left:675px;
	top: 165px;
	z-index: 0;
}
#meta img {
	border: 0;
}
#bannerbox{
	position:absolute;
	left:761px;
	top: 180px;
}
#bannerbox, #bannerbox p{
	text-align: left;
	letter-spacing:0.5px;
	font-size:0.84em;
	color: #666;
	line-height: 12px;
	margin:0;
	padding:0;
}
.banner{
	width: 101px;
	border: 1px #e9e9e9 solid;
	margin-bottom: 10px;
}
#bannerbox a{
	display:block;
	color: #666;
	text-decoration: none;
}
#bannerbox a:hover, #bannerbox a.selected{
	color: #ec008c;
}
input,textarea,select {
	width: 200px;
}
textarea{
	height: 100px;
}

/* jQuery imagebox */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaption img
{
	border: 0;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(http://www.pinkorange.at/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(http://www.pinkorange.at/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(http://www.pinkorange.at/images/imagebox/next_image.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(http://www.pinkorange.at/images/imagebox/prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}