/* Theme Name: WebundSEO Homepage */

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.noborder {
	border: 0 ! important;
}

.border_radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.img {
	border: 0;
}

.tabber { 
	display:none;
}

#container {
	width: 100%;
}

/* ## Kopfbereich ## */

#logoheader {
	width: 100%;
	height: 120px;
	background: #444;
	padding: 10px 0 10px 0;
}

#logo {
	width: 960px;
	height: 120px;
	margin: 0px auto;
	background: url(images/logo.png);
	background-repeat: no-repeat;
}

/* ########## */
/* Navigation */
/* ########## */

#navi {
	width: 100%;
	height: 47px;
	background: url(images/nav.png);
}

#navi_content {
	width: 960px;
	margin: 0 auto;
	font-size: 16px;
}

#navi_content ul {
	float: left;
	padding: 0;
}

#navi_content ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	text-transform: uppercase;
	color: #fff;
	font-family: Georgia;
	font-size: 12px;
}

#navi_content ul li a {
	color: #fff;
	text-decoration: none;
}

#navi_content ul li a:hover {
	color: #bbb;
}

#navi_search {
	float: right;
}

.navi_search_text {
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #DDDDDD;
	color:#333333;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	margin:12px 5px 0 0;
	padding:4px 0 4px 5px;
	width: 150px;
}

.navi_search_submit {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #666666;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	margin:0;
	padding:2px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

/* ********************* */
/* # Second Navigation # */
/* ********************* */

.navi_second {
	width: 960px;
	margin: 0 auto;
	font: 12px Arial;
}

.navi_second ul {
	padding: 0;
	margin: 0;
}

.navi_second ul li {
	float: left;
	list-style-type: none;
	margin:0 10px 10px 0;
}

.navi_second ul li a {
	padding: 15px 10px 15px 10px;
	color: #222121;
	
}

.navi_second ul li a:hover {
	padding: 15px 10px 15px 10px;
	color: #fff;
	background: url(images/nav.png);
}

/* Second Navigation -> Leistungen */

.leistungen_navigation {
	background: #45c2ee;
	padding: 15px 0 5px 0;
}

/* Second Navigation -> Magazin */

.magazin_navigation {
	background: #E55B3C;
	padding: 15px 0 5px 0;
}

/* Second Navigation -> Weitere Inhalte */

.weitereinhalte_navigation {
	background: #659755;
	padding: 15px 0 5px 0;
}

/* Second Navigation -> Intern */

.intern_navigation {
	background: #daa520;
	padding: 15px 0 5px 0;
}

/* ################### */
/* ## Hauptbereich ## */
/* ################## */

.content {
	width: 100%
}

.inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font: 12px Arial;
	line-height: 20px;
}

.inner h1 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-family: Georgia;
	font-weight: lighter;
	border-bottom: 1px dotted #ccc;
	font-size: 30px;
	text-shadow: #c0c0c0 3px 3px 5px;
}

.inner h2 {
	margin: 0;
}

.intro {
	font-family: Georgia;
	font-size: 18px;
	color: #909090;
	line-height: 1.5em;
	text-align: justify;
}

.intro span {
	color: #000;
}

.intro p {
	margin-top: 0; padding-top: 0;
}

/* Einzelner Artikel */

.single h1 {
	font-size: 2.2em !important;
	line-height: 1.4;
	margin-top: 0;
	padding-top: 0;
}

.single h2 {
	font-size: 16px;
}

.single .intro {
	margin-bottom: 10px;
	font-size: 17px;
}

.aboutsingle {
	font-family: Verdana;
	margin-top: 10px;
	background: #f2f2f2;
	padding: 5px;
}

code {
	font-family: Courier;
}

.attachment-single-view {
	float: left;
	border: 3px solid #ccc;
	margin: 0 10px 0 0;
	width: 120px;
	height: 120px;
}

/* ############### */
/* Sidebar Default */
/* ############### */

.innercontent {
	width: 550px;
}

.sidebar {
	width: 350px;
	background: #fff;
}

