/**
* generic styles
*
* @project bella edward
* @version 1.0
* @package css
* @author Nico Ender
* @copyright 2010 folge3
*
*/

a {
	color:#96251d;
}

a:hover {
	text-decoration:none;
}

.more_marker span {
	visibility:hidden
}

.link_marker_display_inline {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(http://www.bella-und-edward.de/bella2/img//icons/link_marker.png) 0px 4px no-repeat;
	padding-left: 11px;
	border: none;
	vertical-align: top;
	display: inline;
}

.statistics {
	margin:5px 0 20px 0;		
}

.more_marker{
	background: url(http://www.bella-und-edward.de/bella2/img//icons/link_arrow.png) 0  5px no-repeat;
	padding-left: 16px;
	border: none;
	display:inline;
	text-decoration:none;
}

.width96 {
	width:96px;	
}

.linkMarker {
	background: url(http://www.bella-und-edward.de/bella2/img//icons/link_arrow.png) -5px  5px no-repeat;
	padding-left: 16px;
	border: none;
	display:inline;
	text-decoration:underline;
}

/*
.more_marker:hover {
	background: url(http://www.bella-und-edward.de/bella2/img//icons/link_arrow.png) 0  -7px no-repeat;
}
*/
.uppercase {
	text-transform:uppercase;
}

.txtcenter {
	text-align:center;
}

.txtright {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.redactive {
	color:#990000;		
}

.fontsize10,
a.fontsize10 {
	font-size:10px;
}

.txtleft,
a.txtleft {
	text-align:left
}

.txtcursiv,
a.txtcursiv {
	font-style:italic;
}

.clear {
	overflow:hidden;
}

.small {
	font-size:10px;
}

.pbox p {
	margin-bottom:10px;
}

.block {
	display:block;
}

.width100{
	width:100px;
}
.width120{
	width:120px;
}

.width130{
	width:130px;
}

.width280{
	width:280px;
}

.width340{
	width:340px;
}

.width550{
	width:550px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.marginauto {
	margin:auto;
}

.width490 {
	width:490px;
}

.width607 {
	width:607px;
}

.greybg {
	background:#FAFAFA;
}

.green,
a.green {
	color:#8db779;
}

.hide {
	display:none;
}

.hidden {
	display:none;
}

.show {
	display:block;	
}

.floatcol_0 {
	float:left;	
}

.topPager {
	width:460px;	
}

.floatcol_1 {
	float:right;	
}

.default_box_padding {
	padding:0 8px 0 8px;
}

.seperator {
	background:url(http://www.bella-und-edward.de/bella2/img//trenner_horizontal.png) repeat-x 0 0;
	height:1px;
	margin:0 0 14px 0;
}

.seperator_big {
	background:url(http://www.bella-und-edward.de/bella2/img//trenner_horizontal_big.png) repeat-x 0 0;
	height:1px;
	margin:5px 0 14px 0;
}

.pinboard_seperator_big {
	background:url(http://www.bella-und-edward.de/bella2/img//trenner_horizontal_big.png) repeat-x 0 0;
	height:1px;
	margin:8px 0 8px 0;	
}

.sidebar_title {
	font-size: 19px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
}

#left .sidebar_title { 
	margin-bottom:3px;
}

.pos_relative {
	position:relative;
}

.close {
	position:absolute;
	top:-5;
	right:8px;
	text-decoration:none;
}
.margintop10 {
	margin-top:10px;
}

.margintop2 {
	margin-top:2px;
}

.margintop8 {
	margin-top:8px;
}

.margintopminus30 {
	margin-top:-30px;
}

.margintop20 {
	margin-top:20px;
}

.marginleft140 {
	margin-left:140px;	
}

.paddingtop25 {
	margin-top:35px;
	border:1px solid blue;
}

.testborder {
	border:1px solid red;
}

.marginbottom5 {
	margin-bottom:5px;
}

.marginbottom8 {
	margin-bottom:8px;
}

.marginbottom10 {
	margin-bottom:10px;
}

.marginbottom20 {
	margin-bottom:20px;
}

.width98prozent {
	width:98%;
}

.marginright5 {
	margin-right:5px;
}

.marginright10,
div.marginright10 {
	margin-right:10px;
}

.marginright20,
div.marginright20 {
	margin-right:20px;
}

.badgeteaser {
	position:absolute;
	right:8px;
	top:8px;	
}

/*** the small link-icon before an text-link ***/
.link_marker {
	margin: 0;
	padding: 0;
	position: relative;
/*	background: url(http://www.bella-und-edward.de/bella2/img//icons/link_arrow.png) 0px 1px no-repeat;
	padding-left: 11px;
*/
	border: none;
	vertical-align: top;
}

.border333 {
	border:1px solid #333;
}

.marginleft10 {
	margin-left:10px;
}

.paddingtop5 {
	padding-top:5px;
}

.paddingtop15 {
	padding-top:15px;
}

.paddingtop20 {
	padding-top:20px;
}

.paddingtop13 {
	padding-top:13px;
}

.paddinginline {
	padding:8px;	
}

.paddingbottom15 {
	padding-bottom:15px;
}

.paddingbottom30 {
	padding-bottom:30px;
}

.row {
	overflow:hidden;
}

.errorResponse,
.errorTxt {
	color:#96251D;
	padding:5px 0 5px 0;
	font-weight:bold;
}

.width_250 {
	width:350px;
}

.contentbox_big_padding {
	padding:16px;
	overflow:hidden;
}

.contentbox_big_padding_no_bottom {
	padding:16px;
	padding-bottom:0;
	overflow:hidden;
}

.contentbox_big_padding_2 {
	padding:16px 8px 8px 8px;
	overflow:hidden;
}

ul.hlist li {
	display:inline;
}

ul.floatlist  {
	overflow:hidden;
}

ul.floatlist li   {
	float:left;
	margin-right:5px;
}

ul.patternlist li   {
	float:left;
	margin-right:5px;
	width:130px;
}

ul.patternlist li  img.pattern {
	border:1px solid #333;
}

ul.tabs {
	margin:10px 0 -2px 8px;
	overflow:hidden;
}

ul.tabs li {
	width:150px;
	float:left;
	margin-right:8px;
	text-align:center;
}

ul.tabs li a,
ul.tabs li span {
	display:block;
	background:url(http://www.bella-und-edward.de/bella2/img//tab_bg.png) 0 0 no-repeat;
	padding:6px 0 6px 0;
	position:relative;
	color: #6d7461;
	text-decoration:none;
}

ul.tabs li a:hover {
	background:url(http://www.bella-und-edward.de/bella2/img//tab_bg.png) 0 -25px no-repeat;
	color:#333;
}

ul.tabs li.active a,
ul.tabs li.active span {
	background:url(http://www.bella-und-edward.de/bella2/img//tab_bg.png) 0 -25px no-repeat;
	font-weight:bold;
	color:#333;
}

ul.tabs li a.inprogress {
	color: #8db779;
}

/* tabs big */

ul.tabs_big {
	margin:10px 0 -2px 8px;
	overflow:hidden;
	position:relative;
}

ul.tabs_big li {
	width:300px;
	float:left;
	margin-right:8px;
	text-align:center;
}

ul.tabs_big li a,
ul.tabs_big li span {
	display:block;
	background:url(http://www.bella-und-edward.de/bella2/img//tab_big_bg.png) 0 0 no-repeat;
	padding:6px 0 6px 0;
	position:relative;
	color: #6d7461;
	text-decoration:none;
}

ul.tabs_big li a:hover {
	background:url(http://www.bella-und-edward.de/bella2/img//tab_big_bg.png) 0 -25px no-repeat;
	color:#333;
}

ul.tabs_big li.active a,
ul.tabs_big li.active span {
	background:url(http://www.bella-und-edward.de/bella2/img//tab_big_bg.png) 0 -25px no-repeat;
	font-weight:bold;
	color:#333;
}

ul.tabs_big li a.inprogress {
	color: #8db779;
}

.trbg0 {
	background:#fff;	
}

.trbg1 {
	background:#f8f8f8;
}

/* end generic */

/* fanclub seiten */

.fanclub .buttonbox a.button {
	margin:0 0 6px 0;
	padding:3px 8px 3px 8px;
}

.imagebutton,
a.imagebutton
{
	font-size: 17px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	background: #e8e5d4;
	text-decoration:none;
	padding:0 3px 0 3px;
	margin:8px 0 0 0;
	cursor:pointer;
	border: 1px solid #c9c6bf;
}

.imagebutton_no_top_margin,
a.imagebutton_no_top_margin
{
	font-size: 17px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	background: #e8e5d4;
	text-decoration:none;
	padding:0 3px 0 3px;
	margin:0 0 0 0;
	cursor:pointer;
	border: 1px solid #c9c6bf;
}

.imagebutton:hover,
.imagebutton_no_top_margin:hover {
	background: #96251D;
	color:#fff;
}


.imagebutton_highlighted,
a.imagebutton_highlighted {
	font-size: 17px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration:none;
	padding:0 3px 0 3px;
	margin:8px 0 0 0;
	cursor:pointer;
	border: 1px solid #c9c6bf;
	background: #96251D;
	color:#fff;
}

.borderbottom {
	background:url(http://www.bella-und-edward.de/bella2/img//trenner_horizontal_big.png) repeat-x left bottom;
	padding:0 0 20px 0;
}

/* table header */
th {
	text-align:left;
	padding-left:0;
	border-bottom:1px solid #f0f0f0;
}

th h4{
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7461;
	font-weight: lighter;
	padding:16px 8px 8px 8px;
	text-align:left;
	float:left;
}
   
th a.sortarrow {
	background:url(http://www.bella-und-edward.de/bella2/img//sort_arrow.png) 0 -10px no-repeat;
	height:10px;
	width:12px;
	text-decoration:none;
	float:left;
	margin-top:20px;
}

/* pager */

.pagernumber {
	height:22px;
	width:30px;
	text-align:center;
	padding-top:8px;
	background:url(http://www.bella-und-edward.de/bella2/img//pagernumber_bg.png) 0 0px no-repeat;
	float:left;
	margin:0 4px 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.currentpagernumber {
	height:22px;
	width:30px;
	text-align:center;
	padding-top:8px;
	background:url(http://www.bella-und-edward.de/bella2/img//currentpagernumber_bg.png) 0 0px no-repeat;
	float:left;
	margin:0 4px 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.list_pager .bold {
	color:#96251d;
}

.pagernumber a {
	text-decoration:none;	
}

/* end pager */

/* loveletterlist die table styles sind in tables.css */

.countingStringLeft {
	float:left;
	width:180px;
	border-right:1px solid #65625d;
}

.countingStringRight {
	float:left;
	width:260px;
	padding-left:22px;
}


/* styles von vm people */

a.button {
/*	font-size: 19px; vm people */
	
	/* folge */
	font-size: 17px;
	
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	background: #e8e5d4;
	text-decoration:none;
	padding:3px;
	margin:8px 0 0 0;
}

a.inline  {
	padding:0 7px 0 7px;
}

a.button:hover  {
	background: #96251d;
	color: #e8e5d4;
}

.bg {
	background:#e8e5d4;
}

/* end styles von vm people */



/* galerie */
#imageContainer {
	position: relative;
}

.numberLinkContainer {
	height: 35px;
}

#hoverNav {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:10;
}

#imageContainer > #hoverNav {
	left:0;
}

#hoverNav a {
	outline:medium none;
}

#prevLink, #nextLink {
	background-image:url("data:image/gif;base64,AAAA");
	display:block;
	height:100%;
	width:49%;
}

#prevLink {
	float:left;
	left:0;
}

#nextLink {
	float:right;
	right:0;
}

#prevLink:hover, #prevLink:visited:hover {
	background:url("http://www.bella-und-edward.de/bella2/img//gallery/arrow_left.png") no-repeat scroll left 15% transparent;
}

#nextLink:hover, #nextLink:visited:hover {
	background:url("http://www.bella-und-edward.de/bella2/img//gallery/arrow_right.png") no-repeat scroll right 15% transparent;
}


