html {
    top:0; left:0; right:0;
    margin:0px;
    padding:0;
    width:100%;
	height:100%;
}

body {
    top:0; left:0; right:0;
    margin:0px;
    padding:0;
    width:100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:100%;
	overflow-x:hidden;
	background: #ffffff;
	background-repeat:repeat-y;
	background-position: right; 
}

html, body a:hover {
	color: #C5E304;
}

#page_wrap {
	padding:0;
	background-repeat:repeat-y;
	background-position: left;
	width:100%;
	height:100%; 
}
#page_wrap, #projekt_detail { }
#page_wrap input { }

#page_wrap {
	padding:0;
	background-repeat:repeat-y;
	background-position: left;
	width:100%;
	height:100%; 
}

#header {
	height:auto;
	padding:16px 32px 0;
	float:left;
	width: 100%;
}

#footer {
	float:left; 	
	padding-left:32px;
	padding-bottom:128px;
}


#photocollection_logo {
	margin-bottom:6px;
} 

#koga_logo {
	position:absolute;
	bottom:32px;
}

#support_wrap {
    height: auto;
}

#searchform {
	position: relative;
	width:100%;
    z-index: 2;
	padding:0;
	float:left;
}


#user_history {
	/*float: right;*/
    height: 64px;
    overflow: hidden;
    /*padding-right: 216px;*/
    position: relative;
	padding-right:4px;
    /*width: auto;*/
    z-index: 1;
}

#user_history img {
	float:right;
	border:none;
	margin-left:4px;
}

#user_action {
	float: right;
    position: absolute;
    right: 32px;
    top: 0;
	width:100%;
    z-index: 1;
}

#communityaward_hint {
    bottom: 0;
    float: right;
    height: 64px;
    overflow: hidden;
    position: relative;
    width: 156px;
    z-index: 1;
	padding-right:96px;
}

#history_hint {
    bottom: 0;
    float: right;
    height: 64px;
    overflow: hidden;
    position: relative;
    width: 64px;
    z-index: 1;
	padding-right:96px;
}

#login_link_wrap {
	height: 64px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
    z-index: 3;
}

#login_link {
	position:absolute;
	bottom:0px;
	left:4px;
}

#login_link a {
	color:#000000;
	background: url("img/icons/sprites_pos.png") center left no-repeat;
	background-position:0px 2px;
    padding-left: 13px;
}

#login_link a:hover {
	color:#C5E304;
	background-position:0px -18px;
}

.dark_link {
	border-bottom: 1px dotted #FFFFFF;
	height: 13px;
}

.dark_link a {
	color:#ffffff;
	text-decoration:none;
}

.light_link {
	border-bottom: 1px dotted #000000;
	height: 13px;
}

.light_link a {
	color:#ffffff;
	text-decoration:none;
}

#login_klappe {
	float:right;
}

#login_pc2 {
	background:#ffffff;
	padding:32px;
	float:left;
}

#login_pc2 input[type=text], input[type=password] {
	border: 0 none;
    height: 24px;
    width: 168px;
	padding:0px;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
	color:#ffffff;
	background-color:#000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}


#wlpeLoginButton, #wlpeResetButton {
	background-color: #C5E304;
    border: 0 none;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
	margin-right:5px;
	cursor: pointer;
}

#wlpeResetCancelButton {
	background-color: #ff6b11;
    border: 0 none;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
	margin-right:16px;
	cursor: pointer;
}

#wlpeLogoutButton {
	background-color: #C5E304;
    border: 0;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
	margin-right:0px;
	margin-bottom: 3px;
	cursor: pointer;
}

#wlpeResetForm {
	background-color: white;
	padding: 32px;
}

#search_wrap { 
	overflow: hidden; 
	background-color: #ffffff;
	color: white;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:0 32px 32px;
	position: relative;
    z-index: 2;	
}


#search_kasten { 
	overflow: hidden; 
	background-color: black;
	color: white;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:8px;
	position: relative;
    z-index: 2;	
	float:left;
	padding-right: 70px;
	/* *width:800px; */
}

#search_mode_wrap {
	position: absolute;
	right: 8px;
	top: 5px;
}
	
#search_mode_control {
	border-bottom: 1px dotted #FFFFFF;
	height: 13px;
}

#search_mode_control a {
	color:#ffffff;
	text-decoration:none;
	background: url("img/icons/sprites_neg.png") center right no-repeat;
	background-position:right 2px;
    padding-right: 13px;
}

#search_mode_control a:hover {
	color:#C5E304;
	background: url("img/icons/sprites_neg.png") center right no-repeat;
	background-position:right -38px;
}

#search_text_input input[type=text]{
	border: 0 none;
    height: 24px;
    width: 185px;
	padding:0px;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
}

#search_text_input input[type=submit]{
	background-color: #C5E304;
    border: 0 none;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
	margin-right:64px;
}

#search_kasten select.advanced {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    margin-top: 8px;
    width: 184px;
}

#search_kasten .filter {
	margin-left:16px;
} 

#search_kasten .filter select {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    margin-top: 0px;
} 

