body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 12px;
text-align: left;
background: #e0e8ef url(images/omp/bg_omp.png);
margin: 0;
padding: 0;
}

.img_right {
  float: right;
  margin: 5px;
}
.img_left {
  float: left;
  margin: 5px;
}

a { color: #3D6A99; text-decoration: none;}
a:hover { text-decoration: underline; }
b a { color: #FFF; text-decoration: none;}

#wrap { width: 1100px;margin: 1px auto;}

#header {background: url(images/omp/header_verlag.png) no-repeat;height: 170px;position: relative;}
.headerlinkw { background-image: url(/static/images/icons/breadcrumbs.png);}
.headerlink {
    display: block;
    left: 55px; top: 55px;
    position: absolute;
    height: 80px width: 300px;
}
#header h3 {
    margin: 110px 50px 0 20px; 
    color: #c1deea; 
    font-weight: 700; 
    font-size: 18px; 
    text-shadow: 3px 3px 10px #000;
    position:absolute;
 }
#header h3 a { text-decoration: none; color: #fff; }
#header h1 {
font-family: Arial, sans-serif; 
margin: 0;
padding: 40px 0 0 40px;
font-weight: 500;
color: #3D6A99;
line-height: 25px;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #fff; color: #fff; }
#header h2 { padding: 2px 0 0 40px; margin: 0; color: #efefef; font-weight: 500; }

#header img.cover{
    position: relative;
    top: -55px;
    left: 700px;
}
#header img.leftcover{
    position: relative;
    border-width: 0;
    top: -25px;
    left: 40px;
}

#menu {
background: #005198;
height: 65px;
line-height: 30px;
}
#menu ul {
list-style-type: none;
margin: 0 0 0 0;
padding: 3px 0 0 15px;
}

#rmenu ul {
list-style-type: none;
margin: 0;
padding: 0 15px 0 0;
}
#menu ul li {
    margin: 1px 1px 0 0;
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	float:left;
	padding: 12px 20px 0 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
}
#menu ul li a span{
	cursor: pointer;
    display: block;
    float: left;
    line-height: 30px;
    padding: 0 20px 0 0;
}
#menu ul li a.blue {background-position: 0 0px;}
#menu ul li a.blue span{background-position: 100% 0px;}
#menu ul li a.blue-a {background-position: 0 -30px;}
#menu ul li a.blue-a span{background-position: 100% -30px; color: #137;}

#menu ul li:hover > ul {left: auto;}
#menu ul li ul {
	position: absolute;
	margin: 40px 5px;
	width: 10em;
	left: -999em;
	padding-left: 5px;
	z-index: 999;
}
#menu ul li ul li a {
	background:#000;
	border: 2px solid #c1deea;
    border-radius: 5px 5px 5px 5px;
    line-height: 20px;
	width: 15em;
	padding: 0 10px 0 10px;
	color: #eee;
	font-size: 11px;
    position: relative;
}
#menu ul li ul li a:hover {background:#005198;}
#rmenu ul li {
	display: block;
	border:3px solid #FFF;
	border-radius: 3px;
	float: right;
}
#rmenu ul li a {
  display: block;
  text-decoration: none;
  color: #c1deea;
  font-size: 20px;
  font-weight: 700;
  background: #000;
  border:5px;
  text-transform: none;
  padding:10px 95px;
}
#rmenu ul li a span{
    padding: 0 0px 0 0;
}
#menu ul li a:hover {
color: #fc5;
}
#search_box .wrapper {
  background:#fff;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
  position:relative;
}
#search_box {
  background:-moz-linear-gradient(top, #ffd73a, #ffa500);
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffd73a), to(#ffa500));
  border:1px solid #d28703;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
  -webkit-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
  padding:1px;
  width:270px;
}

#search_box input { border:none; color:#333; font:bold 14px sans-serif; width:230px; }

#search_box button {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
  -webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
  cursor:pointer;
  position:absolute;
  right:0px;
  top:0px;
  width:30px;
  }
#searchbar {
  background: #61afe1;
  height: 48px;
  line-height: 30px;
}
#contentwrap {
background: #FFF;
padding: 0px;
height: 100%;
display: table;
}

