﻿
@charset "utf-8";
/* #### General CSS Settings #### */
/* # Descscription: Defines general settings like body, links # */
/* # Author: gdwi # */
/* # Created: 05-11-2011 # */
/* # Updated: 10-10-2012 # */
* {margin: 0;padding: 0;}
* html body {behavior: url(/images/csshover3.htc);}
body {padding: 0;font-family:Arial;background-image:url(/images/Website/body_dark.gif);background-repeat:repeat-x;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;color: #000000;font-size:12px;height: 100%;}
img {border:0;}
a {color:#666666;text-decoration:none;}
a:focus {outline:none;}
a.small {font-size:0.8em;text-decoration:underline;}
hr {border: 0px; border-top: 1px dashed #cccccc;}
.clear-class {clear: both;height:5px;font-size:5px;}
.errorText {color:#da0000;}

/* #### Headlines #### */
/* # Descscription: Defines headlines # */
/* # Author: gdwi # */
/* # Created: 05-11-2011 # */
/* # Updated: 10-10-2012 # */
h1 {font-size:1.4em;font-weight:normal;}
h2 {font-size:1.3em;font-weight:normal;}
h3 {font-size:1.2em;font-weight:normal;}
h4 {font-size:1.1em;font-weight:normal;}
/*h5 {font-size:1.2em;font-weight:normal;}
h6 {font-size:1.1em;font-weight:normal;}*/

/* #### Input fields #### */
/* # Descscription: Defines the css for input fields # */
/* # Author: gdwi # */
/* # Created: 05-11-2011 # */
/* # Updated: 10-10-2012 # */
input[type="text"],input[type="search"],input[type="tel"],input[type="email"],input[type="password"],select,textarea {border:1px solid #cccccc;color: #444444;background: #ffffff;padding: 2px;}
select {margin-right:2px; }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border : 0px;}
input[type="submit"]:focus, input[type="button"]:focus {outline : none;}
input[type="text"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="password"]:focus,select:focus,textarea:focus  {border:1px solid #444444 !important; }
input.errorInput {background:#FFE8E8;border:1px solid #990000 !important; color: #990000 !important; }
input.errorInput:focus {background:#FFE8E8;border:1px solid #990000 !important; color: #990000 !important; }



.asterics {clear:both;font-size: 0.8em;padding-left:20px;}

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #333 url(ext/jquerythemes/images/ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
    color: #eee;
}

.ui-button .ui-icon {
    background-image: url(ext/jquerythemes/images/ui-icons_ededed_256x240.png);
}