/*
* www.08media.de
* Programmierung 2008 (c) 08 MEDIA de
* info@08media.de
* ===================================
* Datei:   _css/common.css
* Autor:   Thomas Schlicker
* Version: 03/2008
*/


/* common styles */
/* ============= */

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

li {
	
	list-style: none;
	margin: 3px 0px;
}

h1 {
	
	font-size: 20px;
  	font-weight: normal;
}

h2 {
	
	font-size: 16px;
  	font-weight: normal;
  	margin: 0px;
}

.text11 {
	
	font-size: 11px;
  	font-weight: normal;
}

span.black {

	font-weight: bold;
	color: #2A2A2A;
}

span.red {

	font-weight: bold;
	color: #990000;
}

span.green {

	font-weight: bold;
	color: #87AE20;
}


/* LINKS */
/* ===== */

a:link, 
a:visited, 
a:active, 
a:hover {

	color: #2A2A2A;
	text-decoration: none;
	border: 0px;
}

a:link.red, 
a:visited.red, 
a:active.red, 
a:hover.red {

	color: #990000;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}


/* SECTIONS */
/* ======== */

body {

	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Sans-Serif;
	color: #2A2A2A;
	font-size: 13px;
  	line-height: 1.5em;
	letter-spacing: 0.03em;
	word-spacing: 0.06em;
	margin: 0pt;
	padding: 0pt;
	/*overflow: hidden;*/
}

#canvas {

	width: 100%;
	height: 100%;
}

#content-area {
	
	height: 500px;
	width: 800px;
	margin: 15px 100px;
}

#content {
	
	width: 900px;
	height: 250px;
	margin: 0px;
}

#logo {
	
	background: transparent url(../_images/logo.jpg) no-repeat scroll left top;
	width: 100%;
	height: 155px;
}

#navi-title {
	
	color: #990000;
	font-size: 16px;
	text-align: center;
	margin: 10px 0px 0px 228px;
	width: 500px;
}

#title {
	
	margin: 0px 0px 50px 350px;
}


/* CONTENT-TITLE */
/* ============= */

#content-title-home {
	
	margin: 10px 0px 25px 500px;
}

#content-title-projects {
	
	margin: 10px 0px 25px 508px;
}

#content-title-skills {
	
	margin: 10px 0px 25px 455px;
}

#content-title-impressum {
	
	margin: 10px 0px 23px 500px;
}


/* NAVIGATION */
/* ========== */

#navi table {
	
	margin: 68px 0px 0px 318px;
}

#nav-1 {

	background: transparent url(../_images/nav-1.gif) no-repeat scroll left top;
	width: 65px;
	height: 60px;	
}

#nav-2 {
	
	background: transparent url(../_images/nav-2.gif) no-repeat scroll left top;
	width: 65px;
	height: 60px;	
}

#nav-3 {
	
	background: transparent url(../_images/nav-3.gif) no-repeat scroll left top;
	width: 65px;
	height: 60px;	
}

#nav-4 {
	
	background: transparent url(../_images/nav-4.gif) no-repeat scroll left top;
	width: 65px;
	height: 60px;	
}

#nav-5 {
	
	background: transparent url(../_images/nav-5.gif) no-repeat scroll left top;
	width: 65px;
	height: 60px;	
}

#navi-title h1 {
	
	margin: 15px 0px 50px 348px;
}

#navi-title h2 {
	
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0px;
}


/* NAVI-SUB */
/* ======== */

#navi .navi-sub td {
	
	text-align: right;
	padding: 0px 4px;
}

#navi .navi-sub {
	
	font-size: 10px;
}

#navi .navi-sub a {
	
	font-size: 11px;
}


/* CONTENT */
/* ======= */

#content .b-content-text-l {
	
	float: left;
	border-left: 5px solid #87AE20;
	padding-left: 5px;
}

#content .b-content-text-r {
	
	float: right;
	border-right: 5px solid #87AE20;
	padding-right: 5px;
	text-align: right;
}

#content .b-content-box {
	
	float: left;
	height: 185px;
	width: 760px;
}


/* HOME */
/* ==== */

#content .c-home {
	
	margin: 170px 0px 0px 500px;
	width: 400px;
}


