/* BA-Photo layout css document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	background: #010101;
	color: #efefef;
	margin: 0px;
	padding: 0px;
}

a {
	color: #cdcdcd;
	text-decoration: none;
}
a:hover {
	color: #18e60f;
}

.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

#maincontainer {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#headercontainer {
	position: relative;
	height: 100px;
	width: 100%;
}
#logo {
	position: absolute;
	left: 0px;
	width: 374px;
	/*background: #333 url(../pics/ba_header.gif) left top no-repeat;*/
	
	font-size: 40px;
	bottom: 0px;
	line-height: 130%;
}

/* Navigation */
#navigation {
	position: absolute;
	right: 0px;
	bottom: 8px;
}
#navigation a {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

/* Contentcontainer */
#contentcontainer {
	position: relative;
	height: 480px;
	width: 100%;
}

/* Footer */
#footercontainer {
	position: relative;
	height: 20px;
	width: 100%;
	margin-top: 5px;
}
#footer {
	width: 100%;
}
#footernav {
	position: absolute;
	left: 0px;
}
#sideshow {
	position: absolute;
	right: 0px;
}

/* Footer - portfoliocontainer */
#portfoliofooter {
	width: 100%;
}
#categories {
	position: absolute;
	left: 0px;
}
#categories a {
	margin-right: 10px;
}
#controls {
	position: absolute;
	right: 0px;
}
#controls div {
	float: left;
	margin-left: 10px;
}
.navi_disabled {
	color: #696969;
}

/* Logincontainer */
#logincontainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 788px;
	border: 1px dotted #cdcdcd;
	background: #161616;
	opacity: 0.8;
	padding: 5px;
	margin-top: 10px;
}
#logincontainer h4 {
	font-size: 120%;
	line-height: 150%;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #333;
}
#logincontainer label {
	display: block;
	float: left;
	width: 70px;
	padding-top: 4px;
}
#logincontainer input {
	width: 220px;
	height: 16px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
	color: #444;
}
#logincontainer input:focus {
	background: #18e60f;
	color: #111;
}
#logincontainer #login_submit {
	width: 120px;
	height: 20px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
#logincontainer #login_submit:hover {
	background: #18e60f;
	color: #333;
}
#login_error {
	position: absolute;
	left: 0px;
	top: 134px;
	width: 784px;
}

/* Clientinfo in internal section */
#clientinfo {
	margin-top: 10px;
	border: 1px dotted #cdcdcd;
	background: #595959;
	padding: 5px;
}
#clientinfo h1 {
	border-left: 15px solid #18e60f;
	padding-left: 10px;
}
#clientdownloads {
	height: 300px;
	overflow: auto;
	border: 1px solid #cdcdcd;
	background: #161616;
	padding: 5px;
	margin-top: 10px;
}
#clientdownloads a {
	display: block;
	/*width: 300px;*/
	background: #383838;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	border-left: 15px solid #18e60f;
	border-right: 1px solid #18e60f;
	border-top: 1px solid #18e60f;
	border-bottom: 1px solid #18e60f;
}
#clientdownloads a:hover {
	background: #18e60f;
	color: #111;
}

/* Thumbnails */
#thumbnailcontainer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #161616;
	border: 1px solid #585858;
	opacity: 0.9;
	width: 778px;
	padding: 10px;
	z-index: 1000;
}
#thumbnailcontainer a img {
	margin: 5px;
	border: 1px solid #333;
	width: 85px;
	height: 51px;
}
#thumbnailcontainer a.thumbcurrent img {
	border: 1px solid #18e60f;
}

.preloader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 480px;
	background: url(../pics/ajax_loader_bar.gif) center no-repeat;
	display: none;
}

/* Error */
.error {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #18e60f;
	padding: 8px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/* Admin */
#admin_container {
	height: 380px;
	overflow: auto;
	border: 1px solid #cdcdcd;
	background: #161616;
	padding: 5px;
	margin-top: 10px;
}
#admin_container h2 {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
#admin_error {
	position: absolute;
	top: 184px;
	width: 784px;
	z-index: 1000;
}
.admin_breakline {
	border-bottom: 1px dotted #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}

#admin_container label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 4px;
}
#admin_container input, #admin_container textarea {
	width: 220px;
	height: 16px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
	color: #444;
}
#admin_container input:focus, #admin_container textarea:focus {
	background: #18e60f;
	color: #111;
}
#admin_container select {
	width: 220px;
	height: 16px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
	color: #444;
}
#admin_container select:focus {
	background: #18e60f;
	color: #111;
}

#admin_usermanagement {
	float: left;
	border: 1px solid #fff;
	width: 375px;
	height: 365px;
	background: #292929;
	padding: 5px;
}
#admin_usermanagement #user_submit {
	width: 120px;
	height: 20px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
