/* ----------------------------------------------------------------------------------------------
	admin.css
	martinhochreiter.at
	
	30.07.2008
---------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------
	GENERAL
---------------------------------------------------------------------------------------------- */
*{
	padding:0;
	margin:0;
}
body,html {
	background:url(../images/background.gif) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#929292;
	height:100%;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}
img, table, fieldset{
	border:0;
}
.clear{
	clear: both;
}
.hide {
	display:none;
}
.dark{
	color:#515151;
}
.light{
	color:#e0e0e0;
}
h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0 0 10px 0;
	padding:0 0 7px 0;
	font-weight:normal;
	color:#c0c0c0;
	border-bottom:1px solid #e0e0e0;
	font-style:italic;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	border:0;
	color:#515151;
	font-style:normal;
	margin: 0;
	padding:0;
}
p{
	line-height:1.5em;
}
/* ----------------------------------------------------------------------------------------------
	CONTENT
---------------------------------------------------------------------------------------------- */
#wrapper{
	width:880px;
	padding:0 20px 120px 20px;
	background-color:#121212;
	margin:0 0 0 60px;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:hidden;
	_overflow:visible;
}
#new{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/new.gif) no-repeat 0 0;
	width:47px;
	height:47px;
}
.left{
	width:280px;
	float:left;
	margin:0 20px 0 0;
	_margin:0 15px 0 0;
}
.right{
	float:right;
	width:280px;
}
.content{
	_margin: 0 0 0 295px;
	overflow:hidden;
}
.covertitle{
	text-align:right;
}
.portrait{
	margin: 0 0 40px 0;
}
/* ----------------------------------------------------------------------------------------------
	NAVIGATION
---------------------------------------------------------------------------------------------- */
#navigation{
	margin:40px 0 40px 0;
}
#navigation ul{
	list-style:none;
}
#navigation li{
	display:block;
	float:left;
	margin:0 15px 0 0;
}
#navigation ul a{
	color:#929292;
	text-decoration:none;
	margin:0;
	padding:0 1px 5px 1px;
	border-bottom:3px solid #121212;
	display:block;
}
#navigation a.active{
	color:#FFFFFF;
}
#navigation a.news.active,#navigation a.news:hover{
	border-bottom: 3px solid #a9cb22;
}
#navigation a.info.active,#navigation a.info:hover{
	border-bottom: 3px solid #ff0084;
}
#navigation a.showcase.active,#navigation a.showcase:hover{
	border-bottom: 3px solid #0aceff;
}
#navigation a.contact.active,#navigation a.contact:hover{
	border-bottom: 3px solid #f5e212;
}
/* ----------------------------------------------------------------------------------------------
	NEWS
---------------------------------------------------------------------------------------------- */
#shoutbox_header{
	height:70px;
}
#shoutbox_body{
	height:500px;
	overflow:hidden;
}
#shoutbox_footer{
	height:9px;
	overflow:hidden;
	border-bottom: 1px solid #2a2a2a;
}
.arrows{
	float:right;
	margin:10px 0 2px 0;
}
.arrows a.next, .arrows a.prev, #controller a.next, #controller a.prev{
	float:left;
	display:block;
	background:url(../images/arr_left.gif) no-repeat 0 0;
	width:12px;
	margin:0 0 0 4px;
	height:11px;
}
.arrows a.next, #controller a.next{
	background:url(../images/arr_right.gif) no-repeat 0 0;
}
.arrows a.prev:hover, #controller a.prev:hover{
	background:url(../images/arr_left_hv.gif) no-repeat 0 0;
}
.arrows a.next:hover, #controller a.next:hover{
	background:url(../images/arr_right_hv.gif) no-repeat 0 0;
}
#error{
	color:#FFFFFF;
	padding:3px;
	margin:0 0 5px 0;
}
.news{
	margin:0 0 35px 0;
}
.news .headline, .news a{
	color:#a9cb22;
	text-decoration:none;
}
#contact a{
	color:#f5e212;
	text-decoration:none;
}
.news a:hover, #info a:hover, #contact a:hover{
	background-color:#FFFFFF;
	color:#121212;	
}
/* ----------------------------------------------------------------------------------------------
	INFO
---------------------------------------------------------------------------------------------- */
#info{
	background: transparent url(../images/info.jpg) no-repeat 0 0;
	display:block;
	overflow:hidden;
	width:880px;
	height:580px;
}
#info .intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#e0e0e0;
	margin-bottom:1em;
}
#info p{
	margin:0 0 1em 0;
}
#info a{
	color:#ff0084;
	text-decoration:none;
}
#info .left{
	margin:300px 10px 0 310px;
	width:270px;
}
#info .right{
	width:270px;
	margin:300px 10px 0 0;	
}

