﻿/* CSS design by webdesign-salzburg.at */
@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0 }

html {
    overflow-y: scroll;
}


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #000;
}

input, textarea, select, option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


p, h1, h2, h3, h4, h5, h6, #main li {
    margin-bottom: .6em
}

p, #main li {
    line-height: 1.4em;
}


img {
    border: none;
}


img.bild_rahmen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

img.bild_links {
    float: left;
    margin: 0 10px 5px 0;
}

img.bild_rechts {
    float: right;
    margin: 0 0 5px 10px;
}



h1 {
    font-size: 2em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
}

h4 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

a {
    color: #666;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
}

button a {
    text-decoration: none; color: black; font-family: Verdana; font-size: .9em
}

input {
    padding: 1px;
}


a:hover {
    text-decoration: none;
}


#marvin {
    width: 950px;
    margin: 10px auto 0;
    background-image: url('../images/toc.png');
    background-repeat: repeat-y;
    background-color: white;
    background-position: -10px 0;
    border: 1px solid #fff;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

#header {
    height: 140px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #000;
}


#header h1 {
    margin: 0; padding: 0;
}

#headlogo { float: left }

#nav {
    float: left;
}

#nav ul {
    padding: 121px 0 0 20px; margin: 0; list-style-type: none;
}

#nav ul li {
    float: left;
    background-image: url(../images/nav_1.png);
    background-position: left -19px;
    background-repeat: no-repeat;
    margin-right: 1px;
}

#nav ul li a {
    display: block;
    padding: 1px 30px 1px 10px;
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
    background-image: url(../images/nav_2.png);
    background-position: right -19px;
    background-repeat: no-repeat;
}

#nav ul li:hover, #nav ul li.thispage {
  background-position: left 0;
}

#nav ul li a:hover, #nav ul li.thispage a {
    background-position: right 0;
}

 {

}




#leftc {
    width: 220px;
    float: left;
    clear: both;
}

#leftc ul { margin: 2em 40px 0 20px;  padding: 0; list-style-type: none; line-height: 1.4em }
#leftc ul ul {
  margin: 5px 0 2em 1em;
}

#leftc ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#leftc ul li a:hover {
    color: #000;
}

#leftc ul li ul li a {
  color: #666; font-weight: normal;
}


#leftc ul li a.thispage { color: #000; }


#main {
    float: left;
    width: 700px;
    margin: 1em 0;
}

#rightc{
    float: right;
    width: 20px;
    height: 500px;
}


.wrapper {
    clear: both;
}


#footer {
    text-align: center;
    font-size: .9em;
    color: #fff;
    background: #000;
    line-height: 1.4em;
}

#footer address {
    font-style: normal;
    padding: 5px 230px;
}

#footer a {
    text-decoration: none; color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

div#wd {
    padding-top: 5px;
    font-size: .8em;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
}

#wd a {
    text-decoration: none;
    color: #999;
}

#wd a:hover {
    text-decoration: underline;
    color: white;
}



/* Kontaktformular */

#contact dt {
    font-size: .9em;
}

#contact dd {
    margin: 3px 0 10px;
}

#contact #vn, #contact #nn, #contact #email, #contact #telvw, #contact #tel,
#contact #kommentar, #contact #firma, #contact #strasse, #contact #plz, #contact #ort, #contact #land, #contact #bezahlung {
    border: 1px solid #999;
    width: 330px;
}

#contact #auswahl {
    border: 1px solid #666;
    width: 330px;
    color: #333;
    padding: 1px;
}


#contact #vn, #contact #telvw, #contact #plz {
    width: 119px;
}

#contact #nn, #contact #tel, #contact #ort {
    width: 200px;
}

#contact #kommentar {
    height: 80px;
}


#googlemap {
    border: 1px solid #666;
}

#payment { width: 330px }

img.firstimage { display: block; margin-bottom: 2px }


/* Inside Bereiche */


#inside {
    background: url('../images/inside/inside_bar.jpg') repeat-x;
    height: 30px;
    color: #333;
    text-align: left;
}

#inside ul {
    padding: 7px 10px 0; margin: 0;
    list-style-type: none;
}

#inside ul li {
    float: left;
    padding-right: 20px;
}


#inside ul li a {
    color: #333;
    text-decoration: none;
}

#inside ul li a:hover {
    border-bottom: 1px dotted #000;
    color: gray;
}

#inside img {
    border: none;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

img.cms_icon {
    border: 1px solid #87E952;
    float: right;
}

img.cms_icon:hover {
    border: 1px solid #FF0000;
}

form#edit fieldset {
    border: 1px solid #87E952;
    width: 500px;
    padding: 10px;
}

form#edit fieldset legend {
    color: #666;
}