#admin_usermanagement #user_submit:hover {
	background: #18e60f;
	color: #333;
}
#user_list {
	height: 190px;
	overflow: auto;
}
#user_list table {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	border-collapse: collapse;
	width: 99%;
}
#user_list th, #user_list td {
	padding: 2px;
	border: 1px solid #000;
	text-align: left;
}
#user_list th {
	background: #000;
}

#admin_newsmanagment {
	float: right;
	border: 1px solid #fff;
	width: 375px;
	height: 365px;
	background: #292929;
	padding: 5px;
}
#admin_newsmanagment textarea {
	height: 63px;
}
#admin_newsmanagment #news_submit {
	width: 120px;
	height: 20px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
#admin_newsmanagment #news_submit:hover {
	background: #18e60f;
	color: #333;
}
#news_list {
	height: 190px;
	overflow: auto;
}
#news_list table {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	border-collapse: collapse;
	width: 99%;
}
#news_list th, #news_list td {
	padding: 2px;
	border: 1px solid #000;
	text-align: left;
}
#news_list th {
	background: #000;
}

/* News output */
#newsoutput {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	border: 1px solid #2a2a2a;
	padding: 5px;
	color: #111;
}
#newsoutput .newsblock {
	border-bottom: 1px dotted #2a2a2a;
}
#newsoutput .newsblock h1 {
	font-size: 16px;
	line-height: 120%;
}
#newsoutput .newsblock a {
	color: #333;
	text-decoration: underline;
}
#newsoutput .newsblock a:hover {
	color: #f90;
}

/* Clients */
#clients {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	border: 1px solid #2a2a2a;
	padding: 5px;
	color: #111;
}
#clients h2 {
	margin-top: 25px;
	font-size: 16px;
	line-height: 120%;
}
#clients div {
	font-size: 120%;
	margin-bottom: 8px;
}
#clients div a {
	color: #111;
	text-decoration: underline;
}
#clients div a:hover {
	color: #18e60f;
}

/* Vita */
#vita {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	border: 1px solid #2a2a2a;
	padding: 5px;
	color: #111;
}
#vita h2 {
	margin-top: 25px;
	font-size: 16px;
	line-height: 120%;
}
#vita div {
	font-size: 120%;
	margin-bottom: 8px;
}
#vita div a {
	color: #111;
	text-decoration: underline;
}
#vita div a:hover {
	color: #18e60f;
}

/* Imprint */
#imprint {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	border: 1px solid #2a2a2a;
	padding: 5px;
	color: #111;
}
#imprint div {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #2a2a2a;
}
#imprint a {
	color: #111;
}

/* Sitemap */
#sitemap {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	padding: 5px;
	color: #111;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sitemap ul li a {
	border: 1px solid #1a1a1a;
	display: block;
	font-size: 16px;
	width: 200px;
	padding: 5px;
	margin: 5px;
	color: #1a1a1a;
}
#sitemap ul li a:hover {
	color: #fff;
	background: #18e60f;
}
#sitemap ul li ul li, #sitemap ul li ul li a {
	margin-left: 20px;
}
#sitemap ul li ul li a {
	font-size: 13px;
}

/* Contact */
#contact {
	position: relative;
	left: 15px;
	top: 15px;
	width: 320px;
	height: 440px;
	overflow: auto;
	border: 1px solid #2a2a2a;
	padding: 5px;
	color: #111;
}
#contact a {
	color: #111;
}
#contact a:hover {
	color: #18e60f;
}
#contact form {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #9a9a9a;
}
#contact label {
	display: block;
	width: 60px;
	float: left;
}
#contact input, #contact textarea {
	border: 1px solid #333;
	background: #fff;
	width: 240px;
	margin-bottom: 5px;
}
#contact textarea {
	height: 80px;
}
#contact input:focus, #contact textarea:focus {
	background: #18e60f;
}
#contact #co_send {
	width: 120px;
	cursor: pointer;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #101010;
	border-right: 1px solid #101010;
}
#contact #co_send:hover {
	border-top: 1px solid #101010;
	border-left: 1px solid #101010;
	border-bottom: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
}
#contact #co_error {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #18e60f;
	padding: 8px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/* placeholder */
#placeholder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 380px;
	padding-top: 100px;
	font-size: 300%;
	line-height: 400%;
	color: #959595;
	text-align: center;
	z-index: 1;
}

#mainpic {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}


/* Subcats navi */
#subcatsnavi {
	position: relative;
	top: 17px;
}
#scnavi_holga {
	margin-left: 10px;
}
#subcatsnavi a.active {
	color: #18e60f;
}