/*tabs pressekit.inc*/

.pressekit { 

}
.pressekittabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
background-color:#cc6633;					//*zwischenraum zwischen tabs*//
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.pressekittabs li{
display: inline;
margin: 0;
}
.pressekittabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px;
border-style:inset;
color: #CC6633;
background: white url(../images/tab.verlauf2.gif) top left repeat-x;
}

.pressekittabs li a:visited{
color: #2d2b2b;
}

.pressekittabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-image: url(../images/tab.verlauf2.gif);
}

.pressekittabs li.selected{
position: relative;
top: opx;
}

.pressekittabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab.verlauf2.gif);
border-bottom-color: white;
}

.pressekittabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.pressekitcontent{ /*style of pressekit - tab content container*/
width: 730px;
margin-bottom: 1em;
margin-top: 1em;
padding: 1em;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
border: #000000 1px outset;
border-top: none;
}

.pressekitsubtabs{ 
}

@media print {
.pressekitcontent{
display:block!important;
}
}

.pressekitpic { float: right;
}
.presskitnav { 
}

/*shadetabs mainmenu*/

#maintab{
float: left;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
background-color:#a7a7a7;						//*zwischenraum zwischen tabs*//
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#languagetabs{
padding: 3px 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
background-color:#a7a7a7;						//*zwischenraum zwischen tabs*//
clear: left; 
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
border-style:outset;
color: #2d2b2b;
background: white url(../images/tab.verlauf4.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
background-image: url(../images/tab.verlauf2.gif);
}

.shadetabs li.selected{
position: relative;
top: opx;
border-bottom: #cc6633;
color:#000000;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab.verlauf2.gif);
border-style: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px;
width: 750px;
margin-bottom: 1em;
padding: 10px;
background-color:#cc6633;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-style:none;
float:left;
}

.tabcontent{ 
display: none; 
}

@media print {
.tabcontent {
display:block!important;
}
}