form#edit dt {
    margin: 0 0 1em; padding: 0; font-weight: bold; font-size: .9em; color: #666;
}

form#edit dd {
    margin: 0 0 1em; padding: 0;
}

form#edit dd span.kommentar { color: #999; font-style: italic; padding-left: 1em }


img.minithumbs {
    border: 1px solid #87E952
}

img.minithumbs:hover {
    border: 1px solid gray;
}

.src_code {
    font-family: Courier, 'Courier New', monospace;
}





/* INSIDE */

form#edit #new_article {
    width: 590px;
    background: white;
    color: #333;
    font-size: 1.2em;
}

form#edit #new_nav_id {
    background: white;
    width: 260px;
    color: #333;
    border: 1px solid #999;
}


form#edit dt img {
    vertical-align: middle; margin-left: 10px
}


#seoinfo {
    display: none;
    color: #999;
    width: 587px;
    background: white;
    font-size: .9em;
    text-align: right;
    border: 5px solid #999;
}

#seoinfo div {
    padding: 20px;
    text-align: left;
}


#seoinfo textarea, #seoinfo input {
    width: 400px;
    border: 1px solid #999;
    background: white;
    color: #666;
}

#seoinfo input {
    width: 398px;
}


/* Article inside CSS */

#new_title, #new_article, #new_no, #new_category, #new_add_1, #new_add_2, #new_add_3, #new_price {
    border: 1px solid #ccc;
    width: 590px;
    background: white;
    color: #333;
}

#new_price { width: 150px; }

#addimg fieldset {
    border: 1px solid #999; margin: 10px 0 0 0;
}

form#addimg { clear: both }

#addimg legend {
    font-weight: bold;
    color: #666;
    font-size: .9em;
    padding: 0 5px;
}

#addimg p {
    padding: 5px;
}

img.minithumb {
    border: 1px solid #666;
    margin-right: 3px;
}

table#productlist {
    width: 100%;
}


table#productlist td {
    vertical-align: top;
    padding: 5px 10px 20px 0;
    border-bottom: 1px dotted #666;
}

table#productlist img.minithumb {
    border: 1px solid white;
}

#imagebox {
    float: right;
    width: 270px;
    margin-left: 10px;
}


/* Galerie Seiten im Inside */

form#gallery {
    display: none;
}


form#gallery fieldset, fieldset#form_general {
    border: 1px solid #5D4015;
    width: 350px;
    padding: 20px;
    margin: 30px 0;
}

form#gallery fieldset legend, fieldset#form_general legend {
    padding: 0 5px 0 10px;
    color: #5D4015;
    font-weight: bold;
}

form#gallery fieldset legend img {
    vertical-align: bottom;
    margin-left: 10px;
}


form#gallery input[type="text"]
{
	border: 1px solid #999;
    width: 225px;
}


/* Einstellungen Formular Inside Allgemein-Rubrik */
fieldset#form_general {
    width: 90%;
}


#form_general p {
    clear: both;
}

#form_general p input[type="image"] {
    float: right;
    vertical-align: baseline;
}


#form_general label {
    width: 190px;
    float: left;
}

#form_general input[type="text"] {
    border: 1px solid #999;
    width: 500px;
    font-size: 11px;
    color: #5D4015;
}

form#startseite p {
    margin-top: 20px;
}


form#startseite input {
    border: 1px solid #999;
    font-size: 12px;
}

form#startseite select#startseite_neu {
    border: 1x solid #999;
    font-size: 12px;
    width: 205px;
    padding: 2px;
}

form#startseite input[type="submit"]:hover {
    cursor: pointer;
}

/* Inside Navigation ändern */
#inside_nav ul {
    margin: 0; padding: 0; list-style-type: none;
}

#inside_nav li {
    width: 630px; border: 1px solid #ccc; background: #efefef; padding: 2px; color: #999;
}

#inside_nav li:hover {
    border-color: #7EC363;
}


#inside_nav li span {
    font-size: .9em;
}

#inside_nav li img {
    vertical-align: middle;
}


#inside_nav li span:hover {
    border-bottom: 1px dotted #999;
    cursor: help;
}


#inside_nav li input:focus {
    background: white;
}

#inside_nav li input {
    border: none; background: #efefef; color: #333;
}

#inside_nav #naveditform_new input {
    border: 1px solid #999;
}

#inside_nav input {
    vertical-align: middle;
}

/*Startscreen*/
#start {
	background: black;
	margin: 20px auto;
	color: white;
	width: 700px;
	text-align: center;
}

#start p {
	text-align: center;
}

#start a:link, #start a:visited, #start a:active {
	text-decoration: none;
	color: white;
}

#start a:hover {
	color: yellow;
}

#start img{border: none; margin: 4px}
