/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
	/*background: url("images/bg.jpg") repeat-xy;*/
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

a:active, a:focus {outline: none;}

/*
	Global layout
*/

html, body 
{
  width: 100%;
  height: 100%;
}

body
{
	font-size: 13px;
	font-family: ff-meta-web-pro-1, Arial;
	padding: 0;
	margin: 0;
	color: #aaaaaa;
	text-align: center;
}

a
{
	color: #ee001c;
	text-decoration: none;
}

a:hover
{
	color: #ee001c;
}

a:active
{
	color: #ee001c;
}

h1
{
	color: #444;
	font-size: 220%;
	font-weight: normal;
}

h2
{
	color: #444;
	font-size: 180%;
	font-weight: normal;
}

h3
{
	color: #444;
	font-size: 150%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
}

h4
{
	color: #444;
	font-size: 130%;
	font-weight: normal;
}

h5
{
	color: #444;
	font-size: 130%;
	font-weight: normal;
}

h6
{
	color: #444;
	font-size: 120%;
	font-weight: normal;
}


.indent {
position:absolute;
bottom:0;
left:0;

}

img.border
{
	-moz-box-shadow: 0 3px 10px #000;
 	-webkit-box-shadow: 0 3px 10px #000;
 	box-shadow: 0 3px 10px #000;
}

ul.global
{
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

ul.global li
{
	line-height: 2em;
}

ol.global
{
	margin-left: 30px;
}

ol.global li
{
	line-height: 2em;
}

table.global tr
{
	background: transparent;
}

table.global tr td, table.global tr th
{
	border-bottom: 1px solid #333;
}

table.global tr th
{
	font-weight: bold;
	background: #000;
	text-align: left;
}

table.global tr th, table.global tr td
{
	padding: 7px 15px 7px 15px;
}

table.global tr td
{
	color: #666666;
}

blockquote
{
	padding-left: 55px;
	font-style: italic;
	width: 90%;
	background: transparent url("../images/bg_quote.png") no-repeat top left;
}

.clear
{
	clear: both;
}

p.bodytext {
  margin-bottom: 15px;
  text-align: right;
}

p.align-justify {
  margin-bottom: 15px;
  text-align: justify;
}

p.align-center {
  margin-bottom: 15px;
  text-align: center;
}

p.align-right {
  margin-bottom: 15px;
  text-align: right;
}

p.align-left {
  margin-bottom: 15px;
  text-align: left;
}


#column1_wrapper ul,
#column2_wrapper ul,
#column3_wrapper ul {
  padding-left:20px;
}

#column1_wrapper li,
#column2_wrapper li,
#column3_wrapper li {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */
/* Navigation                                                                */
/* ------------------------------------------------------------------------- */

.nav {
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 100%;
}

.nav li.space
{
	margin-bottom: 25px;
}

.nav li a {
	color: #aaaaaa;
	display: block;
	padding: 5px 0px 0px 0px;
}

.nav li.m_act a{
	color: #000000;
}

.nav li a:hover,
.nav li a.active,
.nav li.m_act ul li a:hover,
.nav li.m_act ul li a.active, 
.nav li.m_cur ul li a:hover,
.nav li.m_cur ul li a.active {
	color: #ee001c;
}

.nav li.m_cur a,
.nav li.m_act ul li.m_cur a {
	color: #ee001c;
}

.nav li.m_act ul li a,
.nav li.m_cur ul li a {
	color: #aaaaaa;
}

.nav li.m_act ul,
.nav li.m_cur ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
}

/* ------------------------------------------------------------------------- */
/* Footer                                                                    */
/* ------------------------------------------------------------------------- */

.footerblock {
    position:absolute;
    background-color: #C0DD4D;
    display: block;
    font-size: 6px;
    height: 9px;
    margin-right: 5px;
    margin-top: 7px;
    width: 9px;
}

.footertext {
  position: absolute;
  left: 14px;
	color: #8c8d8f;
	font-family: Arial Narrow;
	font-size: 14px;
	width: 815px;
}

