/* ############################################################################################## */
/* straitflip-2010                                                                                */

/* ********************************************************************************************** */
/* file: all-admin-button.css                                                                     */
div.button {
	background-color: #a2b300;
	border-color: #a5b405 #859405 #859405 #a5b405;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.button a {
	border-color: #fff #a5b405 #a5b405 #fff;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: block;
	padding: 0 2px;
	text-decoration: none;
}

div.button a:hover {
	background-color: #edf0cc;
	border-color: #a5b405 #fff #fff #a5b405;
	color: #87888a;
}

/* ********************************************************************************************** */
/* file: all-admin-ico.css                                                                        */
.ico,.ico {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 16px;
	outline: none;
	overflow: hidden;
	padding: 1px;
	text-indent: -9999em;
	width: 16px;
}

.ico:hover,.tablehead .ico {
	background-color: #fff;
	outline: 1px solid #aaa;
}

.ico-edit {
	background-image: url('../img/ico-strait/ico_edit.gif');
	width: 29px;
}

.ico-delete {
	background-image: url('../img/ico-strait/ico_delete.gif');
	width: 29px;
}

.ico-preview {
	background-image: url('../img/ico-strait/ico_vorschau.gif');
}

.ico-progress {
  background-image: url('../img/ico/loading.gif');
}

.ico-harddisk {
	background-image: url('../img/ico/drive.png');
}

.ico-true {
	background-image: url('../img/ico/accept.png');
}

.ico-false {
	background-image: url('../img/ico/delete.png');
}

.ico-refresh {
	background-image: url('../img/ico/arrow_refresh.png');
}

.ico-refresh-videoDiskSpace {
	position: absolute;
}

/* ********************************************************************************************** */
/* file: all-admin-straitVideoEmbed.css                                                           */
div.straitVideoEmbed-size {
	cursor: pointer;
	float: left;
	margin-right: 30px;
}

div.straitVideoEmbed-size-title {
	display: block;
	margin-bottom: 0.3em;
	text-align: center;
}

div.straitVideoEmbed-size-info {
	font-style: italic;
	text-align: center;
}

div.straitVideoEmbed-size-box {
	background-color: #DDD;
	border: 1px solid #999;
	display: block;
	margin: 0 auto;
	width: 150px;
	text-indent: -9999em;
}

div.straitVideoEmbed-size-active div.straitVideoEmbed-size-box {
	background-color: #D8E6FB;
	border-color: #A0B3D9;
}

div.straitVideoEmbed-size:hover div.straitVideoEmbed-size-box {
	background-color: #D8E6FB;
	border-color: #A0B3D9;
}

div.straitVideoEmbed-size-box table {
	margin: 10px auto;
}

input.straitVideoEmbed-size {
	width: 40px;
}

/* ********************************************************************************************** */
/* file: all-admin-table.css                                                                      */
table.admin-table {
	border-color: #a5b405 #859405 #859405 #a5b405;
	border-style: solid;
	border-width: 1px;
}

table.admin-table td {
	border-color: #fff #a5b405 #a5b405 #fff;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

table.admin-table .tablehead {
	background-color: #a5b405;
	font-weight: bold;
	white-space: nowrap;
}

table.admin-table .tablehead td,table.admin-table td.tablehead {
	border-color: #fff #859405 #859405 #fff;
	color: #fff;
	padding: 4px 2px;
}

table.admin-table .liste1 {
	background-color: #fff;
}

table.admin-table .liste0 {
	background-color: #edf0cc;
}

table.admin-table .center {
	text-align: center;
	padding: 5px;
}

table.admin-table .left {
	text-align: left;
	padding: 5px;
}

table.admin-table .right {
	text-align: right;
	padding: 5px;
}

table.admin-table a {
	color: #87888a;
	text-decoration: none;
}

table.admin-table a:hover {
	color: #a2b300;
	text-decoration: underline;
}

table.admin-table .tablehead a {
	color: #fff;
}

table.admin-table input.submit,table.admin-table input.button,table.admin-table button
	{
	background-color: #a2b300;
}

/* ********************************************************************************************** */
/* file: all-admin-video-changeSnapshot.css                                                       */
ul.snapshotList {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.snapshotListItem {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
}

li.snapshotListItem input.radio {
	display: none;
}

li.snapshotListItem label {
	cursor: pointer;
}

img.snapshotListItemImg {
	max-width: 150px;
}

/* ********************************************************************************************** */
/* file: all-admin-video.css                                                                      */
div.videoSnapshotThumbnail {
	background-color: #edf0cc;
	border: 1px solid #a2b300;
	height: 18px;
	margin: 0 auto;
	width: 32px;
}

div.videoSnapshotThumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

div.videoSnapshotThumbnail img:hover {
	border: 1px solid #a2b300;
	margin-top: -82px; /* - (1 + ((180 - 18) / 2)) */
	margin-left: -145px; /* - (1 + ((320 - 32) / 2)) */
	max-height: 180px;
	max-width: 320px;
	position: absolute;
}

/* ********************************************************************************************** */
/* file: all-content.css                                                                          */
div#content a.extLink {
	background-image: url('../img/externer_icon.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #5a5b5d;
	padding-right: 10px;
	text-decoration: none;
}

div#content a.extLink:hover {
	color: #a2b300;
	text-decoration: underline;
}

div#content div.vm-default {
	margin-bottom: 30px;
}

