/* MAIN*/

body	{
	text-align: center;
	background: #000 url('../images/global/bg_2.jpg') top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding:0;
	margin:0;
	border: 0;
	color: #3F3F3F;
	line-height: 1.3;
}

div#container {
	margin: 0 auto 15px auto;
	width: 897px;
	background: #FFF url('../images/global/content_bg.gif') top left repeat-y;
}

div#container2 {
	width: 897px;
	background: transparent url('../images/global/top_bg.jpg') top left no-repeat;
	text-align:left;
}

	
div.header {
	float:right;
	color:#BE6E45;
	margin:28px 38px 0 0;
	display:inline;
	padding:0;
	position:relative;
}

div.header-quote {
	width: 285px;
	float: left;
	font-family: verdana;
	font-size: 16px;
	color: #fab18c;
	text-align: center;
	line-height: 18px;
	padding: 10px 0 0 390px;
	font-style: italic;
}	


div.service-nav {
	width:120px;
	float:right;
	height:68px;
	text-align:right;
	}

img {
	border:0;
}

/* text */

h1 {
	margin-left:0;
	padding:0;
	font-size:25px;
	color: #BD3000;
}


#home h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 5px 0;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color: #3F3F3F;
	line-height:1.1;
	letter-spacing:-1px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 5px 0;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color: #3F3F3F;
	line-height:1.1;
	letter-spacing:-1px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 3px 0;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color: #3F3F3F;
	line-height:1.2;
	
}

.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#656565;
	line-height:1.4;
	font-style:italic;
	margin:0 0 25px 0;
}

.grey {
	color:#828282;
}

.red {
	color:#FF0000;
	}
	
