/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
    background: url(background.gif) repeat-x #A21F3F;
    font: normal 11px/15px  verdana, arial;
	 color: #000000;
    text-align: center;
    }

/*-----------------------------------------
    Change here for header
-----------------------------------------*/
table.header {
    width: 1000px;
    margin-bottom:0
}
td.header {
    padding:30px;
}

.headercolor_top {
    /* If you want to change the background color of the top menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

}

.headercolor_menu {
    /* If you want to change the background color of the menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

		 height: 2em;		
}

td.pagessubmenu {
    padding-left:15px;
    padding-top:5px;
}

select.pagessubmenu {
    color: #000000;
    margin-bottom:5px;
}

table.getpixel {
    margin-top:10px;
    width: 1000px;
}
td.getpixel {
    padding:10px;
    color: #FEC501;
}
font.getpixelinfo {
    color: #FFFFFF;
    font-weight: bold;
}
font.getpixelerror {
    color: Yellow;
    font-weight: bold;
    }
select.language {
    font-family:verdana, arial;
    font-size:7pt;
    margin-left:10px;
    color: #444444;
}

/*-----------------------------------------
    Linkstyle of the Mainmenu
-----------------------------------------*/
a.m:link    {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a.m:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a.m:hover   {
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFE1;
}
/*-----------------------------------------
    Linkstyle Freebox
-----------------------------------------*/
a.freebox-right:link    {
	color: #a21f3f;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
a.freebox-right:visited {
	color: #a21f3f;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
a.freebox-right:hover   {
	color: #494949;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFE1;
}
/*-----------------------------------------
    Linkstyle of the homepage link 
-----------------------------------------*/

a.headlink:link    {
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent;
}
a.headlink:visited {
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent;
}
a.headlink:hover   {
	color: #494949;
	font-size: 120%;
	text-decoration: none;
	background-color: #FFFFE1;
}
/*-----------------------------------------
    Linkstyle of the Premenu
-----------------------------------------*/
a.l:link    {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	background-color: transparent;
}
a.l:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	background-color: transparent;
}
a.l:hover   {
	color: #494949;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
	background-color: #FFFFE1;
}

/*-----------------------------------------
    Linkstyle / Linkstyle highlighted of the Submenu (gridpages)
-----------------------------------------*/
a.pages:link    {
	color: #C8C8C8;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 7px;
}
a.pages:visited {
	color: #C8C8C8;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 7px;
}
a.pages:hover   {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 7px;
}

a.pages_highlight:link    {
	color: #FEC501;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 7px;
}
a.pages_highlight:visited {
	color: #FEC501;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 7px;
}
a.pages_highlight:hover   {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 7px;
}

/*-----------------------------------------
    Linkstyle of the Footermenu
-----------------------------------------*/
a.f:link    {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a.f:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a.f:hover   {
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFE1;
}

/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/
table.footer {
    width: 1000px;
    margin:3px 0px;
}

td.footer {
    text-align: center;
    color:#999999;
}

/*-----------------------------------------
    Change here for Headlines style
------------------------------------------*/
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	background-color: transparent;
	font-weight: bold;
}

h4,h5 {
    margin: 0px 0px 5px 0px;
    }

H1  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
	margin-left: -0.3em;
	margin-right: 0px;
   margin-top: 0em;
   margin-bottom: 0.5em;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
   padding-left: 0.5em;
   text-align: left;
	color: White;
   background-color: White;
	background-image: url(titleline.jpg);
	background-position: center;
	background-repeat: repeat-x;
	border: thin solid White;
}
	

H2  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight : bold;
   color: Black;
   background-color: transparent;
   margin-top : 0.5em;
   margin-left: 0px;
   margin-right: 1em;
   margin-bottom: 0px;
}

H4  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight : bold;
   margin-top: 1em;
   margin-bottom: 0em;
	margin-left: 0.1em;
   padding-top: 0.1em;
   padding-bottom: 0.1em;
   padding-left: 0.5em;
   color: White;
   background-color: White;
	background-image: url(titleline.jpg);
	background-position: center;
	background-repeat: repeat-x;
	border: thin solid White;
}

/*-----------------------------------------
    Change here for main content tables
-----------------------------------------*/

table.content {
    background-color: #DEE0E2;
    width: 1000px;
}

td.content {
    padding:1em;
	 color: #000000;
	 background-color: #FFFFE1;
}

