@import url(/styles/live/vslf/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/vslf/formmanager.css);
@import url(/styles/live/navigation.css);

/* Structure */

body {
    background: #333333 url(/images/vslf/bg_grau.gif) repeat-x;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #ffffff;
    text-align : left;
    padding: 0;
    margin: 0;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}

table.betriebe td {
    height: 160px;
}

#nav a {
    text-decoration: none;
}

/* Links */
a {
    text-decoration: underlined;
    color: #ffffff;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */

#container {
  height: 200px;
  margin: 165px auto 0 auto;
}

#container2 {
    width: 930px;
	position: relative;
}

img.verband {
    position: absolute;
    top: 525px;
    left: 45px;
}

#linkwrapper {
    width: 868px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

input.field {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding:2px;
}

input {
    margin: 2px;
    border: 1px solid #ffffff;
}

textarea {
    border: 1px solid #ffffff;
}

.tooltip {
    height: 150px;
    color: #86002e;
    width: 203px;
    position: absolute;
    padding: 4px 0 0 6px;
    display: none;
    background: transparent url(/images/vslf/tooltip.gif) no-repeat left;
}

.tooltip .head {
  font-weight: bold;
}

.tooltip .content {
  font-weight: bold;
}

img#startbutton{
	position: absolute;
	bottom: 50px;
	right: 50px;
}

a.shortlink {
	position: absolute;
	left: 180px;
	top: -3px;
}