.uploaded_image{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
.uploaded_image_right{
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

/* links */
a:link, a:visited {color:#0D73A7;text-decoration:underline}
a:hover {color:#CB4602;text-decoration:underline; background:#FFFCE5}
a:active, a:focus {text-decoration:underline;}

a.ex:link,  a.ex:visited {padding:0 0 0 12px; background:url('../images/global/ex_link.gif') 0 0 no-repeat }
a.ex:active, a.ex:hover {background:#FFFCE5 url('../images/global/ex_link.gif') 0 -78px no-repeat  }

a.print:link,  a.print:visited {padding:0 0 0 17px; background:url('../images/global/icon_print.gif') 0 1px no-repeat }
a.print:active, a.print:hover {text-decoration:underline; background:#FFFCE5 url('../images/global/icon_print.gif') 0 -26px no-repeat  }

a.send:link,  a.send:visited {padding:0 0 0 17px; background:url('../images/global/icon_send.gif') 0 1px no-repeat }
a.send:active, a.send:hover {text-decoration:underline; background:#FFFCE5 url('../images/global/icon_send.gif') 0 -26px no-repeat  }

.header a:link, .header a:visited {color:#FAB18C;font-weight: normal;text-decoration:none;}
.header a:active, .header a:hover {color:#FFF;font-weight: normal;text-decoration:none; background:none}

#footer a:link, #footer a:visited {color:#FAB18C;font-weight: normal;text-decoration:none}
#footer a:active, #footer a:hover {color:#FFF;font-weight: normal;text-decoration:none; background:none} 

#bottom a:link, #bottom a:visited {color:#797979;font-weight: normal;text-decoration:none}
#bottom a:active, #bottom a:hover {color:#797979;font-weight: normal;text-decoration:none; background:none} 

.community_header a:link, .community_header a:visited , .community_header a:active, .community_header a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:none;
	}
	
    
h1 a, h1 a:visited{
    text-decoration:none;
}

h1 a:hover{
    text-decoration:underline;
}

/* primary navigation */

#nav {
	margin:0 0 22px 35px; 
	padding:0; 
	font-size:12px;
	width:800px;
	line-height:1;
	float:left;
	display:inline;
	font-family:Verdana;
}

#nav ul {
	list-style-type:none; 
	font-weight:bold; 
	margin:0; 
	padding:0; 
	width:auto;
	float:left;
	height:28px;
}

#nav ul li {
	display: inline; 
	background:transparent; 
	padding:0;
}

#nav ul li a:link, #nav ul li a:visited {
	padding:4px 12px 9px 12px;
	color:white;
	text-decoration:none;
	float:left;
	font-weight: bold;
	background:#2D282E;
	border-right: 1px #7d7d7d dashed;
}

#nav ul li a:hover {
	float:left;
	background:#2D282E;
	color:#FFE39F;
} 

#home #nav ul li .home,
#about_me #nav ul li .about_me,
#blog #nav ul li .blog,
#photos #nav ul li .photos,
#labs #nav ul li .labs,
#trips #nav ul li .trips,
#presentations #nav ul li .presentations,
#design #nav ul li .design {
	color:#FFBF21;
	float:left;
	text-decoration:none;
}

/* secondary nav */

.subnav {
	background: #0D73A7 url('../images/global/subnav_bg.gif') ;
	margin:0;
	padding:0;
	width:174px;
}

.subnav .navhead {
	background: #000 url('../images/global/subnav_header.gif') repeat-y;
	padding:8px 12px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

.subnav .normweight {
	font-weight:normal;
}

.subnav ul {
	margin: 0 4px;
	padding: 0;
	list-style-type: none;
}

.subnav  p{
	text-align:center;
	padding-bottom:5px;
}

.subnav li a {
	display: block;
	padding: 6px 8px;
	width:150px
}

.subnav li a:link, .subnav li a:visited {
	text-decoration: none;
	border-bottom:1px dashed #B0D0E1;
	font-weight:bold;
	color:#D6EEFA;
}


.subnav li a:hover {
	color: #FFF;
	background:#258CC0;
	}
	
.subnav li #active, 
.subnav ul li a.active, 
.subnav ul li a.active:visited, 
.subnav ul li a.active:hover,
.active1 .subnav ul li a.active1, .active1 .subnav ul li a.active1:hover,
.active2 .subnav ul li a.active2, .active2 .subnav ul li a.active2:hover,
.active3 .subnav ul li a.active3, .active3 .subnav ul li a.active3:hover,
.active4 .subnav ul li a.active4, .active4 .subnav ul li a.active4:hover,
.active5 .subnav ul li a.active5, .active5 .subnav ul li a.active5:hover,
.active6 .subnav ul li a.active6, .active6 .subnav ul li a.active6:hover,
.active7 .subnav ul li a.active7, .active7 .subnav ul li a.active7:hover,
.active8 .subnav ul li a.active8, .active8 .subnav ul li a.active8:hover,
.active9 .subnav ul li a.active9, .active9 .subnav ul li a.active9:hover,
.active10 .subnav ul li a.active10, .active10 .subnav ul li a.active10:hover,
.active11 .subnav ul li a.active11, .active11 .subnav ul li a.active11:hover {
	color: #FFBF21;
	background:#095B85;
}

.subnavhome {
	background: #0D73A7 url('../images/global/subnav_bg.gif') ;
	margin:0;
	padding:0;
	width:174px;
}

.subnavhome .navhead {
	background: #000 url('../images/global/subnav_header.gif') repeat-y;
	padding:8px 12px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

.subnavhome .normweight {
	font-weight:normal;
}

.subnavhome ul {
	margin: 0 4px;
	padding: 0;
	list-style-type: none;
}

.subnavhome li a {
	display: block;
	padding: 6px 8px;
	width:150px
}

.subnavhome li a:link, .subnavhome li a:visited {
	text-decoration: none;
	border-bottom:1px dashed #B0D0E1;
	font-weight:bold;
	color:#D6EEFA;
}


.subnavhome li a:hover {
	color: #FFF;
	background:#258CC0;
	}

/*Homepage*/


#latestUpdates{
	background:#faf5d1 url('../images/global/front_exp.gif') no-repeat; 
	padding:8px 8px 8px 60px; 
	border:1px solid #e1decb;
	margin-top:10px;
	height:30px;
	vertical-align: middle;
}

#latestUpdates h2{
	font-size:14px;
	margin:0;
	padding:0;
}
#latestUpdates p{
	margin:0;
	padding:0;
}
/*Gallery*/
.gallery {
	background: #0D73A7 url('../images/global/subnav_bg.gif') ;
	margin:0;
	padding:0;
	width:174px;
	float:left;
}

.gallery .navhead {
	background: #000 url('../images/global/subnav_header.gif') repeat-y;
	padding:8px 12px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}
.gallery a:hover {
	color:none;
	text-decoration:none; 
	background:none
}

.noRoll:hover{
	color:none;
	text-decoration:none; 
	background:none
}

.prevNext{
	position:relative;
	float:right;
	width:150px;
	height:20px;
	display:block;
}

.previous{
	position:asolute;
	left:0px;
	top:0px;
	height:20px;
}

.next{
	position:absolute;
	right:0px;
	top:0px;
	height:20px;
}
/*Trips */

.preNavigation{
	margin-bottom:0px;
	padding-bottom:0px;
}
.tripNavigation{
	text-align:center;
	margin-top:4px;
	padding:0;
}

/*Blog*/

.blogPostTeaser{
	margin-bottom:8px;
}

.blogPostTeaser h2{
	font-family:verdana;
	font-size:18px;
	font-style: italic;
}
.blogPostTeaser .date{
	font-size:10px;
	float:left;
}
.blogPostTeaser .categories{
	font-size:10px;
	float:left;
	margin-left:20px;
}

.datePosted{
	margin-top:0px;
	margin-bottom:0px;
}

.categoryList{
	margin-top:0px;
	margin-bottom:0px;
}
.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #999;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #999;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}

.blogHeader, .trackbackHeader, .relatedentriesHeader {
	font-size: .8em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.date { 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.byline, .entryfooter, .trackbackfooter {
	font-size: .8em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}

.bylinefooter{
	
	border:1px solid #999999;
color:#666666;
font-size:0.8em;
font-weight:normal;
margin-bottom:10px;
padding:5px;
}
.commentBody {
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}
.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}

#commentP{
	border:0px solid white;
}

/* subnav2 */

 ul.subnav2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:#095B85
}