.sidebar_box {
	width: 330px;
	padding: 10px;
	margin-bottom: 15px;
	background: #eeeeee;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

.sidebar_box h2 {
	padding: 5px;
	font-size: 15px;
	margin-top: 0;
	color: #fff;
	background: #aaa;
}

.sidebar_img {
	border: 0;
	margin-bottom: 15px;
}

.sidebar_boxAdSense p {
	text-align: center;
}

/* Sidebar: Weitere Inhalte / #659755 */

.sidebar_more .sidebar_box {
	border-top: 2px solid #659755;
	border-bottom: 2px solid #659755;
}

.sidebar_more .sidebar_box h2 {
	background: #659755;
}

.sidebar_more .sidebar_box a {
	color: #659755;
}

/* Sidebar: Intern / #DAA520 */

.sidebar_intern .sidebar_box {
	border-top: 2px solid #DAA520;
	border-bottom: 2px solid #DAA520;
}

.sidebar_intern .sidebar_box h2 {
	background: #DAA520;
}

/* Sidebar: Magazin / #E55B3C */

.sidebar_magazin .sidebar_box {
	border-top: 2px solid #E55B3C;
	border-bottom: 2px solid #E55B3C;
}

.sidebar_magazin .sidebar_box h2 {
	background: #E55B3C;
}

.sidebar_boxMagazinComments ul {
	padding-left: 0;
}

.sidebar_boxMagazinComments ul li {
	list-style-type: none;
	clear: both;
	margin-top: 5px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.sidebar_boxMagazinComments img {
	float: left;
	margin: 0 5px 0 0;
	border: 2px solid #ccc;
}

/* ############ */
/* ## Footer ## */
/* ############ */

#footer {
	width: 100%;
	background: url("images/footer.png") repeat-x scroll 0 0 transparent;
	clear: both;
	overflow: auto;
	color: #ccc;
	font-size: 11px;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	text-decoration: underline;
}

/* ## Archiv ## */

.content_archiv {
	background-color: #fff;
}

.content_archiv h2 {
	margin-bottom: 10px;
}

.content_archiv h2 a {
	font-family: Georgia;
	font-weight: lighter;
}

/* ## Archiv fuer Serien ## */

#content_series {
	margin-top: 10px;
}

.content_series_box {
	width: 310px;
	padding: 10px;
	text-align: justify;
	background: url(images/landing/magazin/artikelserien_bg.png);
}

.content_series_box h2 {
	font-size: 2em;
}

.content_series_img {
	text-align: center;
}

.content_series_img img {
	width: 200px;
	margin: 0 auto;
	border: 2px solid #aaa;
}

/* ## Landing Pages ## */

/* -> Startseite */

.content_startseite1 {
	background-color: #ddd;
}

.content_startseite1 h1 {
	border-bottom: 0 ! important;
}

.startseite_info {
	width: 510px; 
	font-size: 14px; 
	line-height: 1.5em; 
	font-family: Arial; 
	letter-spacing: 0.04em; 
	text-align: justify;
}

.startseite_infobild img {
	background: #fff;
	padding: 7px;
	border: 1px solid #ccc;
	margin-top: 11px;
}

.content_startseite2 {
	background: #567cc3 url(images/landing/startseite/bg2.png);
	background-repeat: repeat-x;
	height: 420px;
}

#startseite_overview {
	width: 940px; 
	height: 370px; 
	border: 5px solid #ccc; 
	background: #fff; 
	padding: 5px;
}

#startseite_overview ul li {
	list-style-type: square;
}

.startseite_magazin_bg {
	width: 400px; 
	height: 70px; 
	padding-top: 220px;
}

.startseite_magazin_h2 {
	background:url(images/landing/startseite/transparent.png); 
	width: 390px; 
	height: 40px; 
	padding: 5px 5px 15px 5px;
}

.startseite_magazin_h2 h2 {
	color: #fff; 
	font-family: Georgia; 
	font-size: 24px; 
	margin: 0; 
	font-weight: lighter; 
	line-height: 25px
}

