/*
	
	CSS-Datei für Wordpress-Template "julianweiss" 
	für das Julian Weiß Visual Artist Portfolio
	
*/

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

.warning_outer {
	width:100%; 
	height:100%; 
	display:table;	
}

.warning_inner {
	width:100%; 
	height:100%; 
	display:table-cell; 
	vertical-align:middle; 
	text-align:center;
}

#main {
	width:900px;
	margin:0 auto 0;
	padding:40px 0px;
	display:none;
	overflow:hidden;
}


#content {
	width:900px;
	height:533px;
	position:relative;
}

#content_li {
	float:left;
	width:50px;
	height:533px;
	position:relative;
	z-index:100;
	background-color:#FFF;
}

#prev {
	display:block;
	height:19px;
	width:50px;
	background-image:url(../img/prev.png);
	position:relative;
	top:258px;
}

#content_re {
	float:left;
	width:50px;
	height:533px;
	position:relative;
	z-index:100;
	background-color:#FFF;
}

#next {
	display:block;
	height:19px;
	width:50px;
	background-image:url(../img/next.png);
	position:relative;
	top:258px;
}

#prev:hover, #next:hover {
	background-position:0px 19px;
	cursor:pointer;
}

#infobutton {
	display:block;
	height:18px;
	width:50px;
	background-image:url(../img/info.png);
	margin-top:-18px;
	position:relative;
	top:235px;
}

#infobutton:hover {
	background-position:0px 18px;
	cursor:pointer;
}

#viewer_container {
	width:800px;
	height:533px;
	overflow:visible;
	float:left;
	position:relative;
}

#viewer_center {
	height:533px;
	width:800px;
	display:table;
	float:left;
	position:relative;
	z-index:10;
	overflow:hidden;
}

#viewer {
	display:table-cell;
	vertical-align:middle;
	width:800px;
	height:533px;

}

#infobox_container {
	width:0px;
	height:533px;
	float:right;
	overflow:visible;
	position:relative;
	z-index:20;
}

#infobox {
	width:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	height:533px;
	background-color:#FFF;
	position:relative;
	float:right;
	z-index:30;
}

#infobox_content {
	height:503px;
	width:250px;
	margin:15px 19px 15px 19px;
	overflow:hidden;
}

#info {
	display:none;
}

#navigation {
	width:800px;
	min-height:33px;
	margin:0 auto 0;
	margin-bottom:30px;
	background-image:url(../img/counter_trenner.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#navigation_re {
	width:398px;
	float:right;
}

#navigation_li {
	width:398px;
	float:left;
}

#nav {
	display:block;
	width:109px;
	overflow:hidden;
	margin-top:21px;
	float:left;
	list-style-type:none;
	padding:0;
}

#nav ul, #subnav ul, #subnav li {
	list-style-type:none;
	padding:0;
	margin:0;
}

#subnav {
	margin-top:21px;
	float:left;
}

.current_page_item a, .current_page_parent a {
background-position:0px 16px;
}

.nav_link {
	display:block;
	width:200px;
	height:16px;
	background-repeat:repeat-y;
	cursor:pointer;
}

.nav_link:hover {
	background-position:0px 16px;
}

#information {
	width:120px;
	float:right;
}

#counter_aktuell {	
	margin-top:21px;
	margin-right:4px;
	float:right;
}

#counter_gesamt {
	margin-top:21px;
	margin-left:4px;
	float:left;
}

.counter {
	font-style:italic;
	color:#989898;
}

#julianweiss {
	float:right;
	display:block;
	height:62px;
	width:140px;
	background-image:url(../img/julianweiss.png);
}

#julianweiss:hover {
	background-position:0px 62px;
}

#mail {
	float:right;
	margin-top:6px;
	display:block;
	height:22px;
	width:126px;
	background-image:url(../img/mail.png);
}

#mail:hover {
	background-position:0px 22px;
}

#links {
	margin-top:10px;
	float:right;
	height:21px;
	width:200px;
}

#links a {
	background-image:url(../img/links.png);
}
	

#link1 {
	display:block;
	float:left;
	height:21px;
	width:40px;
}

#link1:hover {
	background-position:0px 21px;
}

#link2 {
	display:block;
	float:left;
	height:21px;
	width:62px;
	background-position:-40px 0px;
}

#link2:hover {
	background-position:-40px 21px;
}


#link3 {
	display:block;
	float:left;
	height:21px;
	width:47px;
	background-position:-102px 0px;
}

#link3:hover {
	background-position:-102px 21px;
}

#link4 {
	display:block;
	float:left;
	height:21px;
	width:51px;
	background-position:-149px 0px;
}

#link4:hover {
	background-position:-149px 21px;
}


.alignleft {
	float:left;
}

.alignright {
	float:right;
}

a:link, a:visited {
	color:#565656;
	text-decoration:none;
}

a:hover {
	color:#222222;
	text-decoration:none;
}

a img {
	border:none;
}

a:focus, a:active {
	outline:none;
}