.subnav2 li a {
	display: block;
	padding: 4px 4px 6px 15px;
	width:146px;
}

.subnav2 li a:link, .subnav2 li a:visited {
	text-decoration: none;
	font-weight:normal;
	color:#D6EEFA;
}


.subnav2 li a:hover {
	background:#05496c;
	}
	

/*Site Map */

#site_map .list{
	list-style-type: square;
}


/*Form elements */

	.form{
		width:400px;
		border:1px solid #BD3000;;
		margin:0 auto 0 auto;
		padding: 5px 5px 5px 5px;
	}
	
	.form .row{
		padding-top:5px;
		float:left;
	}

	.form .label{
		padding-right:10px;
		text-align:right;
		width:60px;
		float:left;
	}
	
	.form .value{
		float:right;
	}
	
	input.large{
		width:200px;
	}
	textarea.large{
		width:300px;
		height:200px;
	}
	
	.form .submit{
		text-align:center;
		clear:both;
		margin-top:5px;
	}
 
 
 	#login .form{
		width:300px;
	}
	
	 .centered{
	 	text-align:center;
	 }
/* structure */

div#content {
	width:848px;
	clear:both;
	margin:0 0 0 29px;
}
#content-spacer{
	float:left;
	width:1px;
	height:490px;
	clear:both;
}

.start_left {
	width:555px;
	float:left;
	margin:10px 0 0 0;
}

.start_intro {
	background: url('../images/global/image_start.jpg') top left no-repeat;
	width:554px;
	margin:0;
	height:180px;
}

.start_intro div {
	margin-bottom:5px;
	float:right;
	width:350px;
	text-align:left;
	font-size:12px;
	line-height:1.5;
}

.start_quicklinks a, .start_quicklinks a:link, .start_quicklinks a:visited, .start_quicklinks a:hover {
	background:url('../images/global/start_quicklinks.gif') no-repeat;
	clear:both;
	margin-top:10px;
	padding:11px 10px 14px 10px;
	color:#FFFFFF;
	width:325px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}


.start_right {
	width:265px;
	float:right;
}

.teaser {
	width:265px;
	background:#F2F2F2;
	border:1px solid #D4D4D4;
	margin:10px 0 0 0;
	float:left;
}

.teaser p {
	margin:10px;
	padding:0;
}

