body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
}

p {
    margin: 12px 0;
    padding: 0;
}

p.error {
    padding: 5px 5px 5px 30px;
    font-size: 13px;
    color: #cb0f14;
    border: 1px #cb0f14 solid;
    background: #f1d4c7 url(/images/exclamation-trans.png) no-repeat 5px 7px;
}

p.error a {
    color: #cb0f14;
}

div#loader {
    position: absolute;
    z-index: 15;
    top: -0px;
    right: 0px;
    margin: 0px;
    padding: 8px;
    color: #fff;
    background: #027b08;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
}

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

div#loader ul {
    padding-left: 12px;
}

.close {
    position:absolute;
    top:-10px;
    right:-10px;
}

h2 {
    margin: 5px 0 3px 0;
    font: italic 16px "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #666;
}

a:focus {
    outline: none;
}


img {
    border: none;
}

input, textarea, button {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    border: 1px #999 solid;
    background: #fff url(/images/input_bg.gif) repeat-x;
}

fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    margin: 0px;
    padding: 0px;
    font: 36px "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #9e9e9e;
}

fieldset p {
    color: #666;
    line-height: 16px;
}

th {
    text-align: left;
    font-weight: normal;
    background-color: #999;
    color: #efefef;
    padding:3px;
}

td {
    padding:3px;
    color:#666;
    border-bottom: 1px #999 dashed;
}

#top_bg {
    background: url(/images/bg_top_repeat.jpg) repeat-x;
    width: 100%;
    height: 155px;
}

#top {
    width: 100%;
    height: 155px;
}

#content {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
}

.calendarium {
    float: left;
    padding: 5px;
    margin: 0 10px 10px 0;
}

.calendarium:hover {
    background-color: #ddd;
}

.calendarium img {
    border: 1px #ddd solid;
}

#calendarium_active {
    background-color: #ddd;
}

/* @group Appointments */

#appointments {
    border: 1px #999 solid;
    background: #fff url(/images/input_bg.gif) repeat-x;
    width: 360px;
    height: 140px;
    overflow: auto;
}

#appointments ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#appointments li {
    line-height: 22px;
    height: 22px;
    border-bottom: 1px #ccc dashed;
    clear: both;
    list-style-type: none;
}

#appointments li .appointment_date {
    float: left;
    width: 60px;
}

#appointments li .appointment_icon {
    float: left;
    width: 20px;
}

#appointments li .appointment_icon img {
    margin-top:2px;
}

#appointments li .appointment_text {
    float: left;
    width: 200px;
}

#appointments li .appointment_delete {
    float: right;
}

#appointments li .appointment_delete img {
    margin-top:2px;
    margin-right: 2px;
}

/* @end */

.photocontainer {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 5px 10px 0;
}

.photocontainer .photocell {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px #999 solid;
    background-color:#ccc;
}

.photocontainer .photocell_del {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    z-index: 11;
}

.photocontainer .photocell_del img {
	width: 16px;
	height: 16px;
}

.photocontainer .photocell_month {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 12;
    text-align:right;
    background-color:#027B08;
    border: 1px #fff dotted;
}

.photocontainer .photocell_month p {
    margin:0;
    padding: 0 3px;
    font-size:10px;
    color: #fff;
}

.photocontainer .photocell_flag {
    position: absolute;
    top: -3px;
    right: 0px;
    width: 16px;
    height: 16px;
    z-index: 12;
}

#kalender_bearbeiten {
    float: left;
    margin-left: 0px;
    padding-left: 20px;
    width: 420px;
}

#kalender_speichern_h {
    position: absolute;
    left:416px;
    top:-130px;
    width:122px;
    height:69px;
    cursor:pointer;
}

#kalender_speichern_q {
    position: absolute;
    right:536px;
    top:-130px;
    width:122px;
    height:69px;
    cursor:pointer;
}

