

body
{
    margin:                     0px auto;
    color:                      #000000;
    background-color:                      #dddddd;
		background-image:           url('/img/background.png');
  	background-repeat:          repeat;
  	background-position:        0px 0px;
        

    font-family:                sans-serif;
    font-size:                  13px;
    text-align:                 center;
    line-height:                120%;
}

a:link,
a:visited
{
    color:                     	#6B1D13;
    text-decoration:            underline;
}

a:hover,
a:active
{
    color:                      #ff8800;
    text-decoration:            underline;
}

img
{
    border-style:               none;
    display: block;
}


h1
{
    display:                    none;
}

form
{
    display:                    inline;         /* IE */
}

p
{
    padding:                    0px;
    margin-top:                 10px;
    margin-bottom:              10px;
}


.align_left
{
    text-align:                 left;
}

.align_right
{
    text-align:                 right;
}

.align_center
{
    text-align:                 center;
}

.align_justify
{
    text-align:                 justify;
}

.allcaps
{
    text-transform:             uppercase;
}

.float_left
{
    clear:                      left;
    float:                      left;
}

.float_right
{
    clear:                      right;
    float:                      right;
}

div.centered
{			
    width:                      980px;
    margin:											0px auto;
		background-color:						#FFFFFF;
		text-align:									left;
		margin-top:									25px;
		/*border:											4px solid white;*/
}

div#graybox
{
	background-color:           #e8e8e8;
}

div#main
{
    float:                      left;
    width:                      850px;
    background-color:           #FFFFFF;
    border:                     none;
}

div#header
{
    text-align: 								left;
    background-color:           #ffffff;
    overflow:										hidden;    
}

div#logo
{
		text-align: right;
        height: 83px;		
}

div#logo img
{
        float: right;
        padding-right: 15px;
        padding-top: 15px;
}


div#langselect 
{
	background-color: #FFFFFF; 
	padding-left: 30px;
	
	height: 15px;
}

div#langselect img
{
	float: left;
	margin-right: 3px;
	margin-top: 4px;
}

div#langselect a
{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #838383;
	text-decoration: none;
	margin-right: 10px;
}

div#langselect a b
{
	color: #535456;
	font-weight: bold;
}

div.basepicture
{
	clear: both;
	margin-top: 32px;
	border-top:                 1px solid #cbcbcb;	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 175px;
	background-color: #d7b7bd;
}

div#mainscreen {
	width: 959px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

.content
{
    padding:                    10px;
}

.content_topmargin
{
		margin-top:	10px;
    padding:                    10px;
}

.content_dreibox
{
		float: left;
		width: 199px;
		margin-right: 10px;
		padding: 5px;
}

.content_dreiboxr
{
		float: right;
		width: 200px;
		padding: 5px;
}

.content_fuenfbox
{
		float: left;
		width: 121px;
		margin-right: 10px;
		padding: 0px;
}

.content_fuenfboxr
{
		float: right;
		width: 122px;
		padding: 0px;
}


.keinrand
{
    padding:                    0px;
}

.textcontent 
{
    line-height:								150%;
    font-size:									13px;
}

div#contentarea
{
    padding-top:	10px;	
}


div.rahmen
{
		margin:											0px 10px 5px 10px;
		border:											1px solid #CCCCCC;
    padding:                    5px 10px 5px 10px;
}

div.leftpane
{
    float:                      left;
    width:                      45%;
    padding:                    10px;
    overflow: hidden;
}

div.rightpane
{
    float:                      right;
    width:                      45%;    
    padding:                    10px;
    overflow: hidden;    
}



div.pagefloat_left
{
    float:                      left;
    width:                      65%;
    overflow: auto;
}

div.pagefloat_right
{
    float:                      right;
    width:                      30%;
    overflow: auto;
}



div#footer
{
    clear:                      both;
	  border-top:                 1px solid #e4e4e4;
	  margin-bottom:							5px;
    background-color:           #f9f9f9;
    color:                      #43090d;
    padding:										10px;
    padding-left:								15px;
    font-size:                  11px;    
    text-transform:             uppercase;
    margin-top: 10px;
}

div#footer a
{		
    color:                      #CCCCCC;
    font-weight: normal;
}

#youarehere {
	color: #333333;
	margin-left: 10px;
	font-size: 10px;
}


#youarehere a {
	text-decoration: underline;
	color: #333333;
	font-size: 10px;
	margin-top: 3px;
	font-weight: normal;
}

