body {
    background-color:black;
    background-image:url(../pic/background_sub_09.jpg);
    background-repeat:no-repeat;

    color:white;

    margin:0px;
    padding:0px;

	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;

	line-height:1.6em;
}

a { 
    color:#C41C62; 
    text-decoration:none;
}
a:hover {
    color:#A2251A; 
    text-decoration:underline;
}

h2 {
	font-size: 1.2em;    
	font-weight: bold;
}
input, select {
    font-size:1.0em;
}
select {
    font-size:1.2em;    
}
input[type=submit] {
    font-size:1em;
}
input[type=checkbox], input[type=radio] {
    height:1em;
    width:1em;
}
.search_button {
    border:1px solid gray;
}
.search_input {
    border:1px solid gray;
}
hr {
    border:none;
    background-color:black;
    height:1px;
}
img {
    border:none;
}
tr td {
    padding:1px 0px;
}

#body {
    height:100%;
    position: relative;
}

#opm_logo {
    position: absolute;
    left: 140px;
    top: 18px;
    background: transparent url(../pic/OPMLogo.png) no-repeat scroll 0 0;
}
#opm_logo, #opm_logo a {
    display: block;
    width: 188px;
    height: 40px;
}
#opm_logo a span {
    display: none;
}

#sc_logo {
    position: absolute;
    left: 700px;
    top: 95px;
    background: transparent url(../pic/sarah_connor_logo.png) no-repeat scroll 0 0;
}
#sc_logo, #sc_logo a {
    display: block;
    width:289px;
    height:74px;
}
#sc_logo a span {
    display: none;
}


#lang-menu {
    background:transparent url(../pic/navi/sprach_zirkuskrone.png) no-repeat scroll 0 0;
    height:200px;
    left:54px;
    padding-top:28px;
    position:absolute;
    top:2px;
    width:104px;
}
#lang-menu ul {
    margin: 0;
    padding: 0;
}
#lang-menu ul li {
    list-style-position:outside;
    list-style-type:none;
    line-height: 1em;
}
#lang-menu ul li a.subMenu {
    background-position:center top;
    display:block;
    margin:0;
    padding:0;
    text-indent:-999px;
    width:104px;
}
#lang-menu ul li a.subMenu:hover, #lang-menu ul li.active a.subMenu {
    background-position:center bottom;
}
a.subMenuDeutsch {
    background-image:url(../pic/navi/sprach_de.png);
    height:12px;
}
a.subMenuEnglish {
    background-image:url(../pic/navi/sprach_en.png);
    height:13px;
}
a.subMenuNewsletter {
    background-image:url(../pic/navi/sprach_newsletter.png);
    height:16px;
}

#content {
    position: absolute;
    top: 203px;
    left: 380px;
    width: 610px;
    background-color: black;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}
#content_container {
}

#navigation {
    position: absolute;
    left: 41px;
    top: 173px;
    width: 311px;
    text-align: right;
}
#navigation, #navigation a {
    color: white;
}
#navigation a {
    color: #F5C2EB;
}
#navigation a:hover, #navigation a.active {
    color: white;
}

#navigation ul {
    margin-top: 0;
    list-style-type: none;
}
#navigation ul li {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: bold;
}
#main_navigation {
}
#content_navigation {
}
#content_navigation a {
}
#content_navigation a:hover {
}
#admin_navigation {
    width: 100%;
    position: absolute;
}
#footer_navigation {
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 2.5em;
    font-size: 1.2em;
}

#search_form {
    font-size: 1.5em;
}
#search_form input {
    width: 8em;
    border: 1px solid white;
    background-color: black;
    color: white;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}

.product_list_row, .product_list_description, .product_detail, .message, .agb, .imprint, .node_sub_navi, .node_name {
    width:96%;
    margin-left:2%;
    margin-right:2%;
    margin-top:10px;
    margin-bottom:10px;
}
.product_list_row {
    border-top:1px solid #222;
    padding-top:5px;
}
.product_list_row img {
    background-color: white;
    border: 2px solid white;
    margin-right:10px;
    margin-bottom:5px;
}
.node_name {
    font-size: 1.8em;
}

.agb, .imprint {
    border:0;
}

.ticket_headline {
    color:#A2251A;
}

.headline {
    font-weight:bold;
}
.message, .warning {
    color:#008800;
    font-weight:bold;
    text-align:center;
}
.warning {
    margin-top:3px;
    color:#ff0000;
    background-color:#EDE2DE;
    border-top:4px solid red;
    border-bottom:4px solid red;
    margin-left:2%;
    margin-right:2%;
    padding-top:2px;
    padding-bottom:2px;
}

.border_tb {
    border-bottom:1px solid gray;
    border-top:1px solid gray;
    padding-top:1em;
    padding-bottom:1em;
}
.border_t {
    border-top:1px solid gray;
    padding-top:1em;
}
.border_b {
    border-bottom:1px solid gray;
    padding-bottom:1em;
}
.cart_header {
    border-bottom:1px solid gray;
    background-color: black;
}
.cart_footer {
    border-top:1px solid gray;
    background-color: black;
}