#kalender_speichern_anzeige_h {
    position:absolute;
    z-index:10;
    left:465px;
    top:-130px;
    width:300px;
    background-color:#fff;
    border:3px #76ad6e solid;
    padding:10px;
}

#kalender_speichern_anzeige_q {
    position:absolute;
    z-index:10;
    right: 279px;
    top:-130px;
    width:300px;
    background-color:#fff;
    border:3px #76ad6e solid;
    padding:10px;
}

#kalender_speichern_anzeige_h h3, #kalender_speichern_anzeige_q h3 {
    color: #888;
    font-size:16px;
}

#kalender_speichern_anzeige_h p,
#kalender_speichern_anzeige_q p,
#kalender_speichern_anzeige_h a,
#kalender_speichern_anzeige_q a {
    color:#888;
}

#kalender_vorschau_h {
    position: absolute;
    left: 450px;
    top: -155px;
    width: 492px;
    height:  566px;
    background: url(../images/calendar_h_bg-trans.png) no-repeat;
}

#kalender_vorschau_q {
    position: absolute;
    right: 0px;
    top: -145px;
    width: 616px;
    height:  518px;
    background: url(../images/calendar_q_bg-trans.png) no-repeat;
}

#preview_loader {
    position: absolute;
    left: 575px;
    top: 140px;
    width: 220px;
    height:  19px;
    background: url(../images/loader.gif) no-repeat;
    z-index: 9;
}

#preview_content #preview_title {
    font: 26px "Trebuchet MS", Verdana, Arial, sans-serif;
    text-align: center;
}

#preview_content #preview_subtitle {
    font: 16px "Trebuchet MS", Verdana, Arial, sans-serif;
    text-align: center;
}

#picture_placeholder h2 {
    color: #666;
    margin-top:0;
    padding:20px 10px 0 10px;
}

#picture_placeholder p {
    color: #666;
    padding:0 10px;
}

#preview_title {
    position: absolute;
    text-align: center;
}

#preview_subtitle {
    position: absolute;
    text-align: center;
}

#calendarium_big {
    position:absolute;
    top: 40px;
    right: 60px;
    z-index: 12;
}

#kalender_vorschau_wahl {
    position: absolute;
    left: 540px;
    top: 560px;
    z-index: 5;
}

#kalender_vorschau_wahl .choose {
    float: left;
    width: 50px;
}

#kalender_vorschau_wahl #month {
    position: relative;
    float: left;
    width: 140px;
    margin: 0 60px 0 40px;
    border: 1px #ddd solid;
    cursor:pointer;
}

#kalender_vorschau_wahl #month h2 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
}

#kalender_vorschau_wahl #month img {
    position:absolute;
    right:5px;
    top:3px;
}

#kalender_vorschau_wahl #popup {
    position:absolute;
    bottom:32px;
    left:-1px;
    width:140px;
    border: 1px #ddd solid;
    background-color:#fff;
    z-index:12;
}

#kalender_vorschau_wahl #popup a {
    display:block;
    z-index:13;
    color:#666;
    font-size:20px;
    text-decoration:none;
    padding:5px 10px;
    border-bottom: 1px #efefef solid;
}

#kalender_vorschau_wahl #popup a:hover {
    color: #ff9900;
}

#menu {
    position: relative;
    margin-left: 14px;
}

#menu .item {
    float: left;
    width: 87px;
    height: 80px;
    background: url(../images/menu_bg.png) no-repeat;
}

#menu .item img {
    margin-top: 10px;
    margin-left: 13px;
    width: 52px;
    height: 52px;
}

#menu .item p {
    color: #999;
    text-align: center;
    padding-right: 7px;
}

span#colour_chooser {
    position:relative;
    border: 1px #999 solid;
    padding:2px;
    background: #fff url(/images/input_bg.gif) repeat-x;
}

span#colour_chooser div#colours {
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px #999 solid;
    padding:2px;
    width:72px;
    background-color: #ddd;
}