td.content a:link {
	color: #494949;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}

td.content a:visited {
	color: #494949;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
td.content a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #a21f3f;
}	

td.rightcontent {
    width:150px;
    background-color: #C8C8C8;
    padding: 5px 30px 30px 30px;
    background-image: url(rasen.jpg);
    background-repeat: repeat;
    background-position: top left;
}

/*-----------------------------------------
    Change here for Blog and Faq Style
------------------------------------------*/

h2.blog_title {
    margin-top:3px;
    color:#5F76AF;
	 background-color: transparent;
}

font.blog_date {
    font-size:10px;
    font-weight: bold;
}
hr.blog_line {
    height: 1px;
    color:#C8C8C8;
	 background-color: transparent;
}

h2.faq_question {
	font-size: 12px;
	margin-top: 3px;
	color: #a21f3f;
	background-color: transparent;
}

ul.faq_line a:link    {
	color: #a21f3f;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
ul.faq_line a:visited {
	color: #a21f3f;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
ul.faq_line a:hover   {
	color: #494949;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFE1;
}

hr.faq_line {
    height: 1px;
    color:#C8C8C8;
	 background-color: transparent;
}
ul.faq_line {
    list-style-type: square;
    margin-top:3px;
    margin-left:0px;
    margin-bottom:3px;
	 padding-left: 2em;
    color: Black;
	 background-color: transparent;
}

/*-----------------------------------------
    Other general
------------------------------------------*/
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
	font: normal 11px/15px verdana, arial;
}


img { border: 0px }
input,select,textarea {
    font-family:verdana, arial;
    font-size:8pt;
    color: #666666;
}

/*-----------------------------------------
    Linkstyles general
-----------------------------------------*/
a:link    {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}
a:hover   {
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFE1;
}

a.black:link    {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
	background-color: transparent;
}
a.black:visited {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
	background-color: transparent;
}
a.black:hover   {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	background-color: transparent;
}


/*-----------------------------------------
    Get Pixel - Logo images
------------------------------------------*/
td.logos {
	margin: 0px;
	padding: 5px;
	border: thin solid #a21f3f;
	color: White;
	background-color: White;
	background-image: url(titleline.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
td.logos_highlighted {
	margin: 0px;
	padding: 5px;
	border: medium solid White;
	color: White;
	background-color: White;
	background-image: url(titleline.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

a.logos:link    {
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
}
a.logos:visited {
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
}
a.logos:hover   {
	background-color: #a21f3f;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

/*-----------------------------------------
    Get Pixel Process / Edit Pixel
------------------------------------------*/
.linkpixel_button {
    height:25px;
    width:150px;
    margin-left:25px;
    color:#000000;
    margin-right:60px;
}
.savepixel_fileupload {
    width:420px;
    height:19px;
    margin-left:5px;
}

.savepixel_fileupload_button {
    width:140px;
    margin-left:3px;
    height:25px;
    color:#000000;
}
.savepixel_http {
    color:#000000;
    width:70px;
}
.savepixel_url {
    width:240px;
    height:19px;
    color:#000000;

}
.savepixel_inputs {
    width:310px;
    height:19px;
    color:#000000;

}
.savepixel_password {
    width:160px;
    height:19px;
    color:#000000;

}
.savepixel_submitbutton {
    width:160px;
    height:25px;
    color:#000000;
}

/*-----------------------------------------
    Global Search Button
------------------------------------------*/
.globalsearch_input {
    width:150px;
    color:#000000;
}
.globalsearch_submit {

}

.HSV-Table {
   border: thin solid #f1dbde;
   margin: 0.5em 2px 2px 0px;
	padding: 5px;
}

.freebox-right {
   border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #f1dbde #f1dbde #f1dbde #f1dbde;
   padding: 0.5em 0.5em 0.5em 0.5em;
   margin-top: 0.5em;
   margin-left: 1em;
   margin-right: 0px;
   margin-bottom: 0.5em;
   color: Black;
   background-color: #FFFFFF;
   float: right;
}

/* LightBox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
   border: medium ridge #a21f3f;
	position: relative;
	background-color: #fefefe;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../../css/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../../css/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../css/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
   border: thin ridge #a21f3f;
	font: 10px Verdana;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #2F2F2F; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #A21F3F;
	}
/* LightBox */

/* ##### Rechte Spalte Start ###### */

.teaserrechts {
   width: 15em;
   padding: 0px 0em 0em 0px;
   margin: 1em 0px 0px 0px;
   border: thin;
   border-color: Black Black Black Black;
}

.teaserrechts ul {
   margin: 5px;
   padding-left: 15px
}

.teaserrechtsheader {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold;
   padding: 3px 5px 3px 5px;
   margin: 0px 0px 0px 0px;
   color: White;
   background-color: White;
	background-image: url(titleline.jpg);
	background-position: center;
	background-repeat: repeat-x;
	border: thin solid White;
}

.teaserrechtstext {
   background-color: White;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 80%;
   color: Black;
   border-top-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-width: 1px;
   border-color: Black Black Black Black;
   border-style: outset outset outset outset;
   margin: 0px 0px 0px 0px;
   padding: 0.5em 0.2em 0.2em 0.2em;
}
.teaserpict {
   padding: 0px 0px 0px 0px;
   border: none;
}

/* ##### Rechte Spalte Ende ###### */


/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	text-decoration: none;
	font-style: normal;
	border-bottom: 0px dotted #4dbcf3;
}

a.tooltip:hover {
	background: transparent;
	z-index: 100;
}

a.tooltip span {
	display: none;
	text-decoration: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: -18em;
	width: 27em;
	z-index: 100;
	color: #494949;
	border: thick ridge;
	border-color: #a21f3f #a21f3f #a21f3f #a21f3f;
	border-left: 4px solid #a21f3f;
	padding: 10px 10px 10px 10px;
	background: #ffffe1;
	font-family: Arial, Helvetica, sans-serif;
	font-style: Normal;
	text-align: left;
	font-size: 12px;
}

/* Tooltip */

/* Horizontale Haupt-Navigation */
#linktab {
   font-size: 90%;
   text-align: center;
   float: left;
}

span.activetab {
   font-size: 110%;
   font-weight: bold;
   color: Black;
   text-align: center;
   display: block;
   width: 9em;
   border-top: 1px solid #800000;
   border-left: 1px solid #800000;
   border-right: 1px solid #f1dbde;
   padding: 1px 5px 3px 5px;
   background-color: white;
}

#linktab td a, #linktab td a:link, #linktab td a:active {
   text-align: left;
   text-decoration: none;
   display: block;
   color: white;
   padding: 3px 1em 3px 1em;
   border-top: 1px solid #8C8C8C;
   border-left: 1px solid #8C8C8C;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #a41e3f;
}

#linktab td a:visited {
   background-color: #a41e3f;
   color: white;
}

#linktab td a:hover {
   color: white;
   border-top: 1px solid #4f4f4f;
   border-left: 1px solid #4f4f4f;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   margin-left: 0px;
   padding: 3px 1em 3px 1em;
   background-color: #D62954;
   background-image: none;
}
/* Horizontale Haupt-Navigation */


