/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: "Fontin Sans"; src: url(./fonts/Fontin_Sans_SC_45b.otf); format(OpenType); font-style: small-caps; }
@font-face { font-family: "Fontin Sans"; src: url(./fonts/Fontin_Sans_I_45b.otf); format(OpenType); font-style: italic; }
@font-face { font-family: "Fontin Sans"; src: url(./fonts/Fontin_Sans_R_45b.otf); format(OpenType); font-style: normal; }
@font-face { font-family: "Fontin Sans"; src: url(./fonts/Fontin_Sans_B_45b.otf); format(OpenType); font-style: normal; font-weight: bold; }
@font-face { font-family: "Fontin Sans"; src: url(./fonts/Fontin_Sans_BI_45b.otf); format(OpenType); font-style: italic; font-weight: bold; }





body {
	background-color: #6a675c;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;

	color: #222222;
	font-family: "Fontin Sans", Helvetica, Tahoma, Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

.content {
	background-color: #EEEEEE;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 450px;
	height: 450px;
}

.textframe {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 65px;
	background-color: #FFFFFF;
	min-height: 370px; /* ohne margin */
}

.inactive_link {
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	color: #ACACAC;
}

a {
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	color: #f71df0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: line-through;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #f71df0;
}
a:hover	{
	text-decoration: underline;
}
a:focus	{
	text-decoration: underline;
}

/* TITLE, first content square */
#title {
	background-color: #000000;
	color: #BBBBBB;
}
/* title */
#title h1 {
	font-size: 36pt;
	line-height: 34pt;
	font-weight: bold;
}
/* description, in italic */
#title p {
	font-size: 18pt;
	line-height: 22pt;
	font-style: italic;
	font-weight: normal;
}
/* reverse italic back to upright */
#title p em {
	font-style: normal;
	color: #FFF;
}


/* ########## NAVIGATION ############## */

ol.navigation {
	position: relative;
	left: -10px;
}

img.navigation_tags {
	margin-top: -2px;
	position: relative;
	top: 3px;
}

.navigation {
	list-style-type: lower-roman;
	list-style-position: outside;
}






.item_navigation {
	padding: 5px;
	background-color: #FFFFFF;
}

.item_footer {
	position: absolute;
	bottom:0px;
	left:0px;
}

.item_title {
	background-color: #444444;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 23px;
}

.item_description {
	background-color: #444444;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}

.item_credits {
	background-color: #444444;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}


p {
	margin-top: 0px;
	margin-bottom: 6px;
}

h1 {
	line-height: 33px;
}

h1,h2,h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border: 0px;
}


/* BLOG */

.msgbody {
}

.msgdate {
}

.msgheadline {
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: bold;
}


/* CODE */

code {
	background-color: #DDD;
}

.codeexample {
	margin: 10px;
	padding: 5px;
	border: 1px solid #000;
	overflow: auto;
	background-color: #DDD;
}