.footertext a,
.footertext a:hover,
.footertext a.active,
.footertext a.visited {
	color: #8c8d8f;
	text-decoration: underline;
}


/*
	Input layout
*/

/*
input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #333333;
	color: #fff;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #333333;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border-bottom: 3px solid #333333;
}


input[type=submit], input[type=button]
{
	width: 158px;
	height: 38px;
	border: 0;
	color: #444444;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url("../images/bg_button.png") no-repeat left;
	text-shadow: 0px 1px #ffffff;
}

input[type=submit]:hover, input[type=button]:hover
{
	background: transparent url("../images/bg_button_hover.png") no-repeat left;
}

input[type=submit]:active, input[type=button]:active
{
	color: #999999;
	position: relative;
	top: 1px;
	left: 2px;
	background: transparent url("../images/bg_button_active.png") no-repeat left;
}

*/

/* ------------------------------------------------------------------------- */
/* Wrapper                                                                   */
/* ------------------------------------------------------------------------- */

.csc-image img{
  max-width: 100%;
  width: 100%;
}

#right,
#left {
	width: 4%;
	min-height: 100%;
	height: 100%;
	display: inline-block;
	background: #ddd;
	float: left;	
}

#top,
#bottom {
	height: 4%;
	width: 100%;
	display: inline-block;
	background: #ddd;	
}

#content {
	width: 100%;
	height: 92%;		
	display: inline-block;	
}

#middle {
	width: 92%;
	min-height: 100%;
	height: 100%;		
	display: inline-block;
	float: left;	
}

/* ------------------------------------------------------------------------- */
/* tt_news - Kunde Portfolio                                                 */
/* ------------------------------------------------------------------------- */

.kunde-image-list-container {
  width: 855px;
  height: 540px;
  float: left;
}

.kunde-image-list-item {
  display:inline-block;
  position:relative;
  float: left;
  width: 266px;  /*274*/
  height: 161px; /*169*/
  /*background: #888888;*/
  border: 4px solid #eaeaea;
  overflow:hidden;
  cursor: pointer;
  text-align: center;
}

.kunde-image-list-item a img {
  /*width:100%;*/
  /*width: 266px;*/
  height: 161px;
  width: 266px;
  /*border: 4px solid #aaaaaa;*/
  /*border: 4px solid #eaeaea;*/
}

.kunde-image-list-item:hover {
  border-color: #ee001c;
}

.kunde-image-list-item:hover .kunde-image-list-hover {
  visibility: visible;
}

.kunde-shootings-container {
  display: block;
  float: left;
  position: relative;
  width: 847px;
  height:92px;
  clear: both;
  border: 4px solid #eaeaea;
  margin-bottom: 8px;
}

.kunde-shootings-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 88px;
  border: 2px solid #fff; 
}
.kunde-shootings-image img {
  height: 100%;
}

.kunde-shootings-info {
  position: absolute;
  right: 0px;
  top: 2px;
  height: 58px;
  width: 680px;  
}

.kunde-shootings-info h4:hover {
  color: #ee001c;
}

.kunde-shootings-info p {
  line-height: 15px;
}


.kunde-shootings-date {
  position: absolute;
  right: 0px;
  top: 66px;
  height: 24px;
  width: 680px;  
}

.kunde-image-list-hover {
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 34px;
  right: 0px;
  background: url("../images/kunde_hover_bg.png") repeat;
  z-index: 3;
}

.kunde-image-download {
  position: absolute;
  width: 25px;
  height: 19px;
  top: 8px;
  right: 4px;
  z-index: 3;
}

.kunde-image-download a img {
  height:19px;
  width:25px;
  border: 0;
}

.kunde-image-hires {
  position: absolute;
  width: 25px;
  height: 18px;
  bottom: 8px;
  right: 4px;
  z-index: 3;
}

.kunde-image-hires a img {
  height:18px;
  width:25px;
  border: 0;
}


/* ------------------------------------------------------------------------- */
/* tt_news - Portfolio                                                       */
/* ------------------------------------------------------------------------- */