.head {
	background:#000;
	border:double #fff ;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

.teaser ul {
	margin:5px 0 5px 32px;
	padding:0;
	list-style-type:disc;
}

.teaser ul li {
	color:#666666;
	padding:2px 0;
}

.teaser .top {
	padding-top:10px;
	height:140px;
	/*background:url('../images/global/teaser_infopaket.jpg') bottom right no-repeat;*/
	border-bottom: 1px solid #D4D4D4;
	text-align:center;
}

.tip {
	cursor: help; 
	border-bottom: 1px dashed #000000;
	font-style:italic;
}


ul.news {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.news li{
	margin:7px 0;
	border-bottom:1px dashed #888;
	padding: 0 0 8px 0;
}

.news .date {
	background:#FFFCE5;
	border:1px solid #e2e2e2;
	border-top:none;
	font-style:italic;
	font-size:11px;
	line-height:1.8;
	padding:0 1px 0 3px;
	color:#959072;
	float:right;
	margin:-7px 0 0 8px;
}

.box_black {
	background:#F2F2F2;
	border:1px solid #D4D4D4;
	margin:20px 0 0 0;
}

.box_black p, .box_black form {
	margin:10px;
	padding:0;
}

.box_sand_160 {
	background: #FAF5D1 url('../images/global/bg_sand_160.gif') repeat-y;
	margin-top:20px;
	color:#7F7567;
}

.box_sand_160 p, .box_sand_160 form  {
	margin: 7px 13px 0 13px;
	padding:0;
}

.box_sand_160 ul{
	padding-left:22px;
	margin:0px;
	padding-right:8px;
}

.box_sand_160 li{
	padding-left:0px;
	margin-left:0px;
	margin-bottom:4px;
}


.box_sand_160 h3 {
	background:#8B8071 url('../images/global/bg_sand_top_160.gif') no-repeat;
	padding:12px 14px 10px 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

.box_sand_174 {
	background: #FAF5D1 url('../images/global/bg_sand_174.gif') repeat-y;
	margin-top:20px;
	color:#7F7567;
}

.box_sand_174 p, .box_sand_174 form {
	margin: 7px 13px 0 13px;
	padding:0;
}

.box_sand_174 ul{
	padding-left:22px;
	margin:0px;
	padding-right:5px;
}

.box_sand_174 li{
	padding-left:0px;
	margin-left:0px;
}

.box_sand_174 h3 {
	background:#8B8071 url('../images/global/bg_sand_top_174.gif') no-repeat;
	padding:12px 14px 10px 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

h3.comm_start {
	background:#0D73A7 url('../images/global/community_header.jpg') no-repeat;
	padding:26px 0px 26px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	margin-bottom:0;
	height:28px;
	text-align:center;
	line-height:20px;
}

.start_right .yellow {
	background:#FCF8D8 url('../images/global/bg_sand_265.gif') repeat-y;
	padding:15px;
}

#sticky {
	width:253px;
	height:250px;
	background:url('../images/global/bg_stickynote.jpg') no-repeat;
	margin:20px 0 0 0;
}

#sticky p {
	padding:5px 20px;
	margin:0;
}

.pic_frame {
	width:160px;
	height:218px;
	margin: 0 0 20px 0;
}

.footer-ads {
	background:url('../images/global/footer_ads_bg.gif') repeat-x; 
	height:99px;
	}
	
.footer-ads .left {
	width:420px;
	float:left;
	background:url('../images/global/footer_ads_infopaket.jpg') top right no-repeat;
	height:99px;
	}
	
.footer-ads .right {
	width:420px;
	background:url('../images/global/footer_ads_globalzoo.gif') top right no-repeat;
	float:right;
	height:99px;
	}	
	
.footer-ads p {
	padding:30px 140px 5px 15px; 
	margin:0;
	font-weight:bold;
	color:#828282;
	}	
	
.footer-ads h3 {
	padding:0 140px 5px 15px; 
	line-height:1.2;
	}
	
.footer-ads a {
	text-decoration:none;
	}

#footer {
	background: #B42600 url('../images/global/bg_footer.gif') no-repeat;
	clear:both;
	margin: 0;
	color:#D98875;
}

#footer p {
	padding:9px 15px 10px 15px;
	margin:0;
}

#footer_tip {
	background: url('../images/global/footer_tipp_bg.gif') bottom left repeat-x;
	clear:both;
	margin:0 0 10px 0;
	}

#footer_tip p {
	padding:8px 13px 9px 13px;
	margin:0;
	color:#7F7F7F;
	}	
	
#footer_tip p img {
	margin-bottom:-2px;
	}

#bottom {
	background: #000 url('../images/global/bottom.gif') no-repeat;
}

#bottom p {
	padding:20px 10px 20px 10px;
	margin:0;
	font-size:10px;
	color:#797979;
}

#bottom p strong{
	font-weight:normal;
}

#column_left {
	width:174px;
	float:left;
	}
	
#column_middle {
	width:455px;
	float:left;
	margin:0 0 0 25px;
	font-size:110%;
	line-height:160%;
}

#column_middle_wide {
	width:635px;
	float:left;
	margin:0 0 0 25px;
	font-size:110%;
	line-height:160%;
}

#column_middle_full {
	float:left;
	margin:0 0 0 0px;
	font-size:110%;
	line-height:160%;
}

#column_right {
	width:160px;
	float:right;
}



.img_border {
	border:1px solid #888;
}

ul.menu li {
	margin-top:5px;
}

ul.normale_liste li {
	margin-top:10px;
}

.error {
	color:#F00;
	padding:10px;
	border:1px solid #F00;
	margin:0 0 20px 0;
	background:#FFF3F1;
	margin-left:auto;
	margin-right:auto;
}





/* tables */