/* SKILLS */
/* ====== */

#content .c-skills-left {
	
	float: left !important;
	margin: 188px 0px 0px 50px;
	width: 400px;
	text-align: right;
}

#content .c-skills-right {
	
	float: left;
	margin: 135px 0px 0px 5px;
	width: 315px;
	line-height: 1.7em;
}

#content .skills {

	padding: 3px;
}

#content .c-skills-right a {

	float: left;
}

#content .c-skills-right a:hover {

	cursor: pointer;
	text-decoration: underline;
}

#content .skills-tag-1 {

	color: #E4A4A4;
	font-size: 12px;
}

#content .skills-tag-2 {

	color: #DB8787;
	font-size: 16px;
}

#content .skills-tag-3 {

	color: #D26666;
	font-size: 18px;
}

#content .skills-tag-4 {

	color: #990000;
	font-size: 20px;
}

#skill-detail-box {
	
	background: transparent url(../_images/bg-box-top.jpg) no-repeat scroll left top;
	background-color: #FFFFFF;
	position: absolute;
	padding-top: 6px;
	margin: 65px 455px;
	width: 400px;
	display: none;
}

#skill-detail-bottom {
	
	background: transparent url(../_images/bg-box-bottom.jpg) no-repeat scroll left bottom;
	overflow: hidden;
	padding: 2px 0px 10px 12px;
	height: 160px;
}

#skill-detail-bottom .skill-detail-header .left {
	
	float: left;
	width: 365px;
	color: #87AE20;
	text-decoration: underline;
}

#skill-detail-bottom .skill-detail-header .right {
	
	float: left;
	cursor: pointer;
}

#skill-detail-bottom .skill-detail-body {
	
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
	font-size: 11px;
	line-height: 1.35em;
	overflow: hidden;
	width: 360px;
	height: 120px;
	margin: 6px 0px;
	padding: 0px 2px;
	text-align: left;
}

/* PROJECTS */
/* ======== */

#content .c-projects-left {
	
	float: left;
	height: 180px;
	margin: 37px 0px 0px 100px;
}

#content .c-projects-right {
	
	float: left;
	margin: 110px 0px 0px 25px;
	width: 375px;
}

#content .c-projects-middle {
	
	float: left;
	font-size: 11px;
	margin: 67px 0px 0px 5px;
}

#content .c-projects-left a {
	
	font-weight: bold;
}

#content .c-projects-middle a {
	
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

#content .c-projects-left a:hover {
	
	text-decoration: underline;
}

#content .c-projects-middle a:hover {
	
	text-decoration: underline;
}

#content .c-projects-left .project-title {
	
	border-bottom: 1px solid #000000;
	font-size: 11px;
	margin: -5px 0px 7px 82px;
	width: 78px;
}

#content .c-projects-middle .project-title {
	
	border-bottom: 1px solid #000000;
	font-size: 11px;
	margin: -5px 0px 7px 0px;
	width: 80px;
}

/* ===== only for hide-box =====
#content .c-projects-hidden-top {
	
	background: transparent url(../_images/bg-box-top.jpg) no-repeat scroll left top;
	background-color: #FFFFFF;
	position: absolute;
	padding-top: 6px;
	margin: 4px 320px;
	width: 650px;
	display: none;
}
#content .c-projects-hidden {
	
	background: transparent url(../_images/bg-box-bottom.jpg) no-repeat scroll left bottom;
	overflow: hidden;
	padding: 4px 3px 10px 12px;
	height: 175px;
}
#content .c-projects-hidden img {
	
	float: left;
}
#content .project-hidden {
	
	display: none;
}
#content .project-content {
	
	float: left;
	margin: 0px 10px;
}
#content .project-content-header-left {
	
	float: left;
	width: 350px;
}
#content .project-content-header-right {
	
	float: left;
	cursor: pointer;
}
===== */


/* IMPRESSUM */
/* ========= */

#content .c-impressum-left {
	
	float: left;
	margin: 72px 0px 0px 215px;
	width: 280px;
	text-align: right;
}

#content .c-impressum-right {
	
	float: left;
	margin: 150px 0px 0px -5px;
	width: 250px;
}