.image-list-container {
  width: 100%;
  height: 100%;
}

#content.control_single .image-list-container,
#content.control_full .image-list-container {
  display: none;
}

.image-list-item {
  display:inline-block;
  float: left;
  width: 274px;
  height: 169px;
  /*background: #888888;*/
  /*border: 4px solid #eaeaea;*/
  overflow:hidden;
  cursor: pointer;
  text-align: center; 
}

.first {
  margin: 0px 0px 16px 0px;
}

.mid {
  margin: 0px 16px 16px 16px;
}

.last {
  margin: 0px 0px 16px 0px;
}

.image-list-item a img {
  /*width:100%;*/
  /*width: 266px;*/
  height: 161px;
  /*border: 4px solid #aaaaaa;*/
  border: 4px solid #eaeaea;
}

.image-list-item img:hover {
  border-color: #ee001c;
}

/* ------------------------------------------------------------------------- */
/* Referenzliste                                                            */
/* ------------------------------------------------------------------------- */

.ref-col {
  display: block;
  position:relative;

/*float: left;
  width:33%;*/
  margin-top: 8%; /*additional*/
  width:100%;
  /*height: 100%;*/
}

.ref-entry {
/*  width: 100%;*/
/*  display: inline-block; */
  display: block;
/*  float: left; */
  margin: 1px auto; /*additional*/
  width:35%;
  text-align: left;
/*  margin-top: 1px; */
}

.ref-entry strong {
  color: #000000;
}

/* ------------------------------------------------------------------------- */
/* Impressum                                                                   */
/* ------------------------------------------------------------------------- */

.impressum-col1 {
  display: inline-block;
  float:left;
  width: 260px;
  height: 100%;
  padding: 0px 10px 0px 10px;
  background-color: #ecedef;
}

.impressum-col2 {
  display: inline-block;
  float:left;
  width: 540px;
  height: 100%;
  padding: 0px 10px 0px 10px;
  background-color: #ecedef;
}

/* ------------------------------------------------------------------------- */
/* Kontakt                                                                   */
/* ------------------------------------------------------------------------- */

#kontakt {
  position: relative;
  background-color: #ecedef;
  height: 100%; 
}

#kontakt p {
  position: absolute;
  width: 100%;
  top: 40%;
}

/* ------------------------------------------------------------------------- */
/* Team                                                                      */
/* ------------------------------------------------------------------------- */

.team-col1,
.team-col2 {
  display: inline-block;
  float:left;
  width: 404px;
  height: 100%;
  /*background-color: #ecedef;*/
}
.team-col1 .csc-image img,
.team-col2 .csc-image img{
	height: auto;
}

.team-col3 {display: none; }

.team-col1 {
  margin-right: 47px;
}

/* ------------------------------------------------------------------------- */
/* Vita                                                                      */
/* ------------------------------------------------------------------------- */

.vita-image {
  display: inline-block;
  float:left;
  width: 50%;
  height:100%;  
}

.vita-image img{
  height: 100%;  
}

.vita-info {
  display: inline-block;
  position: relative;
  float:left;
  width: 45%;
  margin-left: 20px;
  height: 100%
}

.vita-info p {
  margin-bottom:0;
  margin-top: 15px;
}

/* ------------------------------------------------------------------------- */
/* Kunden - Anfordern                                                        */
/* ------------------------------------------------------------------------- */

.tx-powermail-pi1 {
  width: 100%;
  height: 100%;
  background: #ecedef;
  font-size: 13px;
  line-height: 20px;
}

.tx-powermail-pi1_formwrap {
  width: 330px;
  margin: 0 auto;
  height: 100%;
}

.fieldsets {
  padding-top: 33%;
}

.tx-powermail-pi1_fieldset legend {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  clear: both;
}

.tx_powermail_pi1_fieldwrap_html_text,
.tx_powermail_pi1_fieldwrap_html_textarea {
  float: left;
  margin-top: 15px;
}