/*table {
	padding:0;
	line-height:1.4; 
	font-size:90%;
	margin:0;
	width:100%;
}

table.form {
	border-top:1px solid #CCC;
}


table.form tr td{
	padding:6px;
	border-bottom:1px solid #CCC;
}

tr {
	padding:0;
	margin:0;
}

td {
	padding:3px;
	margin:0;
}

tr.header {
	font-weight:bold;
	background:#CCC;
}

tr.hell {
	background:#f6f6f6;
}

tr.dunkel {
	background:#EDEDED;
}

form.twx td.label {
	width:30%;
}

td.help {
	width:20px;
}

td.label {
	font-weight:bold;
	width:130px;
}*/

div.notes {
	margin:2px 0 0 25px;
}

/* infopaket */

#front {
	background:#F2F2F2 url('../images/global/infopaket_start.jpg') bottom right no-repeat;
	border:1px solid #D4D4D4;
	margin-bottom:20px;
}

#front p {
	width:285px;
	margin:15px;
}



/* community */

	

.comm_teaser {
	width:335px;
	float:right;
	font-size:90%;
	line-height:1.4;
}

.comm_frame {
	clear:both;
	margin-bottom:25px;
}

/* popup */

body.popup {
	background:#FFF;
	text-align:left;
}

body.popup table {
	font-size:100%;
}

.popup_head {
	background:url('../images/global/bg_popup_head.jpg') repeat-x;
	padding:12px;
	text-align:left;
}

/* lines */

.line	{
	height: 1px;
}
	
.line hr	{
	display: none;
}	
	
.line_grey {
	border-top: 1px solid #727272;
	margin:0 0 4px 0;
	padding-bottom:2px;
}

.line_light {
	border-top: 1px solid #D4D4D4;
	margin:4px 0;
}
	
.line_invisible {
	margin:12px 0;
	clear:both;
}	

/* forms */

.pulldown {
	margin:10px 0;
	padding:5px;
	background:#F2F2F2;
	border:1px solid #D4D4D4;
}

.newsletter {
	font-weight:bold;
	margin: -5px 15px 15px 15px;
	padding:0;
}

.newsletter input {
	margin:5px 0 0 0;
}

input.submit {
	background: #C43A0F url('../images/global/bg_button.gif') repeat-x;
	border-top: 1px solid #F9925F;
	border-left: 1px solid #F9925F;
	border-bottom: 1px solid #620600;
	border-right: 1px solid #620600;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor: pointer; 
}

.textfield {
	width:200px;
}


/* bugfixes */

.divide {
	clear: both;
	height:1em;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
 *html .clearfix {
    height:1px;
}

/*Code Formatting*/
#content code {
	display: block;
	width: 567px;
	overflow-x: auto;
	padding: 5px;
	background-color: #dfedfa;
	white-space: nowrap;
	border: 1px solid #666666;
}

/* ActionScript */

#content code .cc_as3_accessType {
	color: blue;
}

#content code .cc_as3_varDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_as3_functionDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_as3_functionName {
	color: #000000;
	font-weight: bold;
}

#content code .cc_as3_varName {
	color: #000000;
	font-weight: bold;
}

#content code .cc_as3_metadataName {
	color: #408080;
}

#content code .cc_cf_varDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_numeric {
	color:blue;
}

/* ColdFusion */
#content code .cc_cf_cftag {
	color: #B00000;
}

#content code .cc_cf_cftag .cc_cf_varDeclaration {
	color: #B00000;
	font-weight: bold;
}

#content code .cc_cf_sql {
	color: blue;
	font-weight: bold;
}

/* MXML */
#content code .cc_mx_tag {
	color: #004080;
}

#content code .cc_mx_component {
	font-weight: bold;
}

/* MXML */
#content code .cc_xml_node {
	color: #004080;
}

/* Properties */
#content code .cc_properties_property {
	color: #000000;
	font-weight: bold;
}

#content code .cc_properties_value {
	color: #808000;
}

#content code .cc_properties_comment {
	color: gray;
	font-style: italic;
}

/* COMMENTS */
#content code .cc_comment {
	color: gray;
	font-style: italic;
}

/* HTML */

#content code .cc_html_basic {
	color: #004080;
}

#content code .cc_html_table {
	color:teal;
}

#content code .cc_html_form {
	color: #FF8000;
}

#content code .cc_html_image {
	color: purple;
}

#content code .cc_anchor {
	color:green;
}

#content code .cc_value {
	color: #808000;
}

#content code .cc_code, code {
	font-family: monospace;
	line-height: 150%;
}

#content code .cc_specialchar {
	font-style: italic;
	font-weight: bold;
}

#content code .cc_linenumber {
	color: gray;
}

