/* basics*/
body{
margin: 0px;
padding: 0px;
font-family: Tahoma, sans-serif;
font-size: 12px;
}

a {
color: black;
text-decoration: none;
color: #012F6D;
}

a:active {
color: black;
text-decoration: none;
}

a:hover {
color: #012F6D;
text-decoration: underline;
}

a.smallred {
color: #E3001B;
font-size: 12px;
text-decoration: underline;
}

a.smallred:hover {
color: black;
font-size: 12px;
text-decoration: underline;
}

img { vertical-align:bottom; border: 0px; } 

/*seitenaufbau*/
div#page_wrap {
margin: 0px auto 0px auto;
width: 1000px;
}

div#kopfzeile{
background: url(/bilder/header_2.jpg);
width: 925px;
height: 64px;
margin-left:17px;
}

div#inhalt_wrap{
width: 925px;
margin-top: 20px;
}

img.page_title{
float: left;
margin-top: 27px;
}

div#newsletter{
text-align: left;
background: url(/bilder/newsletter_bg.jpg);
float: right;
width: 235px;
height: 28px;
font-size: 15px;
color: #FFF;
padding-left: 5px;
padding-top: 19px;
margin-right: 10px;
}

div#shopsuche{
text-align: left;
background: url(/bilder/shop-suche_bg.jpg);
float: right;
width: 233px;
height: 28px;
font-size: 15px;
color: #FFF;
padding-left: 5px;
padding-top: 19px;
}

div#fusszeile {
height: 30px;
clear: both;
}

div#navi{
height: 25px;
width: 14%;
text-align: center;
float: left;
font-size:13px;
}

/*inhalt: startseite*/
div.kuenstler_box {
width: 173px;
float: left;
color: #5F5F5F;
}

div#kuenstler_box img {
clear: right;
}

div#red_box {
width: 295px;
float: left;
background: url(/bilder/box_bg.jpg);
border: 2px solid #D7D7D7;
}

img.logo {
margin-left: 5px;
margin-top: 10px;
border: 0px;
}

div.cd_box {
width: 138px;
height: 195px;
float: left;
margin-top: 8px;
margin-left: 14px;
color: #5F5F5F;
}

h2 { color: #012F6D; }
h3 { color: #E3001B; }

.small { font-size: 8pt; }

/*inhalt: kommende seiten....*/



/* Kontakt: */


.ul_kontakt {
list-style:none;
}

#form_kontakt fieldset{
border:1px solid #012F6D;
margin-bottom:5px;
width: 70%;
}

.ul_kontakt label {
width:25%;
float:left;
margin-right:5px;
text-align:right;
display: block;
}

.ul_kontakt input {
width:200px;
border:1px solid #999999;
margin-bottom:2px;
font-family: Tahoma,Trebuchet MS,Helvetica,sans-serif;
font-weight: bold;
font-size:9pt;
margin-right: 15px;
}

.ul_kontakt input:hover, input:active {
border:1px solid #012F6D;
}

textarea {
font-family: Tahoma,Trebuchet MS,Helvetica,sans-serif;
font-weight: bold;
font-size:9pt;
}

legend {
color: #E3001B; 
font-size: 14pt;
font-family: Trebuchet MS,Arial,sans-serif;
}

textarea:hover {
border:1px solid #6cafe4;
}

.LV_validation_message{
    /*font-weight:bold;*/
    margin-top:2px;
	margin-bottom:3px;
font-size:8pt;
}

.LV_valid {
    color:#012F6D;
}
	
.LV_invalid {
    color: red;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    /*border: 0px solid #00CC00;*/
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	/*background-image: url(/img/bg_input_error.gif);*/
   /* border: 0px solid #CC0000;*/
}