div#content .headline,div#content .modul-titel {
	color: #a2b300;
	/* font-weight: normal; */
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

div#content div.more,div#content div.back {
	text-align: right;
}

div#content div.more a,div#content div.back a {
	background-image: url('../img/mehr_icon.gif');
	background-repeat: no-repeat;
	background-position: 100% 58%;
	color: #5a5b5d;
	padding-right: 13px;
	text-decoration: none;
}

div#content div.more a:hover,div#content div.back a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-editor-default.css                                                                   */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* ********************************************************************************************** */
/* file: all-editor-font.css                                                                      */
body,button,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	line-height: 18px;
}

button,input,select,textarea {
	font-size: 1em;
}

a,body,button,input,select,textarea {
	color: #87888A;
}

/* ********************************************************************************************** */
/* file: all-editor-form.css                                                                      */
button,input,select,textarea {
	border: 1px solid #a2b300;
	outline: none;
}

button,button.button,input.button {
	background-color: #a2b300;
	color: #fff;
	padding: 0 5px;
	text-align: right;
}

button.submit,input.submit {
	background-color: #a2b300;
	color: #fff;
	padding: 0 5px;
	text-align: right;
}

button.reset,input.reset {
	background-color: #a2b300;
	color: #fff;
	padding: 0 5px;
	text-align: right;
}

input.checkbox {
	border: 0;
}

input.datefield {
	padding: 1px;
	text-align: right;
	width: 65px;
}

input.email {
	padding: 1px;
}

input.file {
	padding: 1px;
}

input.number {
	padding: 1px;
	text-align: right;
}

input.number-1 {
	width: 8px;
}

input.number-2 {
	width: 16px;
}

input.number-3 {
	width: 24px;
}

input.number-4 {
	width: 32px;
}

input.password {
	padding: 1px;
}

input.radio {
	border: 0;
}

input.text {
	padding: 1px;
}

select {
	padding: 1px;
}

textarea {
	padding: 1px;
}

img.captcha,div.captcha {
	background-color: #fff;
	border: 1px solid #a2b300;
}

div.captcha img.captcha {
	border: none;
}

/* ********************************************************************************************** */
/* file: all-editor-headline.css                                                                  */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
	color: #A2B300;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4,h5,h6 {
	font-size: 1em;
}

/* ********************************************************************************************** */
/* file: all-editor-img.css                                                                       */
a img {
	border: 0;
}

img.image {
	margin-bottom: 0.3em;
}

img.teaserimg_left,img.teaserimg-left {
	float: left;
	margin-bottom: 0.3em;
	margin-right: 0.3em;
}

img.teaserimg_right,img.teaserimg-right {
	float: right;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
}

/* ********************************************************************************************** */
/* file: all-editor-link.css                                                                      */
a {
	outline: none;
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-editor-list.css                                                                      */
li {
	list-style-image: url('../img/li.gif');
	margin-left: 15px;
}

ol li {
	list-style-image: none;
	margin-left: 20px;
}

ul li {
	list-style-image: url('../img/li.gif');
}

ul ul li {
	list-style-image: url('../img/li_li.gif');
}

ul ul ul li {
	list-style-image: url('../img/li_li_li.gif');
}

/* ********************************************************************************************** */
/* file: all-editor-table.css                                                                     */
table {
	empty-cells: show;
}

table.rahmen {
	border-collapse: collapse;
	border-spacing: 0;
}

table.rahmen,table.rahmen th,table.rahmen td {
	border-color: #A2B300;
	border-style: solid;
	border-width: 1px;
}

table.rahmen th,table.rahmen td {
	padding: 3px 5px;
}

table.rahmenlos {
	border-spacing: 0;
	margin: -3px -5px;
}

table.rahmenlos,table.rahmenlos th,table.rahmenlos td {
	border: 0;
}

table.rahmenlos th,table.rahmenlos td {
	padding: 3px 5px;
}

/* ********************************************************************************************** */
/* file: all-info.css                                                                             */
div#info div.vm-default,div#info div.default {
	padding-bottom: 50px;
}

