/* ----------------------------------------------------------------------------------------------
	style.css
	martinhochreiter.at
	
	26.02.2008
	
---------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------
	HTML
---------------------------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
html, body{
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	height:100%;	
	max-height:100%;
	font-size:11px;
	overflow:hidden;
	color:#555555;
}
a{
	cursor:pointer;
}
img, fieldset{
	border:0;
}
h1 {
	color:#0db2f6;
	font-size:24px;
	margin-top:0.6em;
	margin-bottom:1.2em;
	font-weight:normal;
}
h2 {
	font-size:14px;
	color:#0db2f6;
}
h2.lastsets {
	font-size:18px;
	color:#9C998F;
	margin-top:0em;
	margin-bottom:.6em;
	font-weight:normal;
}
p {
	font-size:11px;
	margin-bottom:.4em;
}
/* ----------------------------------------------------------------------------------------------
	CONTAINER
---------------------------------------------------------------------------------------------- */
#wrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:90px;
	overflow:auto;
	z-index:3;
}

* html #wrapper{
	border-bottom:90px solid #C0BDB1;
	height:100%;
	max-height:100%;
	left:0;
	top:0;
	width:100%;
}
#background{
	background:url(../images/bg_content.jpg) repeat-x;
}
#site{
	background:url(../images/bg_content.jpg) repeat-x;
	background-color:#FFFFFF;
	width:980px;
}

#content_wrapper{
	margin-top:33px;
	padding:0px 0px 100px 40px;
}
#header{
	padding-left:40px;
	height:80px;
}
#logo{
	margin-top:30px;
	float:left;
}
#intro{
	width:588px;
	margin:20px 0 45px 0;
}
div#intro a{
	text-decoration:none;
	color:#000;
}
div#intro a:hover{
	text-decoration:underline;
}
#content{
	width:590px;
}
/* ----------------------------------------------------------------------------------------------
	COLUMN
---------------------------------------------------------------------------------------------- */
#column{
	width:250px;
	position:absolute;
	top:112px;
	left:725px;
}
.module{
	padding:42px 17px 10px 17px;
	margin-bottom:15px;
	color:#FFFFFF;
}
div.module a, 
div.module a:active,
div.module a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
div.module a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#column #rss{
	background:url(../images/bg_rss.jpg) no-repeat;
	width:216px;
	height:59px;
}
#column #contact{
	background:url(../images/bg_contact.jpg) no-repeat;
	width:216px;
	height:85px;
}
#column #loginmodule{
	background:url(../images/bg_login.jpg) no-repeat;
	width:216px;
	height:92px;
}
#column #loginmodule input.text{
	background:#fff;
	width:100px;
	padding:0px 5px;
	border:0;
}
#column #loginmodule label{
	width:90px;
	float:left;
}
#column #loginmodule input.text:focus{
	background:#F0F0F0;
	border:0;
}
#column #loginmodule input.module_button{
	background:transparent;
	font-weight:bold;
	color:#FFFFFF;
	border:0;
	font-size:11px;
	cursor:pointer;
	width:60px;
	text-align:left;
	margin-top:10px;
	margin-left:85px;
}

/* ----------------------------------------------------------------------------------------------
	NAVIGATION
---------------------------------------------------------------------------------------------- */
#navigation{
	float:right;
	text-align:right;
	margin:24px 0 0 0;
}
#navigation ul li{
	float:left;
	list-style:none;
	color:#555555;
}
#navigation ul li a{
	font-size:11px;
	color:#555555;
	text-decoration:none;
	margin:0 4px;
}
#navigation ul li a:hover{
	color:#0db2f6;
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------------------
	SUCHE
---------------------------------------------------------------------------------------------- */

#search{
	margin-left:-10px;
	margin-bottom:30px;
	overflow:hidden;
}
#search #value{
	border:0;
	background:url(../images/bg_searchfield.jpg) no-repeat;
	width:570px;
	height:29px;
	color:#FFFFFF;
	font-size:20px;
	padding:3px 10px 0 10px;
	float:left;
}
#search #button{
	margin:-2px 0 0 10px;
	
}
*+html #search #button input, 
* html #search #button input{
	margin:0 0 0 10px;
}
#search #button a{
	background:url(../images/bg_submit.jpg) no-repeat;
	position:absolute;
	left:500px;
	top:96px;
	_top:97px;
	display:block;
	width:35px;
	height:36px;
}

#advanced{
	color:#CCCCCC;
	position:absolute;
	top:147px;
	left:320px;
	width:300px;
	text-align:right;
}

