/* Typolight Grundeinstellung überschreiben */
.block {
  overflow: visible;
}

body {  
	background: #7abdfe url(img/content/RightBorderRepeat.jpg) repeat-x top left;
	font-size: 81.25%; /* variabel */
	}


  
#Wrapper {  
	background: url(img/content/LeftBorderRepeat.jpg) repeat-x top left;   
	width: 90%;   
	height: 1000px;  
	float: left;   
 	min-width: 948px;
	}

#LeftBorder {   
	background: url(img/content/LeftBorder01.jpg) no-repeat top left;    
	position: absolute;    
	width: 229px;    
	height: 334px;    
	margin-left: -229px;
	}

#RightBorder {   
	background: url(img/content/RightBorder01.jpg) no-repeat top left;    
	position: absolute;    
	width: 100px;    
	height: 334px;    
	right: 0;   
	margin-right: -100px;	
	}



#ContentWrapper {      
	height: 600px;    
	float: right;      
	position: relative;   
	width: 948px;     
	}

#Header {    
	background: url(img/content/Header3.jpg) no-repeat top left;     
	height: 280px;	
	width: 100%;
	}


#BodyWrapper {   
	background: url(img/content/bodywrapper.png) repeat-y top center;    
	height: auto !important;   
	min-height: 712px;   
	height: 712px;      
	width: 100%;	   
	clear: both;   
	line-height: 1.5em;
	}


#MainColumn {   
	width: 580px;   
	margin: 30px 0 50px 50px;
	display: inline;      	
	float: left;
	text-align: justify;
	}

#MainColumn h1 {
  color: #2f2f2f;
  font-size: 180%;
  margin-bottom: 1em;    
  text-shadow: #ababab 1px 1px 4px;
  border-bottom: 1px dotted silver; 
}

#MainColumn h2 {
  font-size: 160%;
  color: #347dc8;
}

#MainColumn h3 {
  color: #65a626;  
  font-size: 110%; 
  font-weight: bold;
  text-transform: uppercase;      
  letter-spacing: 0.1em;
}

#MainColumn ul {   
  margin-bottom: 20px;
}  

#RightColumn {   
	width: 218px;   
	height: 650px;
	float: right;
	margin: 60px 30px 0 0;
	display: inline; /* komp. IE 6 */
}

#RightColumn h1 {
  color: #252832;
  font-size: 120%;
}

#RightColumn h2 {
  color: #242e42;
  font-size: 110%;
  }

#RightColumn h3 {
  color: #242e42;
  font-size: 100%;
  }


#Footer {   
	background: white url(img/content/footer.png) no-repeat bottom left;    
	height: 60px;   
	clear: both;   
	position: relative;
	font-size: 70%;  	
	}

#Footer p {  
    position: absolute;
	top: 33px;

	right: 44px;
	text-align: right;  
	color: #cccccc;  
	}
	
	

#Footer p a {
  text-decoration: none;
  color: #cccccc;    
  }
  
#Footer p a:hover {
  text-decoration: underline;
  }	



/* Paginierung */

.pagination {
  margin-top: 30px;
}

.pagination p {
  font-size: 80%;
  text-align: right;
}

.pagination ul {
  margin: 0;
  padding: 0;  
  list-style: outside;  
}

.pagination ul li {
  list-style: none;
  margin: 1px;
  padding: 0;
  float: left;
}


.pagination ul li a,
.pagination ul li span {
  padding: 5px 8px;
  margin: 0;
  font-size: 90%;
}

.pagination ul li a:hover {
  background: silver;  
}

.pagination ul li span.current {
  background: #4c5f7c;
  font-weight: bold;
  color: white;
}

.pagination ul li a.next {
  display: none;
}

.pagination ul li a.previous {
  display: none;
}

.pagination ul li a.link {

}


.ImgFrame img {
  padding: 1px;
  border: 1px solid #f3f3f3;
}


.mod_article .back {
  margin-top: 30px;
}

.mod_article ul,
.mod_article ol {
  margin-left: 30px;
}


.mod_article .Code {
  background-color: #F0F0F0;
  padding: 10px;
  border: 1px solid #B4B4B4;
}

.mod_article .CodeComment {
  color: gray;
  text-align: right;
  font-size: 80%;
  margin-bottom: 10px;
}


/* Tabelle allgemein */
.mod_article div.ce_table table {
  border-collapse: separate;
  border-spacing: 2px;
}

.mod_article div.ce_table table td {
  padding: 4px;
  background-color: #F5F5F5; 
}

.mod_article div.ce_table table td.col_first {
  font-weight: bold;  
}

.mod_article div.ce_table table tr.row_first td {
  background: #DDDDDD;
  color: black;
  font-weight: bold;    
  border-bottom: 1px solid gray;    
}

/* Tabelle Eigenschaften AS3 */
table#table_63 td.col_0 {
  width: 70px;
}

/* Tabelle Ddatentypen AS3 */
table#table_66 td.col_0,
table#table_68 td.col_0 {
  width: 70px;
}





