@media only screen and (max-device-width: 480px) {

    td { -webkit-text-size-adjust:100% }
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #121212 url(../images/theme/bg_01.jpg) repeat-x left top;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #848484;
}

h1, h2 {
	margin: 0px 0px 5px 0px;
	font-family: "Marvel", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	line-height: 38px;
	font-size: 38px;
}

h2 {
	line-height: 24px;
	font-size: 24px;
}

h1 span, h2 span {
	color: #2697DF;
}

h3 {
	margin: 0px;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 15px;
}

strong {
	color: #FFFFFF;
}

a {
    color: #2697DF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
    clear: both;
    float: none;
    border: 0px;
}

/** MISC */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 0px auto;
}

/** IMAGES */

img.border {
}

/** HEADINGS */

.heading-style1 {
	font: normal 18px/18px "Marvel", Arial, Helvetica, sans-serif;
	color: #7F7A7A;
}

/** LINKS */

a.link-style1 {
	display: inline-block;
	height: 34px;
	padding: 0px 27px 0px 12px;
	background: url(../images/theme/blue/bg_07.png) no-repeat right top;
	text-decoration: none;
	font: bold 18px/34px "Marvel", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a.link-style2 {
	display: inline-block;
	height: 25px;
	padding: 0px 22px 0px 12px;
	background: url(../images/theme/blue/bg_11.png) no-repeat right top;
	text-decoration: none;
	font: normal 16px/25px "Marvel", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** LISTS */

.list-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list-style1 a {
	color: #848484;
}

/** WRAPPER */

#wrapper {
}

.container:before, .container:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.container:after, .clearfix:after {
    clear: both;
}

.container, .clearfix {
	zoom: 1;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.background {

    background-color: rgb(23, 23, 23);
    background-image: url("../images/theme/bg_10.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}

#single {

    background-color: rgb(23, 23, 23);
    background-image: url("../images/theme/bg_10.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}

/** HEADER */

#header {
	background: url(../images/theme/bg_02.jpg) no-repeat center top;
    background-size: 100% 100%;
}

#header .container {
	height: 174px;
}

/** LOGO */

#logo {
	float: left;
	padding: 105px 0px 0px 0px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a span {
	color: #2697DF;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 105px 0px 0px 0px;
	list-style: none;
	font: 20px/20px "Marvel", Arial, Helvetica, sans-serif;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 42px;
	padding: 9px 25px 0px 25px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active a {
	background: url(../images/theme/blue/bg_03.png) no-repeat center top;
}

/** BANNER */

#banner {
	position: relative;
	z-index: 10;
	width: 960px;
	height: 270px;
}

#banner .image {
	z-index: 20;
}

#banner .image img {
}


#banner .caption1 {
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 30;
	width: 486px;
	height: 50px;
	padding: 0px 25px 0px 0px;
	background: url(../images/theme/bg_04.png) repeat left top;
}

#banner .caption1 h2 {
	line-height: 50px;
	text-align: right;
	font-size: 28px;
	font-weight: normal;
}

#banner .caption2 {
	position: absolute;
	top: 135px;
	right: 0px;
	z-index: 40;
	width: 486px;
	height: 51px;
	padding: 0px 25px 0px 0px;
	background: url(../images/theme/bg_05.png) repeat left top;
}

#banner .caption2 h3 {
	float: right;
	font: normal 23px/50px "Marvel", Arial, Helvetica, sans-serif;
	text-align: right;
}

#banner .caption2 p {
	float: right;
}

#banner .caption2 a.link-style1 {
	display: block;
	margin: 13px 0px 0px 15px;
}

#banner .caption3 {
	position: absolute;
	top: 210px;
	right: 0px;
	z-index: 45;
	width: 486px;
	height: 42px;
	padding: 0px 25px 0px 0px;
	/* background: url(../images/theme/bg_05.png) repeat left top; */
}

#banner .caption3 h3 {
	float: right;
	font: normal 16px/43px "Marvel", Arial, Helvetica, sans-serif;
	text-align: right;
}

#banner .caption3 p {
	float: right;
}

#banner .caption3 a.link-style1 {
	display: block;
	margin: 13px 0px 0px 15px;
}

#banner .fold {
    position: absolute;
    bottom: 0px;
    right: 7px;
    z-index: 50;
    width: 150px;
    height: 33px;
	/* background: url(../images/theme/bg_06.png) no-repeat left top; */
}

/** PAGE */

#page {
    background: #000000 url(../images/theme/alubig.png) no-repeat left top; 
}

