/*
Theme Name: triple iii Website
Theme URI: http://www.tripleiii.eu/
Description: Corporate CSS for triple iii
Version: 0.1
Author: Persiel Design
*/

*	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, Sans ;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
}

/* @group Production */

1div#outerwrap			{background: #f00 transparent;}
1div#innerwrap			{background: #0f0 transparent;}
1div#content			{background: #00f;}
1div#maincontent		{background: #ff0;}
1div#secondcontent		{background: #f0f;}
1div#thirdcontent		{background: #0c6;}
1div#metas				{background: #ccc;}
1ul#mainnavigation		{background: #666;}
1div#subnavigation		{background: #390;}

/* @end */

/* @group Positioning */

a#top	{
	display: none;
	width: 0;
	height: 0;
}

div#outerwrap	{
	background: #00385a url(img/bgr_main_blue.gif) repeat-x center top;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

body#medium div#outerwrap	{
	background: #fff url(img/bgr_main_white.gif) repeat-x center top;
}

div#innerwrap	{
	position: relative;
}

div#header	{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 120px;
}

div#content	{
	margin: 0 auto;
	width: 900px;
/*	height: 320px;*/
/*	background: url(img/outline_blue.gif) no-repeat 612px 100px;*/
}

body#medium div#content	{
	background: url(img/outline_white.gif) no-repeat 612px 100px;
}

div#maincontent	{
	width: 680px;
	margin-left: 222px
}

div#secondcontent	{
	width: 372px;
	margin-left: 222px;
	padding-bottom: 20px;
	float: left;
	display: inline; /* PC IE double margin float bug fix*/
}

div#secondcontentwide	{
	width: 678px;
	margin-left: 222px;
	float: left;
	display: inline; /* PC IE double margin float bug fix*/
}

div#thirdcontent	{
	width: 270px;
	margin-left: 36px;
	float: left;
}

div#contentend	{
	float: left;
	height: 40px;
	width: 900px;
	clear: both;
}

div#footer	{
	background: url(img/bgr_footer.gif) repeat-x center top;
	height: 168px;
	clear: both;
	font-size: 0.8em;
}

div#metas	{
	display: none;
}

div#mainnavigationcontainer	{
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -450px;
	text-align: right;
	height: 30px;
	width: 900px;
	border: 0px #0f0 solid;
	font-size: 0.9em
}

ul#mainnavigation	{
	position: absolute;
	right: 0;
	text-align: right;
	height: 30px;
	border: 0px #f00 solid;
}

#subnavigation	{
	position: absolute;
	width: 186px;
	top: 201px;
	right: 50%;
	margin-right: 264px;
	border-bottom: 1px solid #014266;
}

body#medium div#subnavigation	{
	border-bottom: 1px solid #cbdae3;
}

#logo	{
	position: absolute;
	top: 55px;
	left: 84px;
}

body#medium a#logo	{
	background: transparent url(img/logo_white.gif) no-repeat left top;
}


/* @end */

/* @group Navigation */

ul#mainnavigation li a, div#subnavigation li a	{
	text-decoration: none;
}

ul#mainnavigation li	{
	display: inline;
}

ul#mainnavigation li a {
	padding-bottom: 4px !important;
	display: block;
	float: left;
	background: #ecf5fa;
	padding: 5px 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #02385b;
}

/*

ul#mainnavigation li.home a {
	color: white;
	background: #089bce;
}

ul#mainnavigation li.unternehmen a {
	color: white;
	background: #0581c7;
}

ul#mainnavigation li.produkte a {
	color: white;
	background: #0579ba;
}

ul#mainnavigation li.karriere a {
	color: white;
	background: #036ca7;
}

ul#mainnavigation li.presse a {
	color: white;
	background: #035b8d;
}

ul#mainnavigation li.akademie a {
	color: white;
	background: #024f7a;
}

ul#mainnavigation li.kontakt a {
	color: white;
	background: #014266;
}

*/

ul#mainnavigation li a:hover {
	background: #fff;
	padding: 10px 10px;
}

ul#mainnavigation li.active a {
	background: #036ca7;
	color: white;
	padding: 20px 10px;
}

div#subnavigation li	{
	border-top: 1px solid #014266;
	text-align: right;
	width: 186px;
	display: block;
	float: left;
}