.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_text input {
  float: left;
  clear: both;
  width: 330px
}

.tx_powermail_pi1_fieldwrap_html_textarea label,
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
  float: left;
  clear: both;
  width: 330px;
}

.tx_powermail_pi1_fieldwrap_html_textarea textarea  {
  height: 65px;
  resize: none;
}

.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
  padding: 3px;
}


.tx_powermail_pi1_fieldwrap_html_submit {
  float: right;
  margin-top: 8px;
}  

.tx_powermail_pi1_fieldwrap_html_submit input{  
  border: none;
  background: none;
  color: #ee001c;
  cursor: pointer;
}

div.tx-powermail-pi1_confirmation,
div.tx-powermail-pi1_thx {
  position: relative;
  top: 33%;
  left: 230px;
  width:400px;
}

div.tx-powermail-pi1_thx p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  clear: both;  
}

div.tx-powermail-pi1_confirmation p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  clear: both;
}

table.powermail_all {
  width: 400px;
  margin-bottom: 15px;
}

td.powermail_all_label {
  width: 80px;
  color: #000;
}

td.powermail_all_value {
  width: 320px;
  padding: 3px;
  background: #fafafa;
}

form.tx_powermail_pi1_formconfirmation_back {
  float: left;
}

form.tx_powermail_pi1_formconfirmation_submit {
  float: right;
}

form.tx_powermail_pi1_formconfirmation_submit input,
form.tx_powermail_pi1_formconfirmation_back input {
  border: none;
  background: none;
  color: #ee001c;
  cursor: pointer;
}

/* ------------------------------------------------------------------------- */
/* Kunden - Welcome                                                          */
/* ------------------------------------------------------------------------- */

.kunde-img {
  width: 100%
  height: 100%
}

.kunde-img img {
  width: 100%;
  height:100%;
}

.kunde-info {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33%;
  height: 100%;
  background:url(../images/kunde_bg.png) repeat;
}

.kunde-logo {
  height:200px;
  float: left;
  clear: both;
  Padding: 20px 20px 10px 20px;
}

.kunde-logo img {
  width: 100%;
}

.kunde-text {
  height:240px;
  float: left;
  clear: both;
  Padding: 10px 20px 0px 20px;
}

.kunde-text ul{
  margin-left: 14px;
}

.kunde-link {
  height:20px;
  float: right;
  clear: both;
  Padding: 30px 20px 0px 20px;
  text-align: right;
}

/* ------------------------------------------------------------------------- */
/* Kunden - login                                                            */
/* ------------------------------------------------------------------------- */


.tx-felogin-pi1 {
  width: 100%;
  height: 100%;
  background: #ecedef;
  font-size: 13px;
  line-height: 20px;
  
}

.login {
  position: absolute;
  top: 40%;
  left: 35%;
  display: block;
  width: 260px;
  height: 115px; 
}

.logout {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 234px;
  height: 62px; 
}

.forgot {
  position: absolute;
  top: 40%;
  left: 35%;
  display: block;
  width: 260px;
  height: 62px; 
}

.login_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.forgot_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.forgot_passwd {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 1px;
}

.forgot_back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 1px;
}

/* ------------------------------------------------------------------------- */
/* Wrapper                                                                   */
/* ------------------------------------------------------------------------- */


#outer_content_wrapper {
  position: relative;
  width: 1000px;
  margin: 0px auto 0px auto;
  height: 100%;
  min-height:100%;
}


#content_wrapper {
  position: relative;
  height: 600px;
  width: 980px;
  top: 50%;
  left: 0;
  margin-top: -300px;   /* minus halbe Höhe des DIVs*/
  text-align: left;
  padding-right: 20px;
}

/*
#content_wrapper {
  position: absolute;
  height: 590px;
  width: 980px;
  left: 50%;
  margin-left: -490px;
  top: 50%;
  margin-top: -295px;
}
*/

#menu {
  top: 0px;
  left:0px;
  width: 125px;
  height: 600px;
  /*background: #ddddff;*/
  position: absolute;
}

