/*
    Document   : main.css
    Created on : 01.04.2009, 21:07:51
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: Standard formatting
*/

* {
    margin: 0;
    padding: 0;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

html,
body {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}


/*
[if EDITOR]
html,body {
    padding: 10px;
	background: #FFF;
}
p {
    line-height: 140%;
    color: #474747;
}

ul {
    list-style: none;
}
ul li {
    background: url(../img/arrow_li.gif) 2px 4px no-repeat;
    padding: 0 0 0px 13px;
    height: 20px;
}
.right-to-left {
  direction: rtl;
}
.right-to-left li {
  background-position: right center;
}
a {
    color: #8793b9;
    text-decoration: none;
    cursor: pointer;
}
a:focus {}
a:hover {
    color: #303030;
    text-decoration: underline;
}
a:active {}

a img {
    border: 0;
}
[endif]
*/

/* Text */

p {
    line-height: 140%;
    color: #777777;
	margin:5px 5px 2px 5px;
}

h1 {
    font-size: 18px;
    color: #7f8a93;
    font-weight: bold;
	margin: 10px 10px 30px 5px;
}
h2 {
	font-size: 14px;
    color: #7f8a93;
    font-weight: bold;
    margin: 30px 0 20px 5px;
}
h3 {
	font-size: 12px;
	color: #7f8a93;
	margin: 20px 0 3px 5px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #7f8a93;
	margin: 20px 0 3px 5px;
	font-weight: bold;
	padding: 3px 0 0 15px;
	background: url(../img/icons/ic_li_gr.gif) 2px 7px no-repeat;
}
h5 {
	font-size: 12px;
	color: #7f8a93;
	font-weight: bold;
	margin: 20px 0 3px 5px;
}
h6 {
	font-size: 12px;
	color: #7f8a93;
	margin: 0 0 3px 5px;
	font-weight: bold;
}

/* Links */

a {
    color: #20739c;
    text-decoration: none;
    cursor: pointer;
}

a:link {
	font-weight: bold;
}

a:focus {}

a:hover {
    color: #20739c;
    text-decoration: underline;
}
a:active {}

a:visited {
	color: #20739c;
	text-decoration: none;
	font-weight: 600;
}

a img {
    border: 0;
}

/* Tables */

table {
    width: 100%;
}
td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

th {
    background: #C0C0C0;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}

table tr th,
table thead th {}

table tr td,
tbody td {}

/* Listings */
ul {
    list-style: none;
}

#content ul {
    list-style: none;
    margin: 10px 0;
	color: #777777;
}
#content ul li {
    background: url(../img/icons/ic_li.gif) 15px 3px no-repeat;
    padding: 0 0 5px 32px;
}

#content ol {
    margin: 0 0 0 30px;
    color: #666666;
}


ol li {}

#content ul.right-to-left {
  direction: rtl;
}
#content ul.right-to-left li {
  background-position: right center;
  padding-right: 15px;
}

/*
ul {
    list-style: none;
}

#content ul {
    list-style: none;
    margin: 10px 0;
	color: #666666;
}
#content ul li {
    background: url(../img/icons/ic_li.gif) 2px 7px no-repeat;
    padding: 0 0 5px 13px;
	margin: 0 0	0 8px;
}

#content ol {
    margin: 0 0 0 25px;
    color: #666666;
}

#content ol li {
	margin: 0 0	10px 8px;
	padding: 0;
}
*/

/* Form fields */

input.text {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2px;
    width: 100px;
}
input.submit {
    background: #C0C0C0;
    color: #FFF;
    border: 0;
    margin: 0;
    padding: 2px;
}

strong {
    font-weight: bold;
}

abbr {
    border: 0;
}

/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Selektoren die ueberall Verwendung finden
*/

.clear {
    clear: both;
}

