body, html {
    height:100%;
}
body {
    background-color: #483530;
	background-image: url(../pic/BackgroundMain.png);
    color: #2F2F2F;

    margin:0px;
    padding:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;

	line-height:1.3em;

    text-align:center;
}

a {
    color: gray; 
    text-decoration:none;
}
a:hover {
    color:#A2251A; 
    text-decoration:underline;
}
a:active {
    color:#A2251A; 
    text-decoration:underline;
}
a:focus {
    color:#A2251A;
    text-decoration:underline;
}

h2 {
	font-size: 1.2em;    
	font-weight: bold;
}
h3 {
	font-size: 1.1em;    
	font-weight: bold;	
}
input, select {
    font-size:1em;
}
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:#555555;
    height:1px;
}
img {
    border:none;
}
tr td {
    padding:1px 0px;
}

#body {
    height:100%;
    padding-top:0px;
    width:771px;
    text-align:left;
    /*border:0px solid black;*/
    /* centers div */
    margin-left: auto;
    margin-right: auto;
}
#content {
    width:360px;
    overflow:auto;
}
#content {
    float:right;
    background-color:#ffffff;
	z-index: 1;
}
#content_container {
    width:95%;
    margin:0px;
    overflow:hidden;
}
#navigation {
    background-color: black;
	background-image: url(../pic/BackgroundLeft.png);
	background-position: top;
    width:397px;
	float: left;
	z-index: 1;
}
#navigation, #content {
    border:4px solid #D9D6CF;
    height:440px;
    position:relative;
    top:0; left:0;
}

#main_navigation {
    margin-top:5px;
    width:782px;
    font-weight:normal;
    font-size:1.0em;
    position:relative;top:0px;left:0px;
}
#main_navigation a {
	color: #D9D6CF;
}
#content_navigation {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 382px;
    padding: 5px;
    padding-right: 10px;
    background-color: #373737;
	background-image: url(../pic/BackgroundRightNavigation.png);
	background-position: bottom;

    /*width:80px;*/
    /*height:100px;*/
}
#content_navigation a {
	color: white;
}
#content_navigation a:hover {
    color: white;
    text-decoration:none;
}
#search_form {
	display: inline;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#search_form .button {
	border: 1px solid black;
}

.product_list_row, .product_list_description, .product_detail, .message, .agb, .imprint {
    width:96%;
    margin-left:2%;
    margin-right:2%;
    margin-top:10px;
    margin-bottom:10px;
}
.product_list_row {
    border-top:1px solid gray;
    padding-top:5px;
}

.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:1px solid red;
    border-bottom:1px 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: white;
}
.cart_footer {
    border-top:1px solid gray;
    background-color: white;
}