#advanced .advanced{
	background:url(../images/arr_advanced.gif) no-repeat center right;
	padding-right:10px;
	color:#0099FF;
	text-decoration:none;
}
#advanced a.advanced:hover{
	background:url(../images/arr_advanced_hover.gif) no-repeat center right;
	color:#0179ab;
}
*+html #search .button{
	top:0;
}
/* ----------------------------------------------------------------------------------------------
	ADVANCED SEARCH
---------------------------------------------------------------------------------------------- */
.advanced .section{
	padding:25px 0;
	border-bottom:1px solid #dad6cb;
}
.advanced h2{
	color:#555555;
	font-size:12px;
	margin-bottom:9px;
}
#content_wrapper .advanced .info{
	float:left;
	width:190px;
	margin:0;
}
.advanced .tip{
	color:#999999;
	font-style:italic;
}
.advanced .element{
	margin-left:220px;
}
.advanced .element .tip{
	font-style:inherit;
	font-size:10px;
	color:#C0C0C0;
}

#content_wrapper .advanced input.check{
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-right:5px;

}
#content_wrapper .categories label,
#content_wrapper .format label{
	float:none;
	display:block;
	margin-bottom:8px;
	_margin-bottom:0px;
	padding:0;
}
*+html #content_wrapper .categories label,
*+html #content_wrapper .format label{
	margin-bottom:0;
}
#content_wrapper .categories div,
#content_wrapper .date .float{
	float:left;
	width:160px;
}
#content_wrapper .format input{
	margin:0;
}
#content_wrapper .advanced input.text,
#content_wrapper .advanced input.date{
	font-size:14px;
	margin:0;
	width:350px;
	margin-bottom:6px;
	padding:2px 5px;
	border: 1px solid #DFDFDF;
}
#content_wrapper .advanced .date label{
	display:block;
}
#content_wrapper .advanced select{
	width:272px;
	padding:2px 0;
}
#content_wrapper .advanced option{
	padding:0 5px;
}
#content_wrapper .advanced input.button{
	margin:20px 0 0 0;
}
/* ----------------------------------------------------------------------------------------------
	COLLECTION
---------------------------------------------------------------------------------------------- */
.collection{
	width:588px;
	border:1px solid #dad6cb;
	padding:1px;
	margin-bottom:15px;
	background:#FFFFFF;
	position:relative;
	left:-10px;
}
.collection .small{
	border:1px solid #dad6cb;
	background:#FFFFFF;
	padding:1px;
}
.collection_header{
	margin:20px 15px 10px 0;
}
.collection th{
	text-align:left;
	width:120px;
}
.collection td, .collection th{
	padding-bottom:2px;
	vertical-align:top;
}
.collection .image{
	float:left;
	width:155px;
}
.collection .inner{
	/*border:1px solid white;*/
	background:url(../images/bg_collection.jpg) repeat-x;
	background-color:#f5f4ef;
	padding:10px;
}
/*
.lastsets{
	background:url(../images/hl_fotosets_home.gif);
	height:19px;
	width:591px;
	margin:0 0 24px -10px;
}
*/
div.collection .random{
	font-weight:bold;
	margin-bottom:5px;
}
div.collection h2{
	margin-bottom:10px;
}
div.collection h2 a{
	color:#0db2f6;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div.collection h2 a:hover{
	color:#0179ab;
	color:#404040;
}
div.collection .text a.more{
	background:url(../images/arr_collection.gif) no-repeat center right;
	padding-right:10px;
	color:#837e72;
	text-decoration:none;
	float:right;
}
div.collection .text a.more:hover{
	background:url(../images/arr_collection_hover.gif) no-repeat center right;
	color:#555555;
}
.action {
	margin-top:10px;
	color:#837e72;
}
ul.action  li{
	list-style:none;
	float:left;
	margin-right:20px;
}
ul.action li a{
	color:#837e72;
}
ul.action a.direct{
	background:url(../images/ico_direct.gif) no-repeat center left;
	padding-left:13px;
}
ul.action a.lightbox{
	background:url(../images/ico_lightbox.gif) no-repeat center left;
	padding-left:20px;
}
ul.action a.detail{
	background:url(../images/arr_collection.gif) no-repeat center right;
	padding-right:10px;
}
ul.action a.detail:hover{
	background:url(../images/arr_collection_hover.gif) no-repeat center right;
}
ul.action li a:hover{
	color:#555555;
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------------------
	SINGLEVIEW
---------------------------------------------------------------------------------------------- */
.single .image{
	float:left;
	margin-right:30px;
}
.single{
	border:1px solid #dad6cb;
	padding:1px;
	margin-bottom:15px;
	background:#FFFFFF;
	/*margin-left:-10px;*/
	position:relative;
	left:-10px;	
}
.single .inner{
	background:url(../images/bg_collection.jpg) repeat-x;
	background-color:#f5f4ef;
	padding:10px;
	overflow:hidden;
}
.single th{
	text-align:left;
	vertical-align:top;
	width:120px;
}
.single th,.single td{
	padding:3px 0;
}
.related h2{
	margin:20px 10px;
	font-size:14px;
	color:#98947a;
}
.related{
	margin-left:-10px;
}
.related .image{
	overflow:hidden;
}
.related .image{
	float:left;
}
/* ----------------------------------------------------------------------------------------------
	SUCHERGEBNIS
---------------------------------------------------------------------------------------------- */
.result{
	margin-left:-10px;
	overflow:hidden;
}
.result .image, .result .image_hover{
	float:left;
	border:1px solid #dad6cb;
	background:#ffffff;
	width:151px;
	height:195px;
	overflow:hidden;
	margin:0 5px 9px 0;
	text-align:center;
	overflow:hidden;
}
.result .image_hover{
	background:#f5f4ef;
}
.result .inner_image{
	margin:2px 0;
	height:148px;
	overflow:hidden;	
}
.result .right{
	float:right;
	text-align:right;
	width:60px;
	margin-right:4px;
}
.result .left{
	text-align:left;
	float:left;
	width:40px;
	margin-left:4px;
}
.result .date{
	margin-top:3px;
	color:#b3b3b3;
	font-size:10px;
}
div.result a{
	text-decoration:none;
}
div.result a:hover{
	text-decoration:none;
	color:#555;
}
.result a.img_info_b, .result a.download_b{
	float:right;
	border:1px solid #fff;
	background:#fff;
	padding:1px;
}
.result a.img_info_b:hover,
.result a.download_b:hover{
	border:1px solid #dad6cb;
}
.result a.img_info, .result a.download{
	background: transparent url(../images/ico_info.gif) no-repeat center center;
	display:block;
	float:right;
	border:1px solid #fff;
	width:12px;
	height:11px;
	padding:3px;
}
.result a.download{
	background:transparent url(../images/ico_lightbox.gif) no-repeat center center;	
}
.result a.img_info:hover,
.result a.download:hover{
	border:1px solid #dad6cb;
	background-color:#ffffff;
}
.result_header{
	float:left;
}
.info_img{
	text-align:center;
	background:url(../images/loading.gif) no-repeat center center;
	background-color:#f5f4ef;
	
	
}
/* ----------------------------------------------------------------------------------------------
	PAGINATION
---------------------------------------------------------------------------------------------- */
.pagination{
	float:right;
}
.pagination .text{
	float:left;
	margin:1px 2px 0 0;
}
.pagination a.print{
	text-decoration:none;
	background:url(../images/printer.gif) no-repeat center left;
	padding-left:13px;
}
.pagination .number, .pagination .active{
	display:block;
	height:15px;
	text-decoration:none;
	font-weight:bold;
	color:#555555;
	float:left;
	padding:0px 5px;
	margin-left:3px;
	border:1px solid #dad6cb;
	background-color:#f5f4ef;
}
.pagination a.number:hover, .pagination .active {
	color:#00a2e5;
	background-color:#ebecec;
	border:1px solid #5c574b;
}
.pagination .active {
	color:#ffffff;
	background-color:#00a2e5;
	border:1px solid #00a2e5;
}

/* ----------------------------------------------------------------------------------------------
	LIGHTBOX
---------------------------------------------------------------------------------------------- */
#lightbox{
	position:absolute;
	z-index:5;
	left:0;
	bottom:0;
	width:100%;
	overflow:hidden;
	height:90px;
	background-color:#c0bdb1;
	border:0;
	border-top:1px solid #5c574b;
}
.wrapper_lightbox{
	width:980px;
	height:100%;
}
#lightbox .menu{
	float:left;
	margin-right:10px;
}
#lightbox #images{
	padding-top:5px;
}
#lightbox .image{
	float:left;
	height:70px;
	margin-right:10px;
}
#lightbox #images a.img{
	display:block;
	width:70px;
	height:65px;
	overflow:hidden;
	border:1px solid #FFFFFF;
}
#lightbox #images img{
	margin-left:-12px;	
}
#lightbox #images a.img:hover{
	border:1px solid #5c574b;
}
#lightbox #images a.delete{
	background:url(../images/delete.png) 14px 7px no-repeat;
	padding-left:10px;
	padding-top:5px;
	display:block;
	text-align:center;
	color:#5c574b;	
	font-size:9px;
}
#lightbox #images a.delete:hover{
	color:#fff;
	text-decoration:none;
}
#lightbox h2{
	background:url(../images/hl_lightbox.gif) no-repeat top left;
	display:block;
	width:82px;
	margin:7px 0 22px 42px;
	height:16px;	
}
#lightbox ul li{
	margin:0 0 0 0px;
	padding:0 0 0 40px;
	list-style:none;
}
.box{
	position:absolute;
	top:38px;
	left:6px;
	width:32px;
	height:28px;
	background:url(../images/box.gif) no-repeat center left;
}
#lightbox a{
	text-decoration:none;
	color:#5c574b;
}
#lightbox a:hover{
	text-decoration:underline;
	color:#5c574b;
}
#lightbox .minimize{
	position:absolute;
	top:5px;
	width:100px;
	left:900px;
	text-align:right;
}

