@charset "UTF-8";
/**
 *
 * @creator     Carl Majneri
 * @file        admin.css
 */

@media screen, projection
{
  #header {
	background-image: none;
    background: #ededed;
	float: left;
	width: 100%;
	margin-bottom: 10px;
  }
  #header h1 {
	color: #999;
	float: left;
  }
  #header span {
	color: #000;
	float: right;
	font-size: 80%;
  }
  #menu_view {
	position: relative;
	float: left;
	display: inline;
  	width: 40em;
	background-color: #F4E8AC;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
  }
  #menu_view h2, #textblock_list h2{
	font-size: 130%;
  }
  #textblockwrap {
	float: left;
	border: 1px solid #999;
	padding: 5px;
	width: 45em;
  }

  .floatleft{
	float: left;
	display: inline;
    position: relative; 
  }
  .floatright {
	float: right;
	display: inline;
    position: relative;
	text-align: right;

  }
  .floatright img {
	float: right;
  }
  li.adminbutton {
	display: inline;
	float: right;
  }
  .adminbutton a {
	display: block;
	width: 10em;
	padding: 3px;
	margin: 2px;
	background-color: #fff;
    border: 1px solid #999;
	text-decoration: none;
  }
  #textblock_list {
	position: relative;
	float: left;
	display: inline;
  	width: 40em;
	background-color: #ededed;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
  }
  #createdmodified {
    clear: both;
	font-size: .8em;
	font-style: italic;
  }
  .aktiv {
	display: inline;
	padding: 3px;
	margin: 2px;
	color: green;
  }
  .inaktiv {
	display: inline;
	padding: 3px;
	margin: 2px;
	color: #990000;
  }
  #preview { padding: 5px; border: 1px solid #999; margin: 10px 0; }
  #preview h3 {color: #890858; margin-bottom: 4px; margin-top: 10px;}
  #preview p {margin-bottom: .5em;}
  #preview a:link, #preview a:visited { color: #890858; text-decoration: none; font-weight: normal;}
  #preview a:hover, #preview a:active  {text-decoration:underline;; font-weight: normal;}
  #col4 { margin: 0 0 0 14em; width: auto;}
  #col4_content {
    padding:0 20px 0 10px;
	width: 50em;
  }
  p { padding: 0 0 1em 0;}
  /*-------------------------------------------------------------------------*/
}