#content {
  width: 780px;
  padding: 0px;
  display:table-cell;
}
#contenti {
  padding: 20px;
}

#content1c {
width: 650px;
padding: 5px 80px 10px 2px;
}
#content h1, #content1c h1 {
margin: 4px;
color: #3D6A99;
line-height: 25px;
font-size: 20px;
font-weight: 400;
letter-spacing: -1px;
}
#content h2, #content1c h2 {
margin: 2px;
color: #3D6A99;
line-height: 20px;
font-size: 16px;
font-weight: 400;
letter-spacing: -1px;
}
#content h3 {
margin: 0;
color: #3D6A99;
font-size: 14px;
font-weight: 400;
}
#content h4 {
margin: 0;
color: #000;
font-size: 12px;
font-weight: 400;
}

#content p, #content2c p { padding: 1px 1px 1px 0px; color: #232323;}
#content ul, #content2c ul { padding: 1px 1px 1px 20px; color: #232323; }

.errorlist {color:#990000;}

#edit {
  color: red;
}

hr {
  color: #82AFE1;
  background-color: #82AFE1;
  height: 1px;
}

.error, .errorlist li {
    background-color: #FFFF88;
    background-image: url(/static/images/icons/exclamation.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #990000;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #FF8800;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 5px 5px 25px;
}

#sidebar {
  float: left;
  margin-top: 5px;
  width: 160px;
}

#sidebar h3 {
  background: url(images/sidebarh3_14.png) no-repeat;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
  padding: 5px 0 10px 20px;
  margin: 0;
  color: #5797F2;
  list-style-type: square;
}

#sidebar ul li {
  padding: 0;
  margin: 0;
}

#sidebar ul ul { padding: 2px 0 2px 20px; }

#rside {
  display:table-cell;
  background: #C1DEEA;
  margin-top: 0px;
  width: 320px;
}

#rside h2 {
  background: #FFF;
  height: 30px;
  line-height: 30px;
  font-weight: 800;
  font-size: 14px;
  margin: 0; padding: 0 0 0 10px;
  color: #61afe1;
}

#rside h3 {
  color: #005198;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  padding: 5px 0 0 15px;
}
#rside h3 a { color: #005198;}

#rside p { 
    padding: 0px 8px 5px 15px; 
    margin: 0;
    color: #000; 
}
#rside ul {
padding: 10px 0 20px 30px;
margin: 0;
color: #5797F2;
list-style-type: square;
}
#rside ul li {padding: 0;margin: 0;}
#rside ul ul { padding: 2px 0 2px 20px; }

div .news {
    color: #729;
    background-color: #FFF;
    margin: 10px 0px 5px 20px;
}
#footer { 
    background: #005198;
    margin: 0;
    padding 0;
    height: 50px;
    line-height: 30px;
    position: relative;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    margin: 0 12px 0 0;
    display: block;
    float: left;
}
#footer ul li a {
    display: block;
    float:left;
    padding: 9px 20px 0 22px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}
#footer ul li a span{
    cursor: pointer;
    display: block;
    float: left;
    line-height: 30px;
    padding: 0 20px 0 0;
}
#footer a { color: #226; }
#footer a:hover { text-decoration: underline; }

a.shblogo{
    position: absolute;
    top: -14px;
    left: 715px;
}

#footer2 { 
    background: #FFF;
    color: #000;
    height: 70px;
    line-height: 15px;
}

#footer2 a { color: #000; }