#lightbox .down{
	background:url(../images/arr_lb_down.gif) center left no-repeat;
	padding-left:12px;
}
#lightbox .up{
	background:url(../images/arr_lb_up.gif) center left no-repeat;
	padding-left:12px;
}
#lightbox #lb_intro{
	text-align:right;
	position:relative;
	top:60px;
	width:500px;
	float:right;
	margin-right:-20px;
	color:#5c574b;
}
#lb_error.error{
	opacity: .7;
	filter: alpha(opacity=70);
	background:#000;
	position:absolute;
	width:100%;
	bottom:0;
	padding:5px 0;
}
#lb_error p{
	padding:3px 10px;
	width:50%;
	color:#fff;
	margin:0;
	float:left;
}
#lb_error a{
	padding:3px;
	float:right;
	color:#FFFFFF;
}
#lb_error a:hover{
	color:#CCCCCC;
}
/* ----------------------------------------------------------------------------------------------
	FEEDBACK
---------------------------------------------------------------------------------------------- */
#feedback{
	margin-bottom:1em;
	background-color:#FFFFFF;
	border:1px solid #DFDFDF;
	padding:10px;
}
#feedback #message{
	color:#666666;
}
#feedback .beCareful{
	color:#DF0070;
	font-size:12px;
	font-weight:bold;
}
#feedback #icon{
	width:70px;
	text-align:center;
	float:left;
	margin-top:2px;
}
#feedback ul li{
	margin-left:20px;
	color:#666666;
}
/* ----------------------------------------------------------------------------------------------
	FORMS
---------------------------------------------------------------------------------------------- */
#content_wrapper input.text:focus{
	border:1px solid #999999;
	color:#09a7db;
}
#content_wrapper input.text, #content_wrapper select, .noedit{
	width:200px;
	margin-bottom:5px;
	color:#666666;
	padding:2px 5px;
	border:1px solid #dfdfdf;
}
#content_wrapper option.odd{
	color:#09a7db;
}
#content_wrapper .noedit{
	border:0;
}
#content_wrapper .button{
	margin:15px 0 20px 130px;
}
#content_wrapper legend{
	font-weight:bold;
	margin:0 0 10px -5px;
	color:#555555;
}
#content_wrapper label, #content_wrapper .label{
	display:block;
	width:130px;
	float:left;
}
#content_wrapper .indent{
	margin:0 0 0 130px;
}
#content_wrapper .indent label{
	float:none;
	width:auto;
	display: inline;
}
#content_wrapper .info{
	color:#999999;
	margin: 5px 0 0 130px;
}
.must{
	color:#DF0070;
}