.clear-fix {
    clear: both;
    height: 1px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-right {
    float: right;
}

.float-right190px { 
	float: right; width:180px; padding-left:56px;
}

.float-left {
    float: left;
}

.float-left70px { 
	float: left; width:60px; padding-right:10px;
}

.float-left120px { 
	float: left; width:110px; padding-right:10px;
}

.float-left190px { 
	float: left; width:180px; padding-right:10px;
}

.float-left346px { 
	float: left; width:346px;  
}

.float-left400px { 
	float: left; width:400px;  
}

.float-left268px { 
	float: left; width:268px;  
}

.ul-neben-img     { 
	float: left; width:340px; 
}

.small-text {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

tr.hightlight_light {
    background: #f2f2f2;
}

tr.hightlight_dark {
    background: #e5e5e5;
}

.nomargin {
    margin: 0 !important;
}

.noborder {
    border: 0 !important;
}

.listicon {
    background: url(../img/icons/ic_li.gif) 2px 7px no-repeat;
	padding-left: 13px;
}

.listicon_bold{
    background: url(../img/icons/ic_li.gif)  5px  15px no-repeat;
    padding: 11px 0 25px 19px;
	margin: 5 0	20px 8px;
    font-weight: bold;
}

.move {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.sitebrowsing {
	margin-top:20px;
}

.requiredmarker {
    color: #8793b9;
}

.imageborder    { 
	border: 1px solid #ebeced;  
	margin: 3px 10px 3px 0px; 
	padding: 1px;
}

.noimageborder    { 
	margin: 3px 10px 3px 0px; 
}

.partnerlogoborder    { 
	border: 0px solid #CCC; 
	margin: 3px 40px 20px 0px; 
}

.contactborder    { 
	border: 0px solid #CCC; margin: 3px 20px 3px 0px; 
}

.infobox {
    font-size: 12px;
	border: 1px solid #cccccc;
    background: #e6e5e5;
    color: #7f8a93;
	padding: 8px 8px 8px 10px;
	margin: 15px 0 10px 0; 
}

.attention {
	background: url(../img/icon_attention.gif) 0 0 no-repeat;
    padding: 0 0 0 12px;   
	margin: 0 0 1px 0;
}



/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Link-Darstellung mit Icons
*/

.download_link_acrobat{
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_pdf.gif) 0 0 no-repeat;
    cursor: pointer;
}
.download_link_pdf {
    /*display: block;*/
    line-height: 22px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_pdf.gif) 0 0 no-repeat;
    cursor: pointer
}
.download_link_doc {
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_word.gif) 0 0 no-repeat;
    cursor: pointer
}
.download_link_zip {
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_zip.gif) 0 0px no-repeat;
    cursor: pointer
}
.download_link_jpg {
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor: pointer
}
.download_link_png {
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor: pointer
}
.download_link_gif {
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor: pointer
}
.download_link_default {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor: pointer
}

.link_intern {
	line-height: 15px;
    background: transparent;
    cursor: pointer;
	font-weight: bold;
 }
 
 .link_intern_schloss{
	line-height: 20px;
    padding: 1px 0 0 20px;
    background: url(../medien/icons/ic_schloss.gif) 0 0 no-repeat;
    cursor: pointer;
 }
 
  .link_intern_stift{
	line-height: 20px;
    padding: 1px 0 0 20px;
    background: url(../medien/icons/ic_stift.gif) 0 0 no-repeat;
    cursor: pointer;
 }
 
   .link_intern_tickets{
	line-height: 20px;
    padding: 1px 0 0 20px;
    background: url(../medien/icons/ic_tickets.gif) 0 0 no-repeat;
    cursor: pointer;
 }

.link_extern {
    line-height: 22px;
    padding: 1px 0px 2px 20px;
    background: url(../img/icons/ic_mozilla.gif) -4px 0 no-repeat;
    cursor: pointer
}

.link_anker {
	line-height: 15px;
	padding: 1px 0px 2px 20px;
    background: url(../medien/icons/ic_pfeil_rechts.gif) 0 4px no-repeat;
    cursor: pointer;
	font-weight: bold;
 }

.link_mail {
    line-height: 22px;
    padding: 1px 0 0px 30px;
    background: url(../img/icons/ic_mail.gif) 0 bottom no-repeat;
    cursor: pointer
}

.link_tags_1  {
	font-size: 15px;
	color: #777777;
	font-weight: bold;
}

.link_tags_2  {
	font-size: 12px;
	color: #777777;
	font-weight: 400;
	font-weight: none;
}

.link_tags_3 {
	font-size: 9px;
	color: #777777;
	font-weight: 500;
	font-weight: none;
}

.link_tags_4  {
	font-size: 10px;
	color: #777777;
	font-weight: 400;
	font-weight: none;
}


/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Status-Boxen zum Anzeigen des Status (erfolgreich, fehler, geloescht)
*/

.warning_success {
    font-size: 11px;
    color: #a7ce17;
    border: 1px solid #a7ce17;
    padding: 10px;
}

.infobox_success,
.infobox_alert,
.infobox_error {
    font-size: 11px;
    margin: 0 0 10px 0;
    /*width: 450px;*/
    padding: 8px 8px 8px 36px;
}

.infobox_success {
    border: 1px solid #d7f07f;
    background: #e7f6b2 url(../img/icons/icon_success.gif) 10px 6px no-repeat;
    color: #889a47;
}