.ev_inner {
    height: auto !important;
    margin: 0;
    min-height: 5em;
    padding: 0;
}
.ev_month {
  background-color: #F5F5F5 ;
  float: left;
  width: 85px;
  height: 15px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #C7C7C7;
  }
  .ev_month_detail{
    background-color: #FFFFFF;
    border: 3px solid #527FB1;
    border-radius: 10px;
    display: none;
    height: 150px;
    padding: 10px;
    width: 220px;
    z-index: 10;

}
.ev_month_current{
background-color: #FFFFCC;
}
.ev_h1{
  text-align: center;
  font-weight: 700;
}
.ev_empty{
  text-align: center;
}
.ev_wd{
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #729FD1;
}
.ev_day{
  background-color: #F5F5F5 ;
  vertical-align: top;
  width:90px;
  height:70px;
  border:1px solid #C7C7C7;
}
.ev_day_current{
background-color: #FFFFCC;
}
.ev_day_number {
    background: none repeat scroll 0 0 #729FD1;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -2px -2px 0 0;
    padding: 1px;
    text-align: center;
    width: 20px;
}
.ev_day_item {
    clear: both;
    float: left;
    text-align: left;
    font-size: 11px;
    line-height: 1.0;
    width: 99%;
    border: 1px solid #C7C7C7;
    background-color: #FFEE88 ;
}
.ev_day_longitem {
    clear: both;
    float: left;
    text-align: left;
    font-size: 11px;
    line-height: 1.0;
    width: 105%;
    border: 1px solid #C7C7C7;
    background-color: #FFEE88 ;
}
.ev_day_item  a{
    color: slategray
}

#shoptable{
    width: 100%;
    border-collapse:collapse;
}
#shoptable th {
    background-color: #729FD1;
    color: #FFFFFF;
    font-size: 1em;
    padding-bottom: 1px;
    padding-top: 2px;
    text-align: left;
}
#shoptable tr.odd td {
    background-color: #EEEEEE;
    color: #000000;
}
#shoptable tr.even td {
    background-color: #CCDDFF;
    color: #000000;
}
#shoptable tr.summe td {
    border-top: 2px solid #6678B1;
    background-color: #FFFFDD;
    color: #000000;
    font-size: 1em;
}

.oz_box { 
	background-color: #DDEEFF;
    border: #3D6A99 2px solid; 
    border-radius: 5px;
    float: right;
    display: inline-block;
    margin-top: 15px;
    padding: 5px;
    line-height: 1.0;
}

.oz_box #oz_title { 
	background-color: #CCEEFF;
	border: #3D6A99 2px solid; 
    border-radius: 5px;
    position: relative; 
    top : -1em;
    padding: 2px;
    margin-left: 1em;
    display: inline; 
    font-weight: bold;
}

.oz_box #oz_content {
}
.shoplogo{
    position: absolute;
    top: 33px;
    right: 35px;
    border-width: 0;
}    
.banner_full_header{
    position: absolute;
    top: 35px;
    right: 35px;
    border-width: 0;
}
.banner_full_content{
    position: relative;
    top: -55px; 
    left: 250px;
    border-width: 0;
}
#kommentar_header {
    padding: 3px;
    background-color: #61afe1;
    color: #FFF;
}
#kommentar_header a {
    color: #FFF;
}
#kommentar {
    padding: 3px;
    width: 400px
}
#kommentar_neu {
    padding: 0px;
    margin: 0px;
    width: 500px;
}
#kommentar p{
    padding: 5px 1px 5px 1px;
    margin: 0px;
}
.comment_field{
    float: left;
    height: 31px;
    width: 150px;
    margin: 8px 0 0 10px;
}
.comment_name{
    background: url("images/kommentar-name.png")
}
.comment_mail{
    background: url("images/kommentar-email.png")
}
.comment_web{
    background: url("images/kommentar-web.png")
}
.comment_comment{
    float: left;
    margin: 10px 0px 0px 10px;
    width:480px;
}
.comment_comment textarea{
    background-color: #b9cfe7;
    width:470px;
    border: 1px solid #4a5a86;
}
.comment_field input{
    border: 0 none;
    background-color: #b9cfe7;
    margin: 6px 0 0 22px;
    width: 80%;
}
.comment_submit{
    background-color: #b9cfe7;
    border: 1px solid #4a5a86;
    color: #4a5a86;
    width: 470px;
    height: 25px;
    font-weight: 400;
    margin: 10px;
}
.divline { clear: both; float: left; display: block; position: relative; }
.comment_field textarea{
    width:400px;
}
#id_honeypot {
    display: none;
}

.showonhover .hovertext { display: none;}
.showonhover:hover .hovertext {display: inline;}
a.viewdescription {color:#999;}
a.viewdescription:hover {background-color:#999; color: White;}
.hovertext {position:absolute;z-index:1000;border:1px solid #59D;border-radius: 5px; background-color:#DEF;padding:11px;font-size: 1em;}