/* PEAK.CMS
// (c) 2005 PEAK Agentur f�r Kommunikation GmbH
// https://www.peak-agentur.de
// Dieser Code ist urheberrechtlich gesch�tzt. 
// Verteilung und Gebrauch dieses Codes ohne schriftliche Genehmigung, mit oder ohne Abwandlung, ist verboten.
// This code is copyrighted material. 
// Redistribution and use of this code without written authorization, with or without modification, is forbidden.
*/

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

html {
	margin: 0;
	padding: 0;
}


body {
 margin: 10px;
 padding: 0;
}

#id-breadcrumb {
	font-size: 0.9em;
	margin: 0;
}

ul { 
	list-style-type: none;
	list-style-image: url(https://www.k21media.de/_images/list.gif);
}

div.breadcrumb a {
	
}

div.bmenuetop {
	font-size: 0.7em;
	clear: both;
}

div.bmenuebottom {
	font-size: 0.7em;
	margin-right: 100px;
	border-top: 1px dotted #030;
	padding-top: 1em;			
	padding-bottom: 1em;
}

div.bmenuebottom a {
	background-color: #fff ! important;
}

div.pageFunctions {
	font-size: 0.8em;
	padding: 3px 5px;
	margin: 0;
}

div.pageFunctions a {
	
}

img.logo {
	margin-left: 5px;
}


.unsichtbar {
	margin: 0;
	padding: 0;
	font-size: 0em;
	visibility: hidden;
	display: none;
}



/* ----- class ----- */



a.lightersubmit, a.lightersubmit:hover, a.lightersubmit:active, a.lightersubmit:visited, a.lightersubmit:link {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.1em;
	vertical-align: text-bottom;
}


.lightersubmit, .lightersubmit:hover, .lightersubmit:active, .lightersubmit:visited, .lightersubmit:link {
 	margin: 0px 0px 0px 2px;
	padding: 0px 2px 0px 2px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	color:  #777;
	background-color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	line-height: 12px;
	cursor: pointer;
	text-decoration: none;
}

/*
a.submit, a.submit:hover, a.submit:active, a.submit:visited, a.submit:link {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.1em;
	vertical-align: text-bottom;
}


.submit, .submit:hover, .submit:active, .submit:visited, .submit:link {
 	margin: 0px 0px 0px 2px;
	padding: 0px 2px 0px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color:  #000;
	background-color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	line-height: 12px;
	cursor: pointer;
	text-decoration: none;
}



a.submit:link, a.submit:visited, a.submit:hover, a.submit:active, a.submit:focus {

	background-color: #fff;

	border-left: 	1px double #ccc;
	border-right: 	1px double #999;
	border-top: 	1px double #ccc;
	border-bottom: 	1px double #999;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:  #333;
	text-decoration: none;
	
	line-height: 1.45em;
	padding: 0.05em 1em 0.05em 1em;
	margin-right: 0.2em;
	display: block;
	
	background-image: url(https://www.k21media.de/_images/adminbutton_link.jpg);
	background-repeat: repeat-x;
}


input.submit {
 	
	background-color: #fff;
	border-left: 	1px double #ccc;
	border-right: 	1px double #999;
	border-top: 	1px double #ccc;
	border-bottom: 	1px double #999;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:  #333;

	line-height: 1em;
	padding: 0.2em 0em 0.1em 0em;
	margin-right: 0.2em;
	cursor: pointer;
	display: block;
	
	background-image: url(https://www.k21media.de/_images/adminbutton.jpg);
	background-repeat: repeat-x;
	
}
*/

.fault {
	color: #AF1515;
	margin-bottom: 1em;
	font-size: 0.9em;
}

div.abstand {
	padding: 0px 10px 10px 10px;
}


/* ----- id ----- */


#id-cms-total {
	margin: 0; 
	height: 100%;
	width: 100%;
}


#id-wrapper-total {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: left; /* Aufheben von IE_quirks im BODY */
}



/*HEADER*/
#id-header {
  margin: 0;
  padding: 0;
 }



/*BODY*/

#id-wrapper-content {
  margin: 0;
  padding: 0;
 }

#id-body-left {
  margin: 0;
  padding: 0;
}

#id-body-right {
  margin: 0;
  padding: 0;
  right: 0px;
}


#id-body-middle {
  padding: 0;
  margin: 0;
}


#id-menue {
 margin: 0; 
 padding: 0;
}


#id-content {

}

/*FOOTER*/
#id-footer {
  margin: 0;
  padding: 0;
}