.infobox_alert {
    border: 1px solid #f0d17f;
    background: #f6e7b2 url(../img/icons/icon_alert.gif) 10px 6px no-repeat;
    color: #cf8f54;
}
.infobox_error {
    border: 1px solid #d4d4d4;
    background: #ededed url(../img/icons/icon_error.gif) 10px 6px no-repeat;
    color: #a6a6a6;
}

.infobox_success li {
    color: #889a47;
}
.infobox_alert li {
    color: #cf8f54;
}
.infobox_error li {
    color: #a6a6a6;
}

.infobox_alert a {
    color: #cf8f54 !important;
    text-decoration: none;
}
.infobox_alert a:hover {
    text-decoration: underline;
}

.linie {
	width: 100%;
	border-top: 1px dotted #E41C19; 
	margin-top: 20px;
}


/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Werbebanner
*/

#content-advertising {
    width: 536px;
    height: 97px;
    position: relative;
    margin: 0 0 5px 0;
    background: url(../img/bg_advertising_en.gif) 0 0 no-repeat;
}

#content-advertising a {
    position: absolute;
    top: 2px;
    left: 2px;
}

#content-advertising.calang-de {
    background: url(../img/bg_advertising_de.gif) 0 0 no-repeat;
}

/* NEU 17.06.2009 / 15:30 Uhr ONM */

#print_header {
    display: none !important;
}

/* Kontaktformular */
form {
	margin: 5px;
}
form label {
	width: 140px;
	float: left;
	margin-bottom: 3px;
}
form input.text {
	width: 200px;
	margin-bottom: 3px;
}
form select {
	width: 206px;
	margin-bottom: 3px;
}
form input.checkbox {
	margin-right: 3px;
	margin-top: 3px;
}
form #standkalk { 
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dddddd), color-stop(0.1, #fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(left top, #ffffff, #dddddd 100%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFFFF, endColorStr=#FFdddddd, GradientType=1);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FF256f89, GradientType=1)";
    /* For WebKit (Safari, Google Chrome etc) */
    -webkit-border-radius: 15px;
    /* For Mozilla/Gecko (Firefox etc) */
    -moz-border-radius: 15px;
    /* For Opera */
    border-radius: 15px;
    display: block;
    margin-bottom: 5px;
    height: 40px;
}
form #standkalk h3{
    font-size: 11px;
    color: #E41C19;
    margin: 13px 5px 0px 0px;
    padding: 0px;
    float: left;
    margin-bottom: 0px;
}
form  #standkalk #standkalkzahl  {
    float: left;
    margin: 5px 7px 0px 0px;
    height: 26px;
    width: 21px;
    padding: 0px 0px 0px 4px;
    border: #808281 2px solid;
    font-size: 20px;
    background-color: #dddddd;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
form #standart  {
	margin-left: 35px;
}
form #standvorschlag { 
    background: -moz-linear-gradient(top, #fff 0, #fff 20%, #d2d2d2 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),color-stop(0.20, #fff),color-stop(1, #d2d2d2));
    padding: 1px; 
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 15px 20px -10px #e1e1e1;
    -moz-box-shadow: 0 15px 20px -10px #e1e1e1;
    -webkit-box-shadow: 0 15px 20px -10px #e1e1e1;
    min-height: 10px;
}
form #standvorschlag h3 {
    background-color: #dddddd;
    background: -moz-linear-gradient(top,#ececed 0,#ececed 50%,#dddddd 50%,#dddddd 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #ececed),color-stop(0.5, #ececed),color-stop(0.5, #dddddd),color-stop(1, #dddddd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFf6f6f7, endColorStr=#FFdddddd, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf6f6f7, endColorstr=#FFdddddd, GradientType=0)";
    display: block;
    padding: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dedfdf;
    color: #808281;
    padding: 7px 10px;
    margin: 0;
    min-height: 10px;
}
form #standvorschlag_kasten {
    background-color: #ebebeb;
    background: -moz-linear-gradient(top,#dddddd 0,#fff 50%,#fff 83%,#ebebeb 99%,#fff 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #dddddd),color-stop(0.50, #fff),color-stop(0.83, #fff),color-stop(0.99, #ebebeb),color-stop(1, #fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFdddddd, endColorStr=#FFFFFFFF, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdddddd, endColorstr=#FFFFFFFF, GradientType=0)";
    padding: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: block;
    min-height: 10px;
}
p.akkreditierung {
	float: left;
	margin: 0px;
	width: 180px;
	padding: 0px;
    font-weight: bold;
}
.akkreditierung p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}