#single {
    background: #000000 url(../images/theme/alubig.png) no-repeat left top; 
}

/** CONTENT */

#content {
	float: right;
    width: 661px;
}

#content table td,th {

    padding: 0px 15px 3px 0px !important;
}

#single #content {
	float: none;
	width: auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 299px;
    margin-top: 9px;
}

/** FOOTER */

#footer {
    background: #000000 url(../images/theme/alufooter.png) no-repeat center top;
}

#footer .col1 {
	float: left;
	width: 299px;
	height: 139px;
	background: url(../images/theme/homepage_05.jpg) no-repeat left top;
}

#footer .col1 h2 {
	margin: 0px;
	padding: 40px 0px 0px 20px;
	line-height: 26px;
	font-size: 26px;
}

#footer .col1 p {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	text-shadow: 0px 1px 0px #8AC9F1;
	font: bold 32px/32px "Marvel", Arial, Helvetica, sans-serif;
	color: #003658;
}

#footer .col2 {
	float: left;
	width: 230px;
	padding: 25px 40px;
}

#footer .col3 {
	float: left;
	width: 270px;
	padding: 25px 40px;
	border-left: 1px solid #1E1E1E;
}

#footer .col3 form, #footer .col3 fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#footer .col3 .input-text, #footer .col3 button {
	float: left;
}

#footer .col3 .input-text {
	width: 163px;
	height: 23px;
	padding: 0px 5px 0 5px;
	background: #1C1C1C;
	border: 1px solid #2E2D2D;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #7C7C7C;
}

#footer .col3 .button {
	display: inline-block;
	height: 25px;
	margin: 0px 0px 0px 5px;
	padding: 0px 22px 0px 12px;
	border: none;
	background: url(../images/theme/blue/bg_11.png) no-repeat right top;
	text-decoration: none;
	font: normal 16px/25px "Marvel", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer .legal {
	clear: both;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	color: #292929;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 10px 20px 15px 20px;
	/* background: #171717 url(../images/theme/bg_08.jpg) no-repeat right bottom; */
}

.box-style1 h2 {
	margin: 0px 0px 5px 0px;
}

.box-style1 h3 {
	margin: 0px 0px 5px 0px;
}

/** BOX STYLE 2 */

.box-style2 {
	background: #171717 url(../images/theme/bg_10.jpg) no-repeat right bottom;
}

.box-style2-bgtop {
	padding: 0px;
	background: url(../images/theme/bg_09.jpg) no-repeat left top;
}

.box-style2-col1 {
	padding-right: 10px;
	width: 285px;
	display: inline-block;
	line-height: 16px;
}

.box-style2-col2 {
	padding-right: 10px;
	width: 285px;
	display: inline-block;
	line-height: 16px;
}

.box-style2-col3 {
	padding-left: 10px;
	width: 285px;
	display: inline-block;
	line-height: 16px;
}

table.boxtable td {
    vertical-align: top;
}

/** BOX STYLE 3 */

.box-style3 {
    margin: 0px 0px 10px 7px;
    padding: 10px 10px 10px 10px; 
    line-height: 16px;

    background: url(../images/theme/alu.jpg) no-repeat left top; 

    -moz-box-shadow: 7px  7px  22px  #000000;
    -webkit-box-shadow: 7px  7px  22px  #000000;
    box-shadow: 7px  7px  22px  #000000;
}

.box-style3:hover {

    -moz-box-shadow: 0px  0px  10px #2697DF;
    -webkit-box-shadow: 0px  0px  10px #2697DF;
    box-shadow: 0px  0px  10px #2697DF;
}

.box-style3.active {

    -moz-box-shadow: 0px  0px  10px #2697DF;
    -webkit-box-shadow: 0px  0px  10px #2697DF;
    box-shadow: 0px  0px  10px #2697DF;
}

#pagesearch {
    position: absolute;
    margin-top: 225px;
    margin-left: 8px;
}

#pagesearch input[type="text"] {
	outline: none;
	font: normal 18px/18px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 30px;
    width: 260px;
    margin: 0px;
    background: url(../images/inputbgsearch.png) no-repeat 0px 0px;
    padding-left: 30px;
}

#pagesearch input[type="submit"] {
    display:none;
}

#content td,tr {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#content input[type="text"] {
	outline: none;
	font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 25px;
    background: url(../images/inputbg.jpg) no-repeat 0px 0px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 8px;
    margin-bottom: 5px;
}