#nav_wrapper {
  position:absolute;
  right: 0px;
  bottom: 0px;
  margin-right:10px;
  margin-bottom: 30px;
  text-align: right;
}

#header {
  left:125px;
  width: 855px;
  height: 30px;
  /*background: #ffdddd;*/
  margin: 0px;
  padding:0px;
	vertical-align:bottom;  
  position: absolute;
  display:table-cell;
}
  					
#header img{
  	vertical-align:bottom;
}


#content {
  top:  30px;
  left: 125px;
  width: 855px;
  height: 540px;
  position: absolute;
  font-size: 90%;
  line-height: 200%;
  overflow: hidden;
  background-color: #fff;
}


/* ------------------------------------------------------------------------- */
/* Footer_Wrapper                                                            */
/* ------------------------------------------------------------------------- */
 
#footer {
  top: 570px;
  left: 125px;
  width: 855px;
  height: 30px;
  /*background: #ffdddd;*/
  position: absolute;
  font-size: 14px;
}

.impressum {
  color: #aaaaaa;
}

/* ??? */
.tx-ttnews-browsebox {
  position: absolute;
  top: 2px;
  right:10px;
}
/* ??? */

.image_navigation {
  display: none;
}

.control_single .image_navigation,
.control_full .image_navigation {
  float: right;
  display: block;
}

.pagination {
  float: left;
  display: block;
}

.control_single .pagination,
.control_full .pagination {
  display: none;
}

#control .display_options {
  float: right;
  margin-top: 5px;
  position: relative;
}

#control.control_full .display_options {
  margin-top: 0;
}

/* ??? */
.display_option {
  position:relative;
  float: left;
  padding-left: 10px;
  cursor: pointer; 
}
/* ??? */

.tx-ttnews-activeLink,
.tx-ttnews-inactiveLink {
  position:relative;
  float: left;
  line-height: 14px;
  padding-left: 5px;
  font-weight: bold;
}

#bullets {
  position: absolute;
  top: 5px;
  right:145px;
}

bullets-controlNav {
  position:relative;
  float: left;
}

.bullet-control {
  position:relative;
  float: left;
}

.bullets-controlNav a {
	display:block;
	width:11px;
	height:11px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
	cursor: pointer;
}

.bullets-controlNav a.active {
	background-position:0 -11px;
}

#navigation {
  display:none;
}

.control_single #navigation,
.control_full #navigation {
  position: absolute;
  right: 132px;
  top: 5px;
  display:block;
}

/* ??? */
#full_navigation {
  position: absolute;
  right: 132px;
  top: 5px;
}
/* ??? */

#pauseplay {
  cursor:pointer;
  width:11px;
  height:11px;
  background:url(../images/play_dull.png) no-repeat top left;
}

#pauseplay:hover {
  cursor:pointer;
  width:11px;
  height:11px;
	background:url(../images/play_dull_hover.png) no-repeat top left;
}

#pauseplay.pause {
  cursor:pointer;
  width:11px;
  height:11px;
  background:url(../images/pause_dull.png) no-repeat top left;
}

#pauseplay.pause:hover {
  cursor:pointer;
  width:11px;
  height:11px;
	background:url(../images/pause_dull_hover.png) no-repeat top left;
}

#captioncontrol {
  position: absolute;
  top: 0px;
  left:5px;
  font-size: 13px;
  cursor: pointer;
  display:none;
}

.control_single #captioncontrol,
.control_full #captioncontrol {
  display:block;
}

#captioncontrol span {
  display: none;
}

#captionbutton {
  display:inline-block;
}

#captionbutton:hover {
  color: #ee001c;
}

#slidecaption {
  position:absolute;
  top: 3px;
  left:40px;  
  color:#aaaaaa;
  font-size: 12px;
  line-height: 14px;
  display: none;
}

#captioncontrol.caption_on span {
  display: inline-block;
}

#captioncontrol.caption_on #slidecaption {
  display: inline-block;
  width: 400px;
}