span#colour_chooser div#colours div.colour {
    float: left;
    padding: 0 2px;
}


span#icon_chooser {
    position:relative;
    display: inline;
}

span#icon_chooser img#chooser_icon {
    border: 1px #999 solid;
    background: #fff url(/images/input_bg.gif) repeat-x;
    padding: 2px;
    vertical-align: middle;
}

span#icon_chooser div#icons {
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px #999 solid;
    width:124px;
    background: #fff url(/images/input_bg.gif) repeat-x;
}

span#icon_chooser div#icons div.icon {
    float: left;
    margin: 1px 2px;
}

span#icon_chooser div#icons div.icon:hover {
    background-color: #fcc51c;
}


#divFileProgressContainer {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 1px;
    height:  1px;
}

div.inline_text {
    float: left;
    margin-right: 10px;
    color: #666;
}

/* @group Startseite */

#startseite {
    position: relative;
    width: 100%;
    background: url(../images/startseite_bg.png) repeat-x;
}

#startseite #block_start {
    text-align: left;
    position: relative;
    width: 980px;
    height: 400px;
}

#startseite #block_start h1 {
    margin: 5px 0;
    color: #888;
    font-size: 38px;
    font-weight: normal;
}

#startseite #block_start h2 {
    color: #888;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

#startseite #block_start h3 {
    color: #eee;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

#startseite #block_start p {
    color: #666;
    font-size: 16px;
}

#startseite #block_start a {
    color: #888;
    text-decoration: underline;
}

#startseite #block_start p.footnote {
    color: #eee;
    font-size: 12px;
}

#startseite #block_start p.footnote a {
    color: #eee;
}

#startseite #block_start ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

#startseite #block_start ul li {
    color: #eee;
    font-size: 11px;
}

#startseite #block_start th {
    font-size:14px;
    color:#666;
    background-color: #eee;
    border-bottom: 1px #ccc solid;
}

#startseite #block_start td {
    font-size:14px;
    padding:3px 6px 3px 0;
    color:#666;
    border-bottom: 1px #ccc dashed;
}


#startseite #block_start .description {
    position:absolute;
    border-left:1px #ddd solid;
    padding: 40px 0px 0px 10px;
}

#startseite #block_start .star {
    position:absolute;
    z-index:3;
    width:100px;
    height:93px;
    background: url(../images/stern.png) no-repeat;
}

#startseite #block_start .star p {
    text-align:center;
    position:relative;
    width:70px;
    margin: 30px 10px;
    color:#fff;
    font-weight:bold;
}


#startseite #block_shadow {
    position: relative;
    width: 100%;
    height: 26px;
    background: url(../images/startseite_schatten.png) repeat-x;
}

#startseite #block_content {
    width: 980px;
    background-color:#fff;
}

#startseite #block_content p {
    text-align:left;
    margin-left: 10px;
    margin-right: 8px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

#startseite #block_content a {
    color: #ff9900;
    text-decoration: none;
}

#startseite #block_content a:hover {
    color: #fff;
    background-color: #ff9900;
    text-decoration: none;
}

#startseite #block_content .content_box {
    float:left;
    text-align: left;
    width:320px;
    height:225px;
    margin-bottom:10px;
}

#startseite #block_content .content_box h2 {
    margin-left: 10px;
    color: #666;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}

#startseite #block_content ul {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 20px;
}

#startseite #block_content ul li {
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

#startseite #block_content #footer ul li {
    float: left;
    font-size: 12px;
    color: #999;
    padding-left: 5px;
    font-size: 12px;
    list-style-position: outside;
}

#startseite #block_content #footer ul li a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

#startseite #block_content #footer a:hover {
    text-decoration: underline;
    background-color: #fff;
}

#startseite #block_content #footer ul {
    list-style-type: none;
    float:right;
    margin:0 0 10px 0;
}