#content input[type="button"] {
	outline: none;
	font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 25px;
    background: url(../images/theme/blue/bg_11.png) no-repeat right top;
    padding-left: 8px;
    padding-right: 20px;
}

#content input[type="submit"] {
    outline: none;
    font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 25px;
    background: url(../images/theme/blue/bg_11.png) no-repeat right top;
    padding-left: 8px;
    padding-right: 20px;
}

#content input[type="reset"] {
    outline: none;
    font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 25px;
    background: url(../images/theme/blue/bg_11.png) no-repeat right top;
    padding-left: 8px;
    padding-right: 20px;
}

#content textarea {
    outline: none;
    resize: none;
    font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    background: url(../images/inputbg.jpg) no-repeat 0px 0px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 8px;
    padding-top: 4px;
    overflow: hidden;
    margin-bottom: 5px; 
}

#content select {
    outline: none;
    font: normal 20px/20px "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    height: 25px;
    width: 268px;
    background: url(../images/inputbg.jpg) no-repeat 0px 0px #1C1C1C;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 8px;
    line-height: 1;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}

#content option {
    color: #FFFFFF;
    background-color: #1C1C1C;
}

#content option[selected] {
    color: #FFFFFF;
}

.hidden {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.pageswitch_big {
	height: 32px;
	width: 620px;
	display: block;
	margin-bottom: 16px;
}

.pageswitch_big .pagecount {
	height: 32px;
	width: 554px;
	display: block;
	float: left;
	text-align: center;
	background: none;
}

.pageswitch_big .pagecount a{
	font-family: "Marvel", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 2px 6px 2px 4px;
	margin-top: 6px;
	border-right: 1px dotted #3e3e3e;
}

.pageswitch_big .pagecount a:hover, .pageswitch_big .pagecount .aktiv{
	color: #2697DF;
	text-decoration: none;
}

.pageswitch_big .pagecount a.last{
	border-right: 0px;
}

.pageswitch_big .back{
	height: 32px;
	width: 32px;
	display: block;
	float: left;
	margin: 4px 0px 0px 0px;
}

.pageswitch_big .next{
	height: 32px;
	width: 32px;
	display: block;
	float: right;
	margin: 4px 0px 0px 0px;
}

.pageswitch_big .back a{
	height: 32px;
	width: 32px;
	display: block;
	background-image:url(../images/pageswitchback.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.pageswitch_big .next a{
	height: 32px;
	width: 32px;
	display: block;
	background-image:url(../images/pageswitchnext.png);
	background-position: top left;
	background-repeat: no-repeat;
}

input.invalid, textarea.invalid {
	border: 1px solid #2697DF !important;
}

p.invalid {
	color: #2697DF !important;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
}

.detailimage:hover {
    border: 1px solid #2697DF;
}

.infobox {

    border: 1px solid #000000;
        
    color: #000000 !important; 
    
    margin: 0px 0px 20px 0px;
    padding: 5px;

    background-color: #2697DF;
    
    -webkit-box-shadow: inset 3px 3px 3px #000000;
    -moz-box-shadow: inset 3px 3px 3px #000000;
    box-shadow: inset 3px 3px 3px #000000;
    
    text-align: center;
}

.infobox h3 {

    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.shadowbox {

    background-color: #1C1C1C;
    -webkit-box-shadow: inset 3px 3px 3px #000000;
    -moz-box-shadow: inset 3px 3px 3px #000000;
    box-shadow: inset 3px 3px 3px #000000;
	border: 1px solid #000000;
    margin: 0px;
    padding: 10px 10px 10px 10px;
}

.shadowbox div {

	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #1C1C1C;
	scrollbar-face-color: #1C1C1C;
	scrollbar-highlight-color: #1C1C1C;
	scrollbar-3d-light-color: #1C1C1C;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #1C1C1C;
	scrollbar-arrow-color: #FFFFFF;
}

.SpeedyPICTUREVIEW {
    
    font-family: Tahoma; 
    font-size: 12px;
    
    text-align: right;
}

.SpeedyPICTUREVIEW .close {
    
    margin: 0px 0px 3px 0px;
}

.SpeedyPICTUREVIEW .picture {

    border: 2px solid #000000;

    -webkit-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
}

.SpeedyPICTUREVIEW .description {
    
    text-align:       center;
    background-color: #000000;
    color:            #FFFFFF;
}

.SpeedySLIDESHOW {

    font-family: Tahoma; 
    font-size: 12px;
}

.SpeedySLIDESHOW .close {
    
    text-align: right;
    margin: 0px 55px 3px 50px;
}

.SpeedySLIDESHOW .display {
    
}
                 
.SpeedySLIDESHOW .left {
    
    background: url(../images/last.png) transparent no-repeat center center;
    margin: 0px 5px;
    width: 45px;
    height: 45px;

    -webkit-box-shadow: 5px 5px 12px 0px #000000; /* WebKit */
    -moz-box-shadow: 5px 5px 12px 0px #000000; /* Firefox */
    box-shadow: 5px 5px 12px 0px #000000; /* Standard */ 
    
    -moz-border-radius:8px; -webkit-border-radius:8px; -opera-border-radius:8px; -khtml-border-radius:8px; border-radius:8px;   
}
                 
.SpeedySLIDESHOW .images {

    border: 2px solid #000000;
    
    background: url(../images/pleasewait.gif) #000000 no-repeat center center;
    
    -webkit-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
}

.SpeedySLIDESHOW .right {
    
    background: url(../images/next.png) transparent no-repeat center center;
    margin: 0px 5px;
    width: 45px;
    height: 45px;

    -webkit-box-shadow: 5px 5px 12px 0px #000000; /* WebKit */
    -moz-box-shadow: 5px 5px 12px 0px #000000; /* Firefox */
    box-shadow: 5px 5px 12px 0px #000000; /* Standard */ 
    
    -moz-border-radius:8px; -webkit-border-radius:8px; -opera-border-radius:8px; -khtml-border-radius:8px; border-radius:8px;   
}

.SpeedySLIDESHOW .picture {
    
}

.SpeedySLIDESHOW .description {
    
    text-align:       center;
    background-color: #000000;
    color:            #FFFFFF;
}

.menulink { 

    text-decoration: none;
    color: #848484;
    font-size: 12px;
}

.inlineshadow {

    -webkit-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 29px 14px rgba(0,0,0,0.75);
}

/*
.inlineshadow:hover {

    -webkit-box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 19px 4px rgba(0,0,0,0.75);
}*/

.border10 {

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.detailimage {

    border: 1px solid #000000;
}

.nodetailimage {

    border: 1px solid #000000;
}

img.alignleft {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}

img.alignright {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}

img.aligncenter {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin: 0px auto;
}

div.alignleft {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}

div.alignright {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}

div.aligncenter {
    
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 15px;
    margin: 0px auto;
}

h4 {

    border-bottom: dotted 1px #333333;
    font-family: "Marvel", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 4px 4px 0px;
}

.ellipses {

    display:inline-block;
    overflow:hidden;
    white-space: nowrap;    
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.box-style3 .anger {

    border: 0px solid #000000;
    padding: 0px 3px 3px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 10px;
    text-decoration: none;
}

.anger:hover {

}

#staticRightBottom {

  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

.imagetitle {
    
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
}

.transparent50 {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.cmscontent {

    padding: 0px 0px 30px 0px !important;
}

.cmscontent table[align="left"] td,th {

    padding: 0px 15px 3px 0px !important;
}

.cmscontent table[align="right"] td,th {

    padding: 0px 0px 3px 15px !important;
}

div.alignleft {
    border: 1px solid #000000;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-right: 22px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.alignright {
    border: 1px solid #000000;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-left: 22px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.aligncenter {
    border: 1px solid #000000;
    margin-top: 0px;
    margin-bottom: 11px;
    margin: 0px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.inlineshadow {

    -webkit-box-shadow: inset 3px 3px 3px #000000;
    -moz-box-shadow: inset 3px 3px 3px #000000;
    box-shadow: inset 3px 3px 3px #000000;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

.clear {
    float: none;
    clear: both;
}

.admininput textarea {
    
    font: normal 16px/16px "Marvel", Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    background: url(none) #FFFFFF !important;
}

.thumbimage {

    margin: 0px 4px 4px 0px !important;
}

.thumbbox {
    
    float:left; 
    border:1px solid #000000; 
    margin: 2px 2px 2px 0px; 
    padding:1px; 
    background-color:#FFFFFF; 
    color:#000000; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:8px; 
    box-shadow: 2px 2px 2px #000000;
}

.cke_combo__fontsize .cke_combo_text {
    width: 40px !important;
}

.cke_combo_text {
    width: 100px !important;
}

.transformFile {

    margin-bottom: 5px !important;
}

.hyphens {

    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
 
.fontbutton {
    font-size: 20px;
    padding: 3px;
    color: #2697DF;
}

#pleasewait i {

    font-size: 120px;
    padding: 3px;
    margin: 0px;
    color: #2697DF;
}
