/* CSS Document */

body {
   margin-left: 0; 
  margin-right: 0; 
  margin-top: 10; 
 
  font-size: 16px;
  color:black;  
  background-color: white;
  font-family: Arial, sans-serif;
  
}

.header_wrapper {
	width: 100%;
    z-index: 1000;
	height:40px;
	background-color: #e2001a;
	color: white;
}

.header_wrapper a{
	text-decoration: none;
}

.header_left {
	float:left;
	padding-top:10px;
}

.header_right {
	float:right;
	padding-top:10px;
}


.content_wrapper {
    width: 100%;
    z-index: 1000;
}

h1 {
  padding-bottom:20px;
}

.content_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
   
	position:relative;
}

.content_inner p {
   font-size: 17px;
   line-height:160%;
}

.content_inner a {
   color: white;
}

.logo {
	padding-top:20px;
}

.logo img{
	width:150px;
}
.content {
	padding-top:50px;
}

.content h1{
	color: #e2001a;
	font-size:24px;
	letter-spacing: 1px;
	font-weight: bold;
}


.input_normal {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 6px;
    height: 24px;
    border: 1px solid #CCC;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size:16px;
	
	margin-bottom:10px;
}


.button_normal {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    background-color: #e2001a;
    color: #ffffff;
    height: 35px;
    border: 1px solid #CCC;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	transition: .66s;
	
	
	
}

.select_normal {
    padding-left: 9px;
    padding-right: 9px;
   
    
    height: 30px;

	font-size:16px;
	
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	border:1px solid #989898;
	min-width:200px;
}







.status {
	color: #0050e2;
	font-style:italic;
}

.wrapper_katalog_ausgabe {
	padding-top:40px;
	
}


.katalograhmen {
	width: 300px;
	
	border: 1px solid grey;
	float:left;
	margin-right:30px;
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

margin-bottom: 30px;
}

.katalog_bild {
	padding:20px;
	padding-left:70px;
	padding-right:70px;
}
.katalog_bild img{
	/*width:100%;*/
	width: 160px;
	height:220px;
}

.katalog_bezeichnung {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	height:30px;
}

.katalog_download {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	
	padding-top:20px;
	padding-bottom:20px;
}

.katalog_download a {
	color: blue !important;
	text-decoration: none;
	font-size:24px;
}

.clear {
	clear:both;
}

@media (max-width: 1300px) {
	.content_inner {
	   padding-left: 20px;
	   padding-right:20px;
	   
	}
}

@media (max-width: 600px) {
	.header_wrapper {
	
		height:60px;
	
	}
	
	.katalog_bild {
		
		padding-left:20px;
		padding-right:20px;
	}
	
	.katalog_bezeichnung {
	
		font-size:12px;
	
	}
	
	.katalograhmen {
	  width: 200px;
	}
	
	.header_right {
	clear:right;
	width:100%;
}
}

@media (max-width: 500px) {
	.nodisplayhandy {
	
	display: none;
	
}

.header_wrapper {
	
	height:80px;
	
}
}