.startseite_magazin_h2 h2 a {
	color: #fff;
	text-decoration: none;
}

.startseite_magazin_h2 h2 a:hover {
	text-decoration: underline;
}

.startseite_news {
	width: 530px;
}

.startseite_news h2 {
	margin: 0;
	font-family: Georgia;
	font-weight: lighter;
	text-shadow: #c0c0c0 3px 3px 5px;
}

.startseite_twitternews {
	width: 200px;
	min-height: 360px;
	padding: 5px;
	background: #d4f1ff;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 18px;
}

.startseite_tweet {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
} 

ul.twitter {
	padding-left: 5px;
	list-style-type: none;
}

li.twitter-item {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	list-style-type: none !important;
}

.startseite_tweet img {
	margin-left: 40px;
	border: 0;
}

.startseite_angebot {
	width: 300px;
	min-height: 360px;
	padding: 5px;
	background: #fff0ed;
	border: 1px solid #ccc;
}

.startseite_angebot span a {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	font-family: Georgia;
	color: #000;
	text-shadow: #c0c0c0 3px 3px 5px;
}

.startseite_angebot span a:hover {
	color: #aaa;
}

/* -> Leistungen */

.content_leistungen1 {
	background-color: #fff;
}

.leistungen_infobox {
	width: 490px; 
	height: 168px; 
	margin-top: 30px; 
	background: #45c2ee; 
	padding: 10px; 
	border: 1px solid #ccc; 
	color: #333;
	font: 14px Verdana;
	line-height: 24px;
}

.leistungen_infobox h2 {
	color: #fff; 
	font-family: Georgia; 
	font-weight: lighter;
	font-size: 20px; 
	margin: 0
}

.leistungen_infobox a {
	color: #fff;
	text-decoration: none;
}

.leistungen_infobox a:hover {
	text-decoration: underline;
}

.leistungen_trennen {
	width: 100%;
	border-top: 1px solid #ccc;
}

.leistungen_detail {
	width: 460px;
}