/* ----------------------------------------------------------------------------------------------
	SHOWCASE
---------------------------------------------------------------------------------------------- */
#showcase a{
	text-decoration:none;
	color:#929292;
}
#showcase a:hover{
	text-decoration:none;
	color:#0aceff;
}
#showcase .worklist a{
	text-decoration:none;
	color:#929292;
	display:block;
	padding:2px 0 2px 7px; 
	margin:1px 0;
	_height:10px;
}
#showcase .worklist a:hover, #showcase .worklist a.active{
	text-decoration:none;
	color:#0aceff;
	background:url(../images/bg_list.gif) no-repeat center left;
	background-color:#2a2a2a;	
}
#showcase .worklist{
	margin:20px 0 0 0; 
}
#showcase li{
	list-style:none;
}
#showcase .box, #showcase .activeBox{
	float:left;
	position:relative;
	overflow:hidden;
	width:185px;
	height:80px;
	background:#2a2a2a;
	margin:0 8px 10px 0;
	opacity: .6;
	filter: alpha(opacity=60);
	display:block;
}
#showcase .box .desc{
	display:none;
}
#showcase .activeBox .desc{
	position:absolute;
	bottom:5px;
	left:0;
	color:#fff;
	padding:4px 5px;
	background:#000;
	width:195px;
	opacity: .60;
	filter: alpha(opacity=60);
}
#showcase .activeBox{
	color:#ffffff;
	opacity: 1;
	filter: alpha(opacity=100);		
}
.img_info{
	padding:5px 0px;
}
.img_info .dark{
	display:block;
	float:left;
	width:85px;
}
.img_info p{
	margin:0 0 .4em 85px;
}
/* SHIFTCONTENT */
#container {
	width: 580px;
	background: url(../images/loading.gif) center center no-repeat;
	overflow:hidden;
}
#container li {
	float:left;
	list-style:none;
	/*margin:0 20px 0 0;*/
	width:580px;
}
#controller {
	margin:5px 0 0 0;
	float:right;
}
#imagecounter  {
	margin:5px 0 0 0;
	height:15px;
	float:left;
	display:block;
}

/* ----------------------------------------------------------------------------------------------
	FORMS
---------------------------------------------------------------------------------------------- */
input.text, textarea{
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#929292;
	background-color:#2a2a2a;
	margin:0 0 5px 0;
	padding:2px 3px;
	width:274px;
	overflow:hidden;
}
input:focus, textarea:focus{
	color:#fff;
}
.submit{
	color:#a9cb22;
	text-decoration:none;
	float:right;
	margin-right:3px;
}
#mailform .submit{
	color:#f5e212;
}

a.submit:hover{
	opacity: .6;
	filter: alpha(opacity=60);
}
/* ----------------------------------------------------------------------------------------------
	BIGGER FONT FOR IE7
---------------------------------------------------------------------------------------------- */
*+html body, *+html h2, *+html input, *+html textarea{
	font-size: 11px;
}
body, h2, input, textarea{
	font-size: 11px;
}