body#medium div#subnavigation li	{
	border-top: 1px solid #cbdae3;
}

div#subnavigation li a	{
	padding: 5px 3px 5px 3px;
	color: #fff;
	display: block;
	width: 180px;
}

body#medium div#subnavigation li a	{
	color: #089bce;
}

div#subnavigation li a:hover	{
	background: #089bce;
}

body#medium div#subnavigation li a:hover	{
	background: #089bce;
	color: #fff;
}

#subnavigation li.active  {
	background: #089bce;
	color: #fff;
}



/* @end */

/* @group Typography */

ul	{
	list-style-type: none;
}

div#secondcontent ul	{
	list-style-type: disc !important;
	list-style-position: inside;
}

ol li	{
	padding: 6px 0 6px 6px;
	margin-left: 30px;
	border-top: 1px solid #014266;
}

h1, h2, h4	{
	color: #4bd1ff !important;
	clear: both;
}

body#medium h1, body#medium h2, body#medium h4	{
	color: #0b517f !important;
}

h1	{
	font-size: 1.5em;
}

h2	{
	font-size: 1.2em;
	margin-bottom: 6px;
	padding-top: 16px;
}

h4	{
	font-size: 0.9em;
	margin-bottom: 3px;
}

p	{
	margin-bottom: 6px;
}

/* @end */

/* @group Links */

a:link		{color: #089bce; text-decoration: none;}
a:visited	{color: #089bce; text-decoration: none;}
a:hover		{color: #089bce; text-decoration: underline;}
a:active	{color: #089bce;}

/* @end */

/* @group Lokales */

body#main div#content p, body#main div#content ul, body#main div#content ol, body#main div#content h3	{
	color: #fff;
}

div#footer ul, div#footer p	{
	margin: 0 auto;
	width: 678px;
	padding-left: 222px;
}

div#footer ul	{
	background: url(img/logo_footer.gif) no-repeat 128px 24px;
	padding-top: 35px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbdae3;
}

div#footer ul li	{
	display: inline;
	margin: 0 15px 10px 0;
}

div#footer p	{
	padding-top: 10px;
}

p.postmetadata, p.commentmetadata	{
	border-top: 1px dotted #cbdae3;
	border-bottom: 1px solid #cbdae3;
	padding: 4px 0px;
	color: #999;
	font-size: 0.9em;
}

p.commentmetadata	{
}

ol.commentlist li	{
	border: 0 !important;
}

/* body#medium div#secondcontent img	{
	width: 370px;
	border: 1px solid #cbdae3;
	margin-bottom: 6px;
}*/

/* body#medium div#secondcontentwide img	{
	width: 103px;
	border: 1px solid #cbdae3;
	margin: 0 8px 8px 0;
}*/

/* @end */

/* @group Forms */

input, textarea, select	{
	border: 0px solid #cbdae3;
	padding: 3px;
	color: #014266;
}

input.fmtext	{
	width:  310px;
}

textarea.fmtextarea	{
	width:  310px;
}

input.fmverify	{
	width:  85px;
}

input.fmfile	{
	color: #fff;
}

div.ddfmerrors	{
	font-weight: bold;
	color: #f00;
	font-size: 1.25em;
}

div.errorlist	{
	background: #fff;
	border: 3px solid red;
	padding: 7px;
	color: red;
	font-size: 0.85em;
	margin: 6px 0;
}

div.credits	{
	margin-top: 25px;
	border-top: 1px solid #216286;
	padding-top: 10px;
	font-size: 0.8em;
	color: #fff;
}

fieldset	{
	margin-bottom: 20px;
	border: 1px dotted #216286;
	padding: 10px;
}

legend	{
	color: #fff;
	padding: 0 5px;
}

label	{
	display: block;
	padding-bottom: 2px;
	font-size: 0.9em;
}

form.ddfm	{
	background: #014266;
	padding: 15px;
}

/* @end */

/* Martin Mühl Additions */

#visual { border: 1px solid white; margin-top: 20px }
#subnavigation {color: white; font-size: 12px; line-height: 110%}
#subnavigation hr {border: 1px dashed white; height: 1px; margin: 10px 0}
#subnavigation img {float: right; margin: 10px 0 10px 10px; border: 1px solid white}

/* @group Hacks */



/* @end */


