body
{
	background-color: #f6f6f6;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*************************************************************************/
#container
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*************************************************************************/
#inhalte
{
	background-image: url(/layout-admin/inhalt.gif);
	background-position: top left;
	background-repeat: repeat-y;	
}

/*************************************************************************/
#links
{
    margin: 0;
    padding: 15px;
    width: 330px;
    position: fixed;
    display: inline;
    font-size: 12px;
    left: 0;
    top: 0;
    background-color: #1a3646;
    height: 100%;
    color: #fff;
    border-right: 0 solid #fff;
    overflow-y: auto;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

#links ul
{
	max-width: 270px;
	padding: 0 0 0 5px;
	margin: 0;

	list-style-type: none;
}


#links > ul
{
    
}

#links li
{
	padding: 3px;
}

#links > ul > li {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    border: 1px solid #fff;
    background-color: #2d4553;
    border-radius: 10px;
    overflow: hidden;
}

#links > ul > li > a {
    background-color: #1a3646;
    padding: 5px !important;
    border-radius: 5px;
}

#links ul li:last-child
{
	border-bottom: none;
}

#links ul li a
{
	color: #fff;
	margin: 0;
	padding: 2px 2px 0 2px;
	text-decoration: none;
	display: block;
}


#links ul li a:hover, #links ul li a.active
{
	text-decoration: underline;
}

/*************************************************************************/
#rechts
{
	margin: 0;
    padding: 30px 50px 50px 50px;
    width: calc(100% - 320px);
    position: fixed;
    right: 0;
    top: 0;
    font-size: 12px;
    overflow-y: scroll;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

#rechts div
{	
	clear: both;
}

#rechts h2
{
	font-size: 16px;
	margin: 0;
	padding: 0;		
}

#rechts .kategoriepflege 
{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#rechts .kategoriepflege a, #rechts .kategoriepflege span
{
	padding: 5px;
	display: inline-block;
	margin-top: 5px;
}


#rechts .kategoriepflege .kategoriename
{
	background-color: #1a3646;
	color: #fff;
	display: block;
	font-size: 14px;
}


#rechts table
{
	font-size: 12px;
	border-collapse: collapse;
	width: 760px;
}

#rechts table td
{
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: 1px solid #fff;
	background-color: #eee;
	vertical-align: top;
}



#rechts .produktliste .produkt
{
	height: 230px;
	width: 370px;
	float: left;
	clear: none;
	padding: 2px;
	margin: 5px;
	border: 1px solid #666;
	background-color: #fff;
}

#rechts .bild
{
	clear: none;
    float: left;
    width: 140px;
    border-right: 1px dotted #555;
    margin: 0 3px 0 0;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#rechts .bild img
{
	border: none;
	width: 100%;
    height: 100%;
	object-fit: contain;
}

#rechts .beschreibung
{
	clear: none;
	float: left;
	width: 205px;
	padding: 10px;
}


#AdminImagelist p 
{
	border: 1px solid #999;
	display: flex;
	align-items: center;
	margin-top: 20px;
}


#AdminImagelist p img
{
	max-height: 200px;
	margin-right: 30px;
}


/*************************************************************************/
.button, form .submit
{
    background-color: #1a3646;
    color: #fff !important;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #1a3646;
    cursor: pointer;
    transition: 0.3s all;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
}


.button.neuerArtikel
{
	display: inline-block;
    background-color: #1a3646;
	padding: 5px 15px;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	width: auto;
}


.button:hover, form .submit
{
	background-color: #1a4637;
    border: 1px solid #1a4637;
}

/*************************************************************************/

#rechts .beschreibung h2
{
	border-bottom: 1px solid #555;
}

#rechts .beschreibung a
{
	color: #000;
	text-decoration: none;
}


#rechts .produktliste .produkt:hover
{
	background-color: #f9f9ff;
}

/*************************************************************************/

#rechts .produktliste .produkt .adminLinks a
{
	color: #000;
	display: block;
	border-bottom: 1px solid #666;
	text-decoration: none;
	padding: 4px 3px 4px 3px;	
}

#rechts .produktliste .produkt .adminLinks a:hover
{
	color: #fff;
	background-color: #a00;
}

#rechts .produktliste .produkt ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rechts .produktliste .produkt li
{
	margin: 0;
	padding: 0;
}

#rechts a
{
	color: #000;
}

/*************************************************************************/


form div p
{
	display: flex;
	align-items: center;
}

form div label
{
	width: 200px;
	display: inline-block;
}


form div input
{
	width: auto;
	flex: 1;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #999;
}

form div select
{
	width: auto;
	flex: 1;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #999;
}

form div textarea
{
	width: auto;
	flex: 1;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #999;
}

form div select option
{
	width: auto;
	flex: 1;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #999;
}


#p_id_650, #p_id_651
{
	max-width: 600px;
}


.restplatz
{
	padding: 10px 20px;
	border: 1px solid #999;
	background-color: #fff;
	margin-top: 15px;
}



/*************************************************************************/
#footer
{
	font-size: 10px;
	border-top: 1px dotted #777;
	padding: 25px;
	clear: both;
}
/*************************************************************************/

.hiddenclear
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important; padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}