/* ----------------------------------------------------------------------------------------------
	LINKS
---------------------------------------------------------------------------------------------- */
a:link, a:visited, a:focus {
	color:#0099FF;
	text-decoration: none;
}
a:hover, a:active, a:active {
	color:#555;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------
	CLASSES
---------------------------------------------------------------------------------------------- */
.hide{
	display:none;
}
.clear{
	clear:both;
	float:none;
}
.highlight{
	color:#0db2f6;
}
/* ----------------------------------------------------------------------------------------------
	FEEDBACK
---------------------------------------------------------------------------------------------- */
.message {
	border: 1px solid #EEEEEE;
	padding:15px;
	margin-bottom:25px;
	width:590px;
}
.error{
	color:#FF0000;
}
.message .img{
	padding-left:5px;
}
.message ul{
	margin:5px 0 0 40px;
}
.img{
	position:relative;
	top:4px;
	left:2px;
}
/* ----------------------------------------------------------------------------------------------
	AGB
---------------------------------------------------------------------------------------------- */
.agb ol{
	margin:0 0 0 25px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
}
.agb ol li{
	margin:0 0 1em 0;
}
.agb ol ol{
	margin:1em 0 3em 0;
	font-weight:normal;
	text-transform:none;
	font-size:11px;
}
.agb ol ol li{
	margin:0 0 .7em 15px;
}

