/**

 * Common Stylesheet
 * for www.spezialitaetenland-bayern.de
 *
 * @author Markus Bosch
 * @version 0.0.1
 */

 /* ------------------------------------------------------------------------------------------- */
/* global reset ------------------------------------------------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #333333;
    line-height: 130%;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #2a4f96;
    margin: 20px 0px 10px 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #2a4f96;
    margin: 0px 0px 3px 0px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    color: #2a4f96;
    margin: 10px 0px 8px 0px;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #2a4f96;
    margin: 0px 0px 5px 0px;
}

h5 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
    color: #2A4F96;
}

h6 {
    font-size: 10px;
    font-weight: bold;
}

p {
    margin: 5px 0px 20px 0px;
}

ul {
    list-style-type: disc;
    color: #2A4F96;
}

li {
    padding: 1px;
}

hr {
    height: 1px;
    color: #666666;
    border: none;
    border-top: 1px solid #666666;
}

#content a:link {
    color: #2A4F96;
    text-decoration: underline;
    font-weight: bold;
}

#content a:visited {
    color: #2A4F96;
    text-decoration: underline;
    font-weight: bold;
}

#content a:focus, a:hover, a:active {
    text-decoration: none;
}


 /* ------------------------------------------------------------------------------------------- */
/* tags --------------------------------------------------------------------------------------- */

body {
    background-image: url(../images/bg_global.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

body.start {
    background-image: url(../images/bg_global_start.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

#page {
    width: 970px;
    margin: 0 auto;
}

#mainContent {
    position: absolute;
    width: 811px;
}

#mainContent.start {
    background-image: url(../images/bg_global_start.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    height: 100%;
}

#mainContent #flashcontent {
    float: right;
}

#mainContent #imagecontent {
	width: 700px;
	margin: auto;
	background-image: url(../images/teaser.jpg);	
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 20px;
}

.pdf #mainContent #imagecontent {
	height: 400px;	
}

#mainContent #imagecontent.noBG {
	background: none;	
}

#mainContent #imagecontent a  {
	border: none;
	text-decoration: none;
}

#mainContent #imagecontent .pdflogo {
	position: relative;
	left: -30px;	
	margin-top: 50px;
	margin-bottom: 25px;
}

#mainContent #imagecontent img.pdf {
	margin-top: 25px;	
}

#mainContent #imagecontent a.pdf {
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: underline;
	position: relative;
	top: -12px;
	left: 2px;
}

#mainContent #imagecontent a.backlink {
	float: right;	
	position: relative;
	top: 25px;
}

#mainContent #imagecontent .tright h1,
#mainContent #imagecontent .tleft h1,
#mainContent #imagecontent .tright p,
#mainContent #imagecontent .tleft p {
	color: #2A4F96;
	font-weight: bold;
}

#mainContent #imagecontent .tright h1,
#mainContent #imagecontent .tleft h1 {
	font-size: 14px;
}

#mainContent #imagecontent .tright p,
#mainContent #imagecontent .tleft p {
	font-size: 10px;
}

#mainContent #imagecontent .tright img,
#mainContent #imagecontent .tleft img {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 40px;
}

#mainContent #imagecontent .tright {
	width: 293px;
	border-left: 1px solid #FFFFFF;	
	border-top: 2px solid #FFFFFF;
	float: right;
}

#mainContent #imagecontent .tleft {
	width: 405px;
	border-right: 1px solid #FFFFFF;	
	border-top: 2px solid #FFFFFF;
	float: left;
}

#content {
    width: 602px;
    margin: 49px 0 20px 105px;
}

#rightColumn {
    width: 158px;
    float: right;
    position: relative;
    /*background: url(../images/bg_logo.jpg) left top repeat-y;*/
}

#navigation {
    border-top: 1px solid #0056a1;
}


#logo {
    margin-left: 0px;
    height: 88px;
    padding-left: 0;
	width: 158px;
}

#logo img {
	width: 156px;
	height: 87px;
	margin-top: 1px;
	padding-left: 1px;
}


#RightMenu {
    position: absolute;
    top: 112px;
    left: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 158px;
	padding-left: 1px;
}

#RightMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#RightMenu ul li {
    margin: 0px;
    padding: 0px;
    clear: both;
}
#RightMenu ul li a {
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    padding: 6px 0px 6px 7px;
    text-decoration: none;
    color: #2A4F96;
    width: 138px;
    font-weight: bold;
}

#RightMenu ul li a:hover, #RightMenu ul li a:focus {
    font-size: 1.1em;
    overflow: hidden;
    padding: 5px 12px 5px 7px;
    color: #000000;
    border-bottom: 1px solid #2A4F96;
    border-top: 1px solid #2A4F96;
    background:url("../images/menu_right_arr.gif")
    no-repeat right center;
    width: 138px;
}


#RightMenu img {
    margin-right: 6px;
    margin-bottom: 6px;
    float: left;
}

#RightMenu hr {
    color: #2A4F96;
    height: 1px;
    size: 1px;
}

#content .imageProduct {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content .imageType {
    float: left;
    padding-bottom: 50px;
    margin-right: 10px;
}

#content .imageRegions {
    margin-bottom: 10px;
    margin-top: 5px;
}

#content .productGroup {
    color: #2A4F96;
    font-weight: bold;
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 10px;
}

#content .detail {
    clear: both;
    border-bottom: 1px solid #C8E4FF;
}

#content .detailFirst {
    border-top: 1px solid #2A4F96;
}

#content .detail h2 {
    font-size: 1em;
    color: #000000;
    width: 130px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .detail p,
#content .detail .content  {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 440px;
    float: right;
}

#content .contact .detail {
    border: 0px;
    margin: 0px;
}

#content .contact .detail * {
    margin: 0px;
    padding: 0px;
}

#content .contact {
    border-bottom: 1px solid #C8E4FF;
    padding-bottom: 10px;
    padding-top: 10px;

}

#content .literatureHeadline {
    font-style: italic;
    padding-top: 20px;
}

#content .literature {
    margin-top: 20px;
}

#content .literature li {
    margin-left: 40px;
    margin-bottom: 10px;
    color: #2A4F96;
}

#content .literature li * {
    color: #2A4F96;
}

.clearingElement {
    clear: both;
}

.product .languages {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
}

a img {
    border: none;
}

a.back {
    float: right;
}

.little {
    font-size: 0.9em;
}

.products {
    width: 100%;
}

.products th,
.products td {
    text-align: center;
}

.products .name {
    text-align: left;
}

.products th {
    background: #2a4f96;
    color: #fbf376;
    padding: 5px;
}

.products .even {
    background: #ddeeff;
}

.printThisPage {
	float: left;
}