/* ####################
 * Anaconda V4 Theme "VauVier-Black" v1.2
 * Time: 200911102014
 * ####################
 */

body {
	background-color: black;
	background-image: url(bg_logo-y.gif);
	background-position: inherit;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.logo {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}

/* Layout ################################################## */
.paneleft {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 160px;
}

.paneright {
	position: absolute;
	right: 30px;
	top: 140px;
	width: 160px;
}

.panemiddle {
	position: absolute;
	left: 190px;
	right: 210px;
	top: 140px;
}

/* Box-Design ################################################## */
.box {
	position: relative;
	margin: 0px 10px 12px 10px;
	width: 100%;
}

.box .title {
	position: relative;
	width: 100%;
	height: 27px;
	background-image: url("box-title-middle.gif");
	background-repeat: repeat-x;
}

.title-middle {
	 position: absolute;
	 left: 3px;
	 top: 0px;
	 bottom: 0px;
	 right: 3px;
	 z-index: 2;
}
 
.title-left {
	 position:absolute;
	 left: 0px;
	 top: 0px;
	 height: 27px;
	 width: 3px;
	 background-image: url("box-title-left.gif");
	 background-repeat: no-repeat;
	 z-index: 1;
 }
 
.title-right {
	 position:absolute;
	 right: 0px;
	 top: 0px;
	 height: 27px;
	 width: 3px;
	 background-image: url("box-title-right.gif");
	 background-repeat: no-repeat;
	 z-index: 1;
 }

.box .content {
	position: relative;
 	width: 100%;
	height: 100%;
	background-image: url("box-entry-middle.gif");
	background-repeat: repeat;
 }

 .content-middle {
	 position:absolute;
	 left: 3px;
	 top: 0px;
	 right: 3px;
	 bottom: 0px;
	 z-index: 2;
}
 
.content-left {
	 position:absolute;
	 left: 0px;
	 top: 0px;
	 bottom: 0px;
	 width: 3px;
	 background-image: url("box-entry-left.gif");
	 background-repeat: repeat-y;
	 z-index: 1;
 }
 
.content-right {
	 position:absolute;
	 right: 0px;
	 top: 0px;
	 bottom: 0px;
	 width: 3px;
	 background-image: url("box-entry-right.gif");
	 background-repeat: repeat-y;
	 z-index: 1;
 }

 .box .bottom {
 	position: relative;
 	left: 0px;
	width: 100%;
	height: 3px;
	background-color: white;
 }
 
 .bottom-middle {
	 position:absolute;
	 left: 3px;
	 top: 0px;
	 height: 3px;
	 right: 3px;
	 background-image: url("box-bottom-middle.gif");
	 background-repeat: repeat-x;
	 z-index: 2;
}
 
.bottom-left {
	 position:absolute;
	 left: 0px;
	 top: 0px;
	 height: 3px;
	 width: 3px;
	 background-image: url("box-bottom-left.gif");
	 background-repeat: no-repeat;
	 z-index: 1;
 }
 
.bottom-right {
	 position:absolute;
	 right: 0px;
	 top: 0px;
	 height: 3px;
	 width: 3px;
	 background-image: url("box-bottom-right.gif");
	 background-repeat: no-repeat;
	 z-index: 1;
 }
 
/* Text formats ########################################### */
.title .menu {
	position: relative;
 	padding-top: 7px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #DDDDDD;
	z-index: 3;
}

.title .menu img {
	padding-right: 5px;
	vertical-align: top;
}
 
.content .menu {
	position: relative;
	right: 3px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	line-height: 20px;
	z-index: 3;
}

.content .menu ul {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.content .menu img {
	padding-left: 8px;
	padding-right: 10px;
	vertical-align: middle;
}

.content .menu a:link, .content .menu a:active, .content .menu a:focus, .content .menu a:visited {
	text-decoration: none;
	color: #DDDDDD;
}

.content .menu a:hover {
	text-decoration: none;
	color: #FF5585;
}

.content .menu table {
	border-width: 0px;
	padding: 0px;
}
.content .menu td {
	vertical-align: top;
	padding: 0px;
}

.content .text {
	position: relative;
	right: 3px;
	padding-top: 3px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	line-height: 22px;
	z-index: 3;
}

.content .text p {
	margin-top: 4px;
	margin-bottom: 0px;
}
 
.content .text a:link, .content .text a:active, .content .text a:focus, .content .text a:visited {
	text-decoration: underline;
	color: #DDDDDD;
}

.content .text a:hover {
	text-decoration: underline;
	color: #FF5585;
}

.panemiddle .box .content .menu a:link, .panemiddle .box .content .menu a:active, .panemiddle .box .content .menu a:focus, .panemiddle .box .content .menu a:visited {
	text-decoration: underline;
	color: #DDDDDD;
}

.panemiddle .box .content .menu a:hover {
	text-decoration: underline;
	color: #FF5585;
}

.list-entry:hover {
	background-color: #292929;
}

.header, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
}

p {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

input, textarea {
	color: #DDDDDD;
	background-color: #292929;
	border-style: solid;
	border-width: 1px;
	border-color: #606060;
	padding: 1px;
	margin: 5px;
}

input:hover, textarea:hover {
	background-color: #292929;
	border-color: #FF5585;
}

.content .menu .galery-entry-box {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #606060;
	height: 70px;
	margin: 5px;
}

.content .menu .galery-entry-box:hover {
	background-color: #292929;
	border-color: #FF5585;
}

.content .menu .galery-entry-box img {
	height: 70px;
	border: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

#piXaver {
	position: absolute;
	z-index: 5;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #FF5585;
	background-color: #292929;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	line-height: 22px;
}