div#info .headline {
	background-color: #a2b300;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 20px;
}

div#info .teaser,div#info .body {
	padding: 0 10px;
}

div#info .teaserimg {
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}

/* ********************************************************************************************** */
/* file: all-layout-pageBody.css                                                                  */
div#body-column-1 {
	float: left;
	width: 712px;
	padding-top: 20px;
}

div#body-column-1-content {
	width: 620px;
}

div#body-column-2 {
	float: right;
	width: 235px;
}

div#body-column-2 div#body-searchform {
	background-image: url('../img/suchfeld.gif');
	background-repeat: no-repeat;
	background-position: 0 20px;
	width: 235px;
	height: 36px;
	background-color: #FFF;
	padding-top: 20px;
}

div#body-column-2-content {
	width: 100%;
	min-height: 200px;
	background-color: #EDF0CC;
}

div#body-column-1-2 {
	padding: 20px 0;
}

/* ********************************************************************************************** */
/* file: all-layout-pageHeader.css                                                                */
div#header-top {
	width: 100%;
	height: 76px;
	margin-top: 12px;
	overflow: hidden;
}

a#logo {
	display: block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 223px;
	height: 65px;
	float: left;
}

div#header-loginform {
	float: right;
	position: relative;
}

div#navi {
	height: 23px;
	background-image: url('../img/hintergrund_navi.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#headerImage {
	width: 100%;
	height: 262px;
	background-image: url('../img/dummy_bild.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 2px 0 3px 0;
	clear: both;
}

div#naviBreadcrumb {
	float: left;
}

div#naviBreadcrumb span.breadCrumbDelimiter {
	color: #a2b300;
	font-weight: bold;
}

div#naviBreadcrumb a {
	text-decoration: none;
}

div#naviBreadcrumb a:hover {
	color: #a2b300;
}

div#naviRight {
	float: right;
}

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
}

div#bg {
	background-image: url(../img/hintergrund.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	min-height: 100%;
}

div#page {
	position: relative;
	margin: 0 auto;
	width: 968px;
}

div#pageHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 396px;
	border-bottom: 1px solid #87888A;
	padding-bottom: 7px;
	overflow: hidden;
	background-color: #FFF;
}

div#pageBody {
	background-image: url(../img/Hintergrund_Info.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 100%;
	min-height: 200px;
	padding-top: 404px;
}

div#pageBody-ohneInfo {
  width: 100%;
  min-height: 200px;
  padding-top: 404px;
}

div#pageFooter {
	
}

/* ********************************************************************************************** */
/* file: all-loginForm.css                                                                        */
div#header-loginform div.fieldset {
	border: 0;
	font-size: 11px;
	width: 150px;
}

div#header-loginform div.legend {
	font-size: 14px;
}

div#header-loginform label {
	display: block;
}

div#header-loginform div.input {
	border: 1px solid #a2b300;
	height: 17px;
	margin: 2px 0;
	width: 121px;
	position: relative;
}

div#header-loginform div.input label {
	height: 17px;
	line-height: 17px;
	padding-left: 5px;
}

div#header-loginform input.text,div#header-loginform input.password {
	background-color: transparent;
	border: 0;
	cursor: text;
	height: 14px;
	margin: 0;
	outline: none;
	padding: 2px 4px 1px 4px;
	width: 113px;
	position: absolute;
	top: 0;
	left: 0;
}

div#header-loginform div.button {
	background-image: url('../img/ok_hintergrund.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	height: 17px;
	margin: -21px 0 0 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 23px;
}

div#header-loginform div.button label {
	color: #fff;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	text-align: center;
}

div#header-loginform button.submit {
	background-color: #a2b300;
	border: 0;
	filter: Alpha(opacity =     1);
	cursor: pointer;
	height: 19px;
	opacity: 0.01;
	outline: none;
	width: 23px;
	position: absolute;
	top: 0;
	left: 0;
}

