* {
	margin:0px;
	padding:0px;
}

body#cms {
    background-color:#f9bd3a; 
	background-image:url(/img/ly/cnt_bg.gif);
	background-repeat:repeat-y;
}


body, td, ht, p, li { 
    font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	color:#000;
	line-height:19px;
}

p,ul,ol,table, h2 {
	margin-top:13px;
}

#content li {
	margin-left:16px;
}

#content ol li {
	margin-left:24px;
}


.errorheadline { 
	font-weight:bold; 
	color: #fff; 
	background-color: #900;
	font-size: 13px;
	margin:10px 3px 0px;
	padding:3px 5px;
}

.errormessage  { 
	font-size: 12px; 
	color: #900;
	padding:3px 5px;
	background-color:#eee;
	margin:0px 3px 10px;
	border:1px solid #900;
}

/* =============== head und content===============*/

#head {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-image:url(/img/ly/top_bg.gif);
	background-repeat:repeat-x;
}

#head .wrapper {
	padding:0px;
}

#head #logo {
}


/* ======================= Nav ==================== */


#nav {
   width:280px;
   
   position:absolute;
   top:210px;
   left:0px;
}

#nav .wrapper {
	padding: 0px 16px 20px 16px;
}

/* 1. Navigationsebene */

#nav ul {
	margin:0px;
	list-style-type:none;
}

#nav li {
	line-height:normal;
	margin:0px;
}

#nav ul a {
	color:#8d1122;	
	
	display:block;
	padding:8px 0px;

	text-decoration:none;
	font-weight:normal;
}

#nav ul a:hover {
	text-decoration:underline;
}

#nav ul a.act {
	font-weight:bold;
}

/* ie bugfix start */
#nav a {
	height:1em;
}

html>body #nav a {
	height:auto;
}
/* ie bugfix end */



#content {
   width:635px;
   position:absolute;
   top:210px;
   left:280px;
   border-left:1px solid #fff;
}

#debug {
   position:absolute;
   top:1000px;
   left:20px;
}

#content .wrapper {
  padding:0px 0px 20px 20px;
}

#content .minheight {
	height:500px;
	float:right;
	width:1px;
}

#content a {
	color:#009;
	text-decoration:none;
}

#content a:hover {
	color:#00c;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

h1 {
	color:#8d1122;
	font-size:21px;
	font-weight:normal;
	line-height:normal;
}

h2 {
	color:#8d1122;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
}

h3 {
	color:#8d1122;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
}


#footer {
	margin-top:20px;
	color: #444;
	font-size:11px;
}

#footer a {
	color: #444;
	text-decoration:none;
}


tr.btmspace td {
	padding-bottom:10px;
}

tr.topspace td {
	padding-top:10px;
}




/* ======================= File ==================== */




#fileList {
	border:1px solid #999;
}

#fileList .headline td {
	padding:3px 4px;
	background-color:#EEE;
	border-bottom:1px solid #999;
	font-weight:bold;
}

#cmssoma #fileList .headline td {
	background-color:#000;
	color:#fcee53;
	padding:3px 4px 3px 24px;
}

#fileList .totalsum td {
	padding:3px 4px;
	background-color:#EEE;
	border-top:1px solid #999;
	font-weight:bold;
}

#fileList .subcat td {
	padding:12px 4px 3px 4px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}

#fileList .subsum td {
	padding:3px 4px 12px 4px;
	border-top:1px solid #CCC;
	
	font-weight:bold;
}

#fileList .file td {
	padding:2px 4px;
}

#cmssoma #fileList .file td {
	padding:2px 4px 2px 24px;
}

#fileList .file a{
	text-decoration:none;
}

#fileList .file a img{
	border:0px solid #FFF;
}


#fileList .file td .description{
	padding: 2px 0px 3px 16px;
	font:11px;
}

#fileList .file td .gdescription{
	font:11px;
}

/* ==============================*/
