@charset                 "UTF-8";

/* TCB CSS Document version 1.0 01.October2009 - initial CSS version - ck from www.worknode.com */
/* TCB CSS Document version 1.0 08.October2009 - include css from startPage - ck from www.worknode.com */

@import "typo3_worknode_flexElements.css";
@import "typo3_worknode_table.css";

/* Base Area  */
*
{
	margin: 0px;
	padding: 0px;
}

html
{
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

body
{
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

.startBG { }

#wraper
{
	width: 850px;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
}

#smallWraper
{
	width: 850px;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
}

a:link
{
	color: #2D5586;
	text-decoration: none;
	padding: 0 0 0 0;
	font-family: Arial;
}

a:visited
{
	color: #2D5586;
	text-decoration: none;
	padding: 0 0 0 0;
	font-family: Arial;
}

a:hover
{
	color: #3E3E3E;
	text-decoration: underline;
	padding: 0 0 0 0;
	font-family: Arial;
}

a:active
{
	color: #808080;
	text-decoration: none;
	padding: 0 0 0 0;
	font-family: Arial;
}

p { margin: 0 0 12px 0; }

h1
{
	color: #333;
	font-family: Verdana;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-style: italic;
	margin-left: 20px;
}

h2
{
	color: #333;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 5px;
}

h3
{
	color: #666;
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 5px;
}

h4
{
	color: #666;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 6px;
	margin-top: 5px;
}

h5
{
	font-family: verdana;
	font-size: 11px;
}

h6 { font-family: verdana; }
div.clear { clear: both; }

ul
{
	margin-left: 20px;
	margin-bottom: 15px;
}

li { list-style-type: square; }

#topArea
{
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* contentArea css */
#mainArea
{
	width: 850px;
	height: 700px;
	/*	border: 1px #6C3 dotted; */
	display: block;
}

#picArea
{
	width: 300px;
	position: absolute;
	top: 465px;
	left: 15px;
	color: #69F;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
}

#contentArea
{
	width: 495px;
	margin-top: 400px;
	float: right;
	margin-right: 20px;
}

#contentAreaWIDE
{
	width: 850px;
	margin-top: 400px;
	float: left;
	margin-right: 20px;
}

#contentGalerieWIDE
{
	width: 850px;
	margin-top: 50px;
	float: left;
	margin-right: 20px;
}

#siteLogo
{
	position: absolute;
	top: 350px;
	left: 15px;
}

#mainContent { }
#mainContentWIDE { }

#mainNavigation
{
	position: absolute;
	top: 25px;
	right: 15px;
}

#mainNavigation a:link
{
	text-decoration: none;
	background-color: #111;
	padding: 3px 10px 3px 10px;
	margin: 0 2px 0 0;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#mainNavigation a:visited
{
	text-decoration: none;
	background-color: #111;
	padding: 3px 10px 3px 10px;
	margin: 0 2px 0 0;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#mainNavigation a:hover
{
	text-decoration: none;
	background-color: #F60;
	padding: 3px 10px 3px 10px;
	margin: 0 2px 0 0;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#mainNavigation a:active
{
	text-decoration: none;
	background-color: #CCC;
	padding: 3px 10px 3px 10px;
	margin: 0 2px 0 0;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footerArea
{
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 70px 0 25px 0;
	text-align: center;
	background-image: url(../sitePics/footer_bg_01.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	font-size: 10px;
	clear: both;
}

#signeArea
{
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 0;
	text-align: center;
}

.miniText
{
	color: #666;
	font-size: 9px;
}