/* ********************************************************************************************** */
/* file: all-message.css                                                                          */
.message-H,.message-W,.message-E {
	background-color: #fff;
	border-color: #a2b300;
	border-style: solid;
	border-width: 2px;
	padding: 3px;
	margin-bottom: 1.25em;
}

.message-H div,.message-W div,.message-E div {
	padding-left: 20px;
}

.message-H div div,.message-W div div,.message-E div div {
	border: none;
	padding-left: 0;
}

/* ********************************************************************************************** */
/* file: all-modules.css                                                                          */
#modul-kundenzitate .kundenzitat {
	width: 215px;
	margin: 0 auto;
}

#modul-kundenzitate .kundenzitat-oben {
	background-image: url(../img/kundenzitat_oben.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 7px;
}

#modul-kundenzitate .kundenzitat-mitte {
  background-image: url(../img/kundenzitat_mitte.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 100%;
}

#modul-kundenzitate .kundenzitat-unten {
  background-image: url(../img/kundenzitat_unten.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 98px;
}

/* ********************************************************************************************** */
/* file: all-navi.css                                                                             */
div#navi {
	font-size: 15px;
	line-height: normal;
}

div#navi ul,div#navi li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navi a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

/* level 1 */
div#navi ul {
	line-height: 23px;
}

div#navi ul li {
	float: left;
	margin-right: 10px;
}

div#navi ul li.men-pfad {
	
}

div#navi ul li.men {
	
}

div#navi ul li.over {
	position: relative;
}

div#navi ul li a {
	height: 23px;
	padding: 0 5px;
}

div#navi ul li.men-pfad a {
	background-color: #a2b300;
	color: #fff;
}

div#navi ul li.men a {
	background-color: transparent;
	color: #707173;
}

div#navi ul li.men a:hover {
	background-color: #a2b300;
	color: #fff;
}

div#navi ul li.over a {
	background-color: #a2b300;
	color: #fff;
}

/* level 2 */
div#navi ul li ul {
	background-color: #a2b300;
	font-size: 12px;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 50px;
	padding-left: 5px;
	position: absolute;
	z-index: 9999;
}

div#navi ul li.men ul {
	display: none;
}

div#navi ul li.over ul {
	display: block;
}

div#navi ul li ul li {
	float: none;
	margin: 5px 0;
}

div#navi ul li ul li.men-pfad {
	
}

div#navi ul li ul li.men {
	
}

div#navi ul li ul li.over {
	
}

div#navi ul li ul li a {
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: auto;
	padding: 0;
	padding-left: 10px;
}

div#navi ul li ul li.men-pfad a {
	background-color: transparent;
	background-image: url('../img/bgNaviLevel2ItemActive.gif');
	color: #fff;
}

div#navi ul li ul li.men a {
	background-color: transparent;
	color: #fff;
}

div#navi ul li ul li.men a:hover {
	background-color: transparent;
	background-image: url('../img/bgNaviLevel2ItemActive.gif');
	color: #fff;
}

div#navi ul li ul li.over a {
	background-color: transparent;
	background-image: url('../img/aufzaehlungszeichen.gif');
	color: #fff;
}

/* ********************************************************************************************** */
/* file: all-naviRight.css                                                                        */
div#naviRight li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-top:5px;
}

div#naviRight a {
	background-image: url(../img/Kontakt_Druck_sitemap.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	text-indent: -9999px;
}

div#naviRight a#contact {
	width: 17px;
	background-position: 0 0;
}

div#naviRight a#sitemap {
  width: 14px;
  background-position:-17px 0;
}

div#naviRight a#print {
  width: 16px;
  background-position:100% 0;
}

/* ********************************************************************************************** */
/* file: all-print.css                                                                            */
#druck #page {
	width: 452px;
}

#druck #druckkopf {
	margin-bottom: 20px;
}

#druck #pageBody {
	background-image: none;
	padding-top: 0;
}

#druck h1.headline {
  margin: 30px 0 5px 0;
}

/* ********************************************************************************************** */
/* file: all-searchForm.css                                                                       */
div#body-searchform input.text {
	background-color: transparent;
	border: 0;
	font-size: 11px;
	width: 215px;
	height: 13px;
	margin: 3px 0 0 2px;
	float:left;
}

div#body-searchform input.submit {
	background-color: transparent;
	border: 0;
	font-weight: bold;
	border: 0;
	width: 16px;
	height: 22px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
}