/*???*/
.hidden {
  display: none;
}
/*???*/


.slider_full {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#control {
  width: 100%;
  height:30px;
  z-index: 20;  
}

.control_full {
  position: fixed;
  bottom: 0px;
  left: 0px;
  /*background:url(../images/control_bg.png) repeat-x;*/
  background:url(../images/nav-bg.png) repeat-x; position:fixed;
}

.control_single #previmage,
.control_single #nextimage {
  float: left;
  font-weight: bold;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  color: #ee001c;
  cursor: pointer;
  height: 14px;
  width: 6px;
  margin-top: 3px;  
}

.control_full #previmage,
.control_full #nextimage {
  float: left;
  font-weight: bold;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  color: #ee001c;
  cursor: pointer;
  height: 14px;
  width: 6px;
  margin-top: -3px; 
}

.control_full #nextimage {
  margin-right: 16px;  
}

#prevpage,
#nextpage {
  float: left;
  font-weight: bold;
  line-height: 14px;
  padding-left: 5px;
  position: relative;
  color: #ee001c;
  cursor: pointer;  
}

#fullctrl {
    width: 100%;
    float: right;
    position:relative;
}

#control.control_full #fullctrl {
    bottom: 0;
    height: 25px;
    height: 20px;
    padding: 5px 0 0;
    position: absolute;
    width: 100%;
}

.hover {
}

/* ------------------------------------------------------------------------- */
/* Display Options                                                           */
/* ------------------------------------------------------------------------- */
 

#ueber {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/ueber.png) no-repeat top center;  
}

#single {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/detail.png) no-repeat top center;  
}

#full {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/full.png) no-repeat top center;
}

#ueber:hover,
#ueber.hover {
  background:url(../images/ueber_hover.png) no-repeat top center;  
}

#single:hover,
#single.hover {
  background:url(../images/detail_hover.png) no-repeat top center;  
}

#full:hover,
#full.hover {
  background:url(../images/full_hover.png) no-repeat top center;  
}

/* ------------------------------------------------------------------------- */
/* Remove                                                                    */
/* ------------------------------------------------------------------------- */
 

.control_full #ueber {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/ueber.png) no-repeat top center;  
}

.control_full #single {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/detail.png) no-repeat top center;  
}

.control_full #full {
  display: block;
  width: 18px;
  height: 11px;
  background:url(../images/full.png) no-repeat top center;  
}

.control_full #ueber:hover,
.control_full #ueber.hover {
  background:url(../images/f_ueber_hover.png) no-repeat top center;  
}

.control_full #single:hover,
.control_full #single.hover {
  background:url(../images/f_detail_hover.png) no-repeat top center;  
}

.control_full #full:hover,
.control_full #full.hover {
  background:url(../images/f_full_hover.png) no-repeat top center;  
}

/* ------------------------------------------------------------------------- */
/* Pagination                                                                */
/* ------------------------------------------------------------------------- */

.swControls {
  margin-left: 6px;
}

/* 
.swShowPage {
  display: inline-block;
  font-size: 12px;
  height: 14px;
  line-height: 13px;
  margin-right: 2px;
  margin-top: 5px;
  padding: 0 3px;
  width: 8px;
  background-color: #aaa;
  color: #fff;
}
*/

.swShowPage {
    display: inline-block;
    font-size: 11px;
    height: 12px;
    line-height: 11px;
    margin-right: 2px;
    margin-top: 5px;
    padding: 0 3px 0 4px;
    width: 6px;
    border: 1px solid #aaa;
    color: #aaa;
}

/*
.swShowPage:hover {
  background-color: #aaa;
  color: #ee001c;
}
*/

.swShowPage:hover {
  border: 1px solid #EE001C;
  color: #aaa;
}

/*
.swShowPage.active {
  background-color: #ee001c;
  color: #fff;
}
*/

.swShowPage.active {
  border: 1px solid #EE001C;
  color: #EE001C;
}

/*
.swShowPage.active:hover {
  background-color: #ee001c;
  color: #fff;
}
*/