.leistungen_detail h2 {
	background: url(images/landing/leistungen/check.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin: 10px 0 10px 0;
	font-family: Arial;
}

.leistungen_detail_full {
	width: 960px;
}

.leistungen_detail a {
	color: #000;
}

.leistungen_detail a:hover {
	color: #7bb941;
}

.leistungen_detail a span {
	color: #7bb941;
}

.leistungen_detail a:hover span {
	color: #000;
}

.leistungen_redaktionsschreiber {
	background: #E20A0A; 
	padding: 3px; 
	border: 1px solid #E20A0A; 
	color: #eee; 
	font-family: Georgia; 
	font-size: 13px; 
	text-align: center;
}

.leistungen_redaktionsschreiber a {
	color: #fff;
	text-decoration: underline;
}

.leistungen_redaktionsschreiber a:hover {
	text-decoration: none;
}

/* Leistungen // Sidebar */
.sidebar_box_leistungen h2 {
	background: #45c2ee;
}

/* -> Magazin */

.content_magazin1 {
	background: #fff;
}

.magazin_startcontent {
	width: 600px;
}

.magazin_schlagzeile {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.magazin_schlagzeile h1 {
	text-shadow: none;
	border: 0;
	font: 2.4em Georgia;
	letter-spacing:-0.05em;
	padding: 0;
}

.magazin_schlagzeile h1 a:hover {
	text-decoration: underline;
}

.magazin_schlagzeile_img {
	margin-right: 10px;
	width: 125px;
}

.magazin_schlagzeile_img img {
	width: 120px; 
	border: 3px solid #ccc; 
	margin-top: 5px
}

.magazin_schlagzeile_img div {
	background: #f2f2f2; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding-left: 3px; 
	margin-top: 5px;
	width: 125px;
}

.magazin_schlagzeile_img div a {
	font-style: italic; 
}

.magazin_schlagzeile_content {
	width: 460px;
}

.magazin_schlagzeile_content p {
	margin-top: 0;
}

.magazin_schlagzeile_more h3 {
	margin-bottom: 5px;
}

.magazin_schlagzeile_more ul {
	margin-top: 0;
}

.magazin_content p:first-child {
	font-family: Georgia;
	font-size: 18px;
	color: #909090;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 15px 0;
}

.magazin_content p:first-child span {
	color: #000;
}

/* Magazin Social */

.singleMore {
	margin: 15px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: double #E55B3C;
}

.singleSocial {
	width: 111px;
}

.singleSocialTwitter a {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -406px;
	float: left;
	margin-right: 15px;
}

.singleSocialTwitter a:hover {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -348px;
}

.singleSocialDelicious a {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -58px;
	float: left;
}

.singleSocialDelicious a:hover {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px 0;
}

.singleSocialFacebook a {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -174px;
	float: left;
	margin-right: 15px;
}

.singleSocialFacebook a:hover {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -116px;
}

.singleSocialRSS a {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -290px;
	float: left;
}

.singleSocialRSS a:hover {
	width: 48px;
	height: 48px;
	display: block;
	background: url(images/landing/magazin/icons/icons.png);
	background-position: 0px -232px;
}

.singleWeitereArtikel {
	width: 400px;

}

.singleWeitereArtikel h2 {
	font-family: Georgia;
	font-weight: lighter;
	font-size: 18px;
}

.singleWeitereArtikel ul {
	padding-left: 15px;
}

.singleZielgruppe {
	margin-bottom: 10px;
}

.singleZielgruppe a {
	color: #fff;
	padding: 7px;
	font-size: 1.6em;
	font-style: italic;
	font-family: Georgia;
	letter-spacing: 1.2px;
}

.singleZielgruppe1 {
	background: green;
}

.singleZielgruppe2 {
	background: #F87431;
}

.singleZielgruppe3 {
	background: #E42217;
}

/* Magazin Artikel Styling */
.mas_tipp {
	background-color: #FEF6D2;
	border-top: 1px solid #EFE3AE;
	border-bottom: 1px solid #EFE3AE;
	padding: 5px 10px 5px 55px;
	color: #333;
	margin-bottom: 5px;
	background-image: url("images/icons/magazin/info.png");
	background-origin: padding-box;
	background-position: 20px 45%;
    background-repeat: no-repeat;
	background-size: auto auto;
}

.mas_tipp span {
	font-family: Georgia;
	font-weight: bold;
}


/* Magazin // Serien */

.singleArtikelserien {
	background: url(images/landing/magazin/artikelserien_bg.png);
	padding: 5px;
	width: 540px;
}

.singleArtikelserien_img {
	width: 160px;
	float: left;
	font-family: Georgia;
	font-style: italic;
	font-size: 15px;
	line-height: 1.5em;
}

.singleArtikelserien_img img {
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

.singleArtikelserien_content {
	width: 370px;
	float: right;
}

.singleArtikelserien_content h2 {
	
}

.singleArtikelserien_content ul {
	padding-left: 10px;
}

.singleArtikelserien_content ul li {
	list-style-type: square;
}


/* Magazin // Sidebar */

.sidebar_box_magazin {
	border-bottom: double #E55B3C;
}

.sidebar_box_magazin h2 {
	background: #E55B3C;
} 

.sidebar_box_magazin a {
	color: #000;
	border-bottom: 1px dotted #E55B3C;
}

.sidebar_box_magazin a:hover {
	color: #0066CC;
}

.sidebar_box_magazin_overview {
	padding: 10px 0 0 0;
}

.sidebar_box_magazin_overview li {
	list-style-type: none;
}

.attachment-sidebar-view {
	width: 157px;
	height: 157px;
	border: 3px solid #ccc;
}

/* Kommentare */
.comments {
   margin-top: 20px;
   line-height: 1.7em;
   width: 550px;
}

.comments textarea {
   width: 540px;
   padding: 5px;
   border-left: 1px solid #333;
   border-top: 1px solid #333;
   }

.field {
   border-left: 1px solid #333;
   border-top: 1px solid #333;
   padding: 3px;
   }

.kommentar {
   margin-bottom: 10px;
   width: 550px;
	border-bottom: double #E55B3C;
   }

.kommentar_left {
   float: left;
   width: 80px;
   margin-bottom: auto;
   }

.kommentar_left img {
   border: 1px solid #ccc;
   padding: 2px;
   }

.kommentar_right {
   float: right;
   width: 460px;
   color: #333;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   padding: 5px;
   font-family: Arial;
   min-height: 64px;
   }

.kommentar_right span {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	font-weight: lighter !important;
}

.commentmetadata, .commentmetadata a {
   text-align: right;
   color: #4d4d4d;
   margin-top: 3px;
   display: block;
   font-size: 0.9em;
   }

/* -> Weitere Inhalte */
.content_mehr1 {
	background: #fff;
}

.content_mehr1 h2 {
	font-family: Georgia;
	font-weight: lighter;
}

.mehr_library {
	background: url(images/landing/more/library.png);
	width: 960px;
	height: 260px;
	margin: 20px 0 20px 0;
}

.mehr_kasten {
	width: 300px;
	border-right: 1px solid #ccc;
	padding-right: 9px;
	margin-right: 10px;
	min-height: 135px;
	padding-top: 15px;
}

.mehr_h2_twitter {
	background: url(images/landing/more/twitter.png);
	background-repeat: no-repeat;
	padding-left: 23px;
}

.mehr_h2_faq {
	background: url(images/landing/more/faq.png);
	background-repeat: no-repeat;
	padding-left: 23px;
}

.mehr_h2_wordpress {
	background: url(images/landing/more/wordpress.png);
	background-repeat: no-repeat;
	padding-left: 23px;
}

.mehr_clearline {
	width: 960px;
	height: 0px;
	border-bottom: 1px solid #ccc;

}

/* -> Intern */ 

.intern_intro {
	font-size: 16px ! important;
	margin-bottom: 20px;
}

.intern_artikel {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/* -> Kontakt */
.content_kontakt1 {
	background: #fff;
}

.kontakt_sidebar {
	width: 290px;
}

.kontakt_sidebar h2 {
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	font-family:Georgia,Times New Roman,Trebuchet MS;
	font-size:16px;
	font-weight:normal;
	margin:0 0 5px;
	padding:0 0 5px;
}

.kontakt_sidebar_impressum {
	padding-left: 10px; 
	font-family: Courier;
}

.kontakt_sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.kontakt_sidebar ul li {
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 3px;
	padding:0 0 3px 20px;	
}

.kontakt_sidebar_mail {
	background:url(images/landing/kontakt/sidebar_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.kontakt_sidebar_phone {
	background:url(images/landing/kontakt/sidebar_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -77px;
}

.kontakt_sidebar_skype {
	background:url(images/landing/kontakt/sidebar_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}

.kontakt_sidebar_rss {
	background:url(images/landing/kontakt/sidebar_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

.kontakt_sidebar_twitter {
	background:url(images/landing/kontakt/sidebar_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -104px;
}

.kontakt_form {
	width: 650px;
} 

/*  # # # # # # # #
# # # Plugins # # #
# # # # # # # # */

/* WP Syntax Plugin */

.wp_syntax {
  color: #100;
  background-color: #f4f4f4;
  border: 1px solid silver;
  -moz-border-radius: 3px;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 99%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
}

/* WP Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

/* Lightbox (WPslimbox2) */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}.lbLoading{background:#fff url(images/lightbox/default/loading.gif) no-repeat center;}#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}#lbPrevLink{background:transparent no-repeat 0 15%;left:0;}#lbNextLink{background:transparent no-repeat 100% 15%;right:0;}#lbBottom{font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;}#lbCloseLink{display:block;float:right;width:66px;height:22px;margin:5px 0;outline:none;}#lbCaption,#lbNumber{margin-right:71px;}#lbCaption{font-weight:bold;}