a.pfeil {
  background-image:           url('../../img/icon_pfeil.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

a.add {
  background-image:           url('../../img/icon_add.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

h2 {
	font-size: 									20px;
	font-weight: 								bold;
	color:											#ac0c28;	
	margin-top: 								5px;
	margin-bottom: 							7px;
}

h3 {
	font-size: 									17px;
	font-weight: 								bold;
	color:											#ac0c28;
	margin-top: 								5px;
	margin-bottom: 							7px;
}

h4 {
	font-size: 									14px;
	font-weight: 								bold;
	color:											#ac0c28;
	margin-top: 								0px;
	margin-bottom: 							7px;
}

h5 {
	font-size: 									12px;
	font-weight: 								bold;
	font-style:									italic;
	color:											#676767;
	margin-top: 								0px;
	margin-bottom: 							7px;
}







.weiss{
	background-color: #FFFFFF;
	font-size:                  13px;
  line-height:                140%;
}

.weisstransparent {
	background-image:           url('../../img/alphatier2.png') !important;
  background-repeat:          repeat;
  background-position:        0px 0px;

	font-size:                  13px;
  line-height:                140%;
}

.rottransparent {
	background-image:           url('../../img/alphatier3.png') !important;
  background-repeat:          repeat;
  background-position:        0px 0px;
	color: #FFFFFF;
	font-size:                  13px;
  line-height:                140%;
}



.rottransparent h3 {
	color: #FFFFFF;
}

.rottransparent h4 {
	color: #FFFFFF;
}

.rottransparent a {
	color: #FFFFFF;
}

.grau {
	background-color:           #f8f2f3;
	font-size:                  13px;
  line-height:                140%;
}

div.link_quadrat a {
	background-image: url('../../img/greenblock.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

div.link_pfeil a {
	background-image: url('../../img/greenpfeil.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 20px;
}

img
{
	border-style:			none;
}

img.linksbuendig
{
	float:					left;
	margin-right:		15px;
	margin-bottom:	10px;
}

img.rechtsbuendig
{
	float:			right;
	margin-left:		15px;
	margin-bottom:	10px;	
}

div.zentriert
{
	text-align: center;
}



form
{
	display:			inline;		/* IE */
}


p.blocksatz
{
	text-align: justify;
}

p.transparentebox
{
    background-image:           url('../../img/alphatier2.png') !important;
    background-repeat:          repeat;
    background-position:        0px 0px;
    font-size: 15px;
    width: 350px;
    padding: 9px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 30px;
    text-align: center;
    margin-top: 325px;
    margin-bottom: 30px;
}


table.border {
	border: 1px solid #CCCCCC;
	border-collapse : collapse;	
	width: 100%;
	margin-bottom: 5px;
}

table.border th {
	border: 1px solid #CCCCCC;	
	padding: 4px;
	font-weight:			bold;
	color:				#A53521;	
}

table.border td {
	border: 1px solid #CCCCCC;	
	padding: 4px;
}

table.border td.center {
	text-align: center;
}








ul.quicklink
{
    clear:                      both;
    float:                      left;
    width:                      100%;
    margin:                     0px;
    padding:                    0px;    
    background-color:           #FFFFFF;
    margin-bottom:							20px;
    padding-bottom:							1px;
}

ul.quicklink li
{
    display:                    block;
    margin:                     0px;
    padding:                    0px;
    margin-bottom:							1px;
}

ul.quicklink li a:link,
ul.quicklink li a:visited
{
    display:                    block;
    margin-right:               3px;
    padding-left:               3px;
    padding-right:              7px;
    padding-top:                4px;
    padding-bottom:             4px;
    color:                      #4C4847;
    font-size:                  13px;
    text-decoration:            none;
    border-bottom:							1px solid #EEEEEE;
}

ul.quicklink li a:hover,
ul.quicklink li a:active
{    
    text-decoration:            none;   
    color:                      #6b1d13;
}


div.clear
{
	clear: both;
}

div.clearpane
{
	clear:both;
	padding-right:			20px;
	padding-left:				20px;
}

div.leder {
    box-sizing: border-box;
    width: 200px;
    margin: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    padding: 7px;
    text-align: center;
}

div.leder b,
div.perforation b,
div.perforation2 b

{
    font-weight: normal;

}

div.leder img,
div.perforation img,
div.perforation2 img

{
    margin: 5px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.leder img {
    width: 150px;
    height: 100px;
}


div.perforation {
    box-sizing: border-box;
    width: 400px;
    margin: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    padding: 7px;
    text-align: center;
}

div.perforation2 {
    box-sizing: border-box;
    width: 820px;
    margin: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    padding: 7px;
    text-align: center;
}
