@charset "utf-8";
/* CSS Document */

BODY {
	background: #454545;
}
BODY, DIV, P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #262626;
	margin: 0;
	padding: 0;
}

A, A:visited, A:hover, A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #888;
}
A:hover {color:#CCC;}
A:active {color: #FFF;}

#centering {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -250px;
	text-align: center;
	min-width: 900px; 
}
#contentBorder {
	background-color: #494949;
	border: solid 2px #313131;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 900px;
	height: 500px;
	margin: 0px auto;
}

#upload {
	color: #999999;
	background-color: #494949;
	border-bottom: solid 2px #313131;
	border-left: solid 2px #313131;
	border-right: solid 2px #313131;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 900px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#sidephoto { width: 185px; height: 500px; float:left; }
#menu {
	background: transparent url(../gfx/backmenu.jpg) top left no-repeat;
	width: 200px;
	height: 500px;
	float: left;
	padding-top: 170px;
	padding-left: 5px;
}
#content {
	width: 500px;
	height: 450px;
	margin-top: 25px;
	margin-left: -15px;
	float: left;
	border: none;
}
#submenu {
	width: 460px;
	height: 500px;
	padding: 0;
	padding-left: 50px;
	line-height:1.8em;

	display: table;
	#position: relative;
    overflow: hidden;

	background-image:url(../gfx/submenuback.jpg);
	background-position: 50px top;
	background-repeat:repeat-y;
	
	float: left;
}
#submenulist{
	vertical-align: middle;
}


#container {
height:500px;
overflow:hidden;
}

#submenulistcontent{
position: relative;
margin:0;
padding:0;
top:0;
}

.jcarousel-item {
display:block;
width:100%;
}



.go_up a{
	background: url("../gfx/up.png") no-repeat center;
	float:left;
	height:44px;
	width:75px;
}

.go_down {
	height: 45px;
	border-top: 1px solid #343434;
}

.go_down a{
	background: url("../gfx/down.png") no-repeat center;
	float:left;
	height:44px;
	width:75px;
}


#galeria {
	width: 430px;
	height: 430px;
	display: block;
	padding-left: 30px;
	#text-align:center;
}

#upload_content {
	padding: 10px;
	color: #999999;
	float: left;
}

#edit_remove {
	color: #999999;
	float: left;
	padding: 10px;
}

#import {
	color: #999999;
	float: left;
	padding: 10px;
	height: 110px;
	border-left: 2px solid #313131;
}

input,button,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#admin_link {
        color: red;
        text-decoration: none;
}

#logout {
		text-align: right;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #999999;
}

#title {
	font-size: 7pt;
}

#submenu.no_center {
	display:block;
	overflow:auto;
}

#container ul li {
line-height: 1.5em;	
}

.center {
display:table-cell;
height:500px;
vertical-align:middle;
width:460px;
}