#search_kasten .filter p {
    height:24px;
	margin:0px;
	margin-top:8px;
	padding:0px;
} 

.search_bar_module {float: left;}

#content {
	margin-top:0px;
	padding-right: 64px;
	padding-left:32px;
}

#content_results {}
#results_loading {display: none; padding-left:4px; padding-top:4px;}

#content_header {}
#content_header #display_options {}
#content_header #display_options .instant_submit{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #000000;
    margin-top: 0px;
	margin-bottom:8px;
    width: 184px;
}


#content_header #display_options #orderby { overflow: hidden;}
#content_header #display_options #orderby ul li 
{
	float: left;
	list-style-type: none;
	list-style-position: inside;
}

#content_header #display_options #pager1 {}

#content_header #anzahl_resultate {
	padding-bottom:4px;
}


.pager {
	overflow: hidden;
	margin:0px;
	padding:0px;
	margin-top:16px;
	margin-bottom:8px;
}

.pager li {
	float: left; 
	list-style-type: none; 
	margin-left:4px;
	margin-right:4px;
}

.pager a {
	color:#000000;
	text-decoration:none;
	padding:2px;
}

.pager .pactive a {
	font-size:10px;
	background-color: #C5E304;
}

div#pager2 {padding-top:8px;}

.pager_bottom {	clear:both;	padding-bottom: 72px;}


#projekt_detail {}

#detail_tabs a {
	color:#000000;
	font-size:11px;
}

#detail_tabs a:hover {
	color:#C5E304;
}

#bild_container img {visibility: visible !important; display: block !important}

.result_item { float: left; margin-right: 12px; margin-top:12px; height: 180px; width:180px; position: relative;}
.result_item .image {
	float: left;
    height: 180px;
    position: relative;
}

.result_item .image img {
	border:0px;
}

.result_item .image a {
	position:absolute;
	bottom:0;
}

#main_tabs { margin: 0px; float:left;}
#main_tabs ul {overflow: hidden; margin: 0px; padding: 0px; margin-bottom:4px; margin-top:16px;}
#main_tabs ul li {
	display: inline;
    margin: 0;
    padding: 0;
}

#main_tabs ul li a { 
	display:block;
	text-decoration:none;
	float: left;
	list-style-type: none; 
	list-style-position: inside;
	margin-right: 1px; 
	background-color:#000000;
	color:#ffffff;
	height:18px;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	margin-top:8px;
}

.active a {
	margin-right:4px !important;
	background-color:#c5e304 !important;
	height:18px !important;
	margin-top:0px !important;
	font-weight:bold;
	padding-top:14px !important;
	font-size:12px;
}

#bild_container {
	float:left;
	clear:both;
}

#project_container {
	width:auto;
	float:left;
	overflow-y: auto;
	overflow-x:hidden;
	padding-left:32px;
}

.previewbild {
	padding-bottom:8px;
	border:none;
}

#bild_pager {
	clear:left;
	padding-bottom:16px;
	padding-top:4px;
}

#bild_pager a {
	color:#000;
	text-decoration:none;
}

.link_wraper {
	border-bottom: 1px dotted #000000;
	height: 13px;
	float: left;
}

.link_wraper a {
	text-decoration:none;
}

.facebook_like {
	height:32px;
	overflow:hidden;
	margin-top:8px;
	width:80px;
	float:left;
	position: relative;
    z-index: 0;
	clear:both;
}


#mycollection {
	float:left;
	width:30%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	margin-top:8px;
}

#mycollection img {
	border:none;
	float:left;
}

.mycollection_link {
	float:right;
}

#bild_tags {
	clear:left;
}

#bild_beschreibung {
	clear:left;
}

.detail_tab_border {
	height:32px;
	background-color: #000000;
}

#detail_tab_menu {
    background-color: #000000;
    height: 33px;
    margin-bottom: 4px;
}

#detail_tab_menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom:4px;
}
#detail_tab_menu ul li {
	display: inline;
    margin: 0;
    padding: 0;
}

#detail_tab_menu ul li a { 
	display:block;
	text-decoration:none;
	float: left;
	list-style-type: none; 
	list-style-position: inside;
	margin-right: 1px; 
	background-color:#ffffff;
	color:#000000;
	height:18px;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	margin-top:8px;
}

#detail_tabs {
	clear: left;
	background:#ffffff;
	padding:32px;
	padding-top:16px;
}

#detail_tabs .titel {
	padding-bottom:24px;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:14pt;
}

#detail_tabs .more_wrap {
	padding-bottom:24px;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:14pt;
	margin-top:16px;
	clear:both;
}

#detail_tabs p.title_work {
	font-weight:normal;
	padding:0;
	margin:0;
	width:70%;
	float:left;
}

#detail_tabs p.more_info {
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:11pt;
}

#detail_tabs p.more_info:last-child {
	padding-top:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:11pt;
}

#detail_tabs p.title_subline {
	font-size:11pt;
	padding:0;
	margin:0;
	float:left;
	width:70%;
}

#detail_tabs div.bild_tags {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:11pt;
	font-style:italic;
	padding:0;
	margin:0;
}

#detail_tabs div.bild_beschreibung {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:11pt;
	padding:0;
	margin:0;
}


#counter {float:left;}

#bild_next {float:right;}

#bild_previous {float:left; position: relative; z-index: 2;}

.bild_beschreibung {
	padding-bottom:8px;
}

#communityaward {
	color:#ffffff;
	background-color:#ffffff;
	float:left;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:32px;
	position:relative;
	width:500px;
	font-size:10pt;
	line-height:16px;
	z-index:3;
}


#about_content {
	color:#ffffff;
	background-color:#ffffff;
	float:left;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:32px;
	position:relative;
	width:500px;
	font-size:10pt;
	line-height:16px;
	z-index:3;
}


.inner {
	color:#ffffff;
	background-color:#000000;
	float:left;
	padding:32px;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:12pt;
	line-height: 16pt;
}


.inner a {
	color:#ffffff;
	text-decoration:underline;
}

.inner a:hover {
	color:#C5E304;
	text-decoration:none;
}

.inner  ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.inner  ul li {
	padding-bottom:16px;
}

.adressanforderung {
  float:left;
  font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  margin-top:16px;
}

.adressanforderung img {
  float:left;
  margin-right:4px;
}

.italic {
	font-style:italic;
}

#likebox-frame{
 width:430px;
 z-index:10;
 height: 600px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}

#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-2px;
}

.right {
	float:right;
}

div.info {
    float:left;
}



#results {
	margin:0px;
	padding:0px;
	margin-left:-10px;
	padding-bottom:80px;
	position:relative;
}

#results.columns li {
    width: 160px;
    float: left;
    display: inline;
    margin: 10px;
    padding: 0;
    position: relative;
	height:180px;
	z-index:0;
}

#results.columns li .image a {
	position:absolute;
	bottom:0;
}

#results.columns li img {
    position: relative;
	border:none;
	z-index:1;
}

#results.columns li .info {
    position: absolute;
    left: -16px; top: -16px;
    padding: 200px 16px 16px;
    display: none;
    background: #000000;
	color:#ffffff;
    font-size: 1.2em;
	z-index:10;
}

#results.columns li .info h2 {
	padding-bottom:8px;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:12pt;
	font-weight:normal;
	margin:0;
}

#results.columns li .info p {
	padding:0;
	margin:0;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:11pt;
	font-weight:normal;
}
 
#results.columns li p {padding: 0; margin: 0; font-size: 0.9em;}

#results.columns li:hover {
	position:relative;
	z-index: 99;
}
 
#results.columns li:hover img{
	position:relative;
    z-index: 999;
}

#results.columns li:hover a{
	position:absolute;
    z-index: 999;
}

#results.columns li:hover .info {
	display: block;
	position:relative;
	z-index:998;
}

.results_message {
	margin-left:10px;
	margin-top:10px;
	
}

#user_history_hint {
	background:#000000;
	height:64px;
	width:196px;
	padding-top:4px;
	padding-left:4px;
	color:#ffffff;
}

.login_error {background-color: white; padding: 15px; padding-bottom: 0px;}

/*footer addon*/
div.col {
	float:left;
	width:360px;
	height:auto;
	min-height:200px;
}

/*footer*/
.footer_title {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif,Georgia;
	font-size:14pt;
	font-smooth: auto;
}


/*login-windows*/
#login_pc2 div.link_wraper{
	margin-top:8px;
}

#login_pc2 #userlogin {
	margin-bottom:32px;
}


a.password_lost {
	color:#000000;
	background: url("img/icons/sprites_pos.png") center left no-repeat;
	background-position:0px -58px;
    padding-left: 13px;
}

a:hover.password_lost {
	color:#C5E304;
	background-position:0px -78px;
}

a.add_collection {
	color:#000000;
	background: url("img/icons/sprites_pos.png") center left no-repeat;
	background-position:0px -98px;
    padding-left: 13px;
}

a:hover.add_collection {
	color:#C5E304;
	background-position:0px -78px;
}

a.vote_award {
	color:#000000;
	background: url("img/icons/sprites_pos.png") center left no-repeat;
	background-position:0px -118px;
    padding-left: 13px;
}

a:hover.vote_award {
	color:#C5E304;
	background-position:0px -78px;
}

a.create_account {
	color:#000000;
	background: url("img/icons/sprites_pos.png") center left no-repeat;
	background-position:0px -38px;
    padding-left: 13px;
}

a:hover.create_account {
	color:#C5E304;
	background-position:0px -78px;
}

div#ronorp {
	background-color: #ffffff;
    height: 60px;
    margin-top: 20px;
    width: 100%;
	float:left;
}

/*disqus*/
div#disqus_thread {
	clear:both;
}

ul.dsq-widget-list {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding-right:64px !important;
} 

ul.dsq-widget-list a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

ul.dsq-widget-list a:hover {
	text-decoration:underline;
}

p.dsq-widget-meta a {
	display:block;
}


p.dsq-widget-meta {
    font-size: 80% !important;
	font-weight:normal !important;
}