/* @end */

/* @group Cartview */

#cartview {
    margin: 20px 12px 0 30px;
    height: 500px;
    overflow: auto;
}

#cartview h2 {
    font-size: 20px;
}

#cartview h2 a {
    color:#666;
    text-decoration:none;
}

#cartview h3 {
    color: #888;
    font-size: 16px;
    margin:0;
}

#cartview h4 {
    color: #888;
    font-size: 16px;
    font-weight: normal;
    font-style:italic;
    margin:0;
}

#cartview .amount {
    color: #888;
    font-size: 16px;
    border:none;
    width:20px;
    text-align:right;
}

#cartview div.input {
    color: #666;
    margin: 9px 0;
}

#cartview .item {
    position: relative;
    background-color:#f3f3f3;
    padding:8px;
    margin-bottom:10px;
    margin-right: 10px;
}

#cartview .item .delete {
    position: absolute;
    top: -5px;
    right: -7px;

}

#cartview .item img {
    float: right;
    margin: 0 0 10px 10px;
}

#cartview .item p {
    color: #888;
}

#cartview .item p.line_item {
    clear:both;
    float:left;
    width: 80%;
    border-bottom:1px #9f9f9f solid;
    margin: 2px 0;
    padding: 3px 0;
}

#cartview .item p.line_item_price {
    float:right;
    text-align: right;
    width: 20%;
    border-bottom:1px #9f9f9f solid;
    margin: 2px 0;
    padding: 3px 0;
}

#cartview .item a {
    color: #ff9900;
    font-weight: bold;
}

#cartview .item a:hover {
    color: #fff;
    background-color: #ff9900;
    text-decoration: none;
    font-weight: bold;
}

#cartview .item p.price {
    margin:0;
    float:right;
    width:80px;
    text-align:right;
    margin-right: 20px;
    font-size:16px;
}

#cartview .item .image {
    float:left;
    margin: 0 10px 10px 0;
}

#cartview p#shippingprice {
    margin:0 10px 0 0;
    text-align:right;
    font-size:16px;
}

#cartview p#totalprice {
    margin:0 10px 0 0;
    text-align:right;
    font-size:16px;
    font-weight:bold;
}

#cartview p.values {
    margin:5px 10px 0 0;
    text-align:right;
    color: #888;
}

#cartview div.reiter {
    float:left;
    border: 1px #9f9f9f solid;
    margin: 0 10px -1px 0;
    padding: 0 10px;
    background-color:#fff;
}

#cartview div.reiter_active {
    float:left;
    border-top: 1px #9f9f9f solid;
    border-right: 1px #9f9f9f solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #9f9f9f solid;
    margin: 0 10px -1px 0;
    padding: 0 10px;
    background-color:#fff;
}

#cartview div.reiterende {
    clear:both;
    width:100%;
    height:1px;
    background-color:#9f9f9f;
}

#cartview .fieldWithErrors {
    margin: 0px;
}

#cartview .fieldWithErrors input {
    border: 1px #cb0f14 solid;
}

#cartview .formError {
    display:inline;
    color: #cb0f14;
}

/* @end */



/* Tint */

.tintborder {
    color:#666;
    clear:both;
    float:none;
    width:336px;
    height:72px;
    margin: 5px 0 10px 0;
}

.button_tint  {
    float:left;
    width: 20px;
    height: 20px;
    margin: 2px;
    cursor: pointer;
}
/* Color Picker */

#cpchooser_color, #cpchooser_bgcolor {
    float:left;
    width: 20px;
    height: 20px;
    border: 1px #999 solid;
    cursor: pointer;
}

div.coloritem_color, div.coloritem_bgcolor{
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 12px;
    height: 12px;
}

div.cpselected{
    border: 2px solid #666;
    width: 8px;
    height: 8px;

}

div.colorpicker a {
    display: block;
    width: 100%;
    height: 100%;
}

