/*Theme Name: Translation Engineering
Description: Theme for Translation Engineering
Author: Pascal Jeschke
Author URI: http://pascaljeschke.de
Design: Designbuero Arndt + Seelig
*/

/*//////reset by Eric Meyer*/
html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}


/*//////Structure*/

body {
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	background: #DBDBDB url(images/bg.gif) repeat;  
 	font: 14px Arial, Helvetica, "Helvetica Neue", Sans-Serif;
 	text-align: center;
 	line-height: 20px;
 	color: #666;
	}
	
#page {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	}


/*//////Header*/

#header {
	height: 170px;
	background: url(images/bg-header.gif) no-repeat;
	position: relative;
	}

#alternative #header {
	background: url(images/bg-header-alt.gif) no-repeat;
	}

#header h1 {
  	text-indent: -9999px;
  	overflow: hidden;
	}
	
#header h1 a {
	width: 330px;
	height: 35px;
	top: 25px;
	left: 15px;
	position: absolute;
	}

#header .rightNav {
	position: absolute;
	top: 30px;
	left: 720px;
	}
	
#header .mainNav {
	position: absolute;
	top: 145px;
	left: 15px;
	z-index: 99;
	}
	
#header ul li {
	margin: 0 6px 0 0;
	padding: 0 0 0 6px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	}

#header ul li+li {
	border-left: 1px solid #666;
	}
	
* html #header ul li {
	border-left: 1px solid #666;
	}
	
#header ul li a {
	color: #666;
	text-decoration: none;
	}

#header ul li a:hover, #header ul li.current_page_item a {
	color: #369EC8;
	}

#alternative #header ul li a:hover, #alternative #header ul li.current_page_item a {
	color: #666699;
	}

/*//////Main Content*/

#main {
	clear: both;
	height: 100%;
	color: #FFF;
	background: url(images/bg-content.gif) repeat-y;
	overflow: auto;
	position: relative;
	}

#alternative #main {
	background: url(images/bg-content-alt.gif) repeat-y;
	}

#main .left {
	float: left;
	width: 155px;
	padding: 36px 0 20px 15px;
	}

#main .center {
	float: left;
	width: 490px;
	padding: 40px 30px 20px 30px;
	}

#main .right {
	float: left;
	width: 190px;
	padding: 15px 30px 25px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}

#main p a {
	color: #FFF;
	font-weight: bold;
	}
	
#main p a:hover {
	text-decoration: none;
	}

/*CenterContent*/	

#main .center h2 {
	text-indent: -9999px;
	height: 0;
	overflow: hidden;
	}
	
#main .center h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	}
	
#main .center h4 {
	margin: 40px 0 10px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	}
	
#alternative #main .center h4 {
	margin: 40px 0 10px 0;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background: #7778B4;
	}
	
#main .center p {
	margin: 10px 0;
	clear: both;
	}

#main .center ul {
	padding: 0;
	}

#alternative #main .center ul, #main ul.alternative {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
#main .center ul li {
	margin-left: 15px;
	list-style-type: disc;
	}

#main .center ul.reference {
	margin: 50px 0 0 0;
	font-size: 16px;
	}
	
#main .center ul.reference li {
	margin: 10px 0 0 0;
	list-style-type: none;
	}
	
#main .center ul.reference li a {
	color: #FFF;
	text-decoration: none;
	}
	
#main .center ul.reference li a:hover {
	text-decoration: underline;
	}

#main .centerLeft {
	float: left;
	width: 238px;
	margin-bottom: 20px;
	}
	
#main .centerRight {
	float: right;
	width: 238px;
	margin: 0 0 20px 14px;
	}
	
#main .centerLeft h3, #main .centerRight h3 {
	font-size: 20px;
	line-height: 24px;
	}

#main .navBack {
	position: absolute;
	top: 0;
	right: 290px;
	}
	
#main .navBack a {
	font-weight: normal;
	text-decoration: none;
	}
	
#main .navBack a:hover {
	text-decoration: underline;
	}

.hide {
	cursor: pointer;
	}

#main .center h5.hide {
	padding: 0 0 10px 15px;
	font-weight: bold;
	background: url(images/bullet-current.gif) 0 6px no-repeat;
	border-bottom: 1px dotted #FFF;
	}

#main .center .show {
	padding: 10px 0 0 15px;
	border-bottom: 1px dotted #FFF;
	}

/*forms*/

input, select {
	width: 220px;
	margin-right: 10px;
	}
	
select, input#button {
	width: 226px;
	}
	
input#button {
	margin-bottom: 50px;
	}

/*sidebarNav*/

#main .left ul {
	font-size: 12px;
	color: #FFF;
	}

#main .left ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #FFF;
	}

#main .left ul li a {
	padding-left: 18px;
	color: #FFF;
	text-decoration: none;
	}

#main .left ul li a:hover, #main .left ul li.current_page_item a, #main .left ul#subNav li .current_page_item a {
	background: url(images/bullet-current.gif) no-repeat 3px 3px;
	}

#main .left ul li.current_page_ancestor a, #main .left ul li.current_page_ancestor_page_folder a {
	background: url(images/bullet-folder.gif) no-repeat 3px 2px;
	}

#main .left ul li.current_page_item_page_folder {
	background: url(images/bullet-folder.gif) no-repeat 3px 10px;
	}

#main .left ul li.current_page_item_page_folder a:hover {
	background: none;
	}

#main .left ul li ul {
	padding: 0 0 5px 18px;
	}

#main .left ul li ul li {
	margin-left: 18px;
	padding: 0;
	border-bottom: none;
	list-style: disc;
	line-height: 16px;
	background: none;
	}
	
#main .left ul li ul li a {
	display: inline;
	padding: 0;
	}
	
#main .left ul li ul li.page_item a, #main .left ul li ul li.page_item_page_folder a {
	background: none;
	text-decoration: none;
	}

#main .left ul li ul li a:hover, #main .left ul li ul li.current_page_item a, #main .left ul li ul li.current_page_item_page_folder {
	text-decoration: underline;
	background: none;
	}

#main .left ul li ul li ul {
	margin: 0;
	padding: 0;
	background: none;
	}

#main .left ul#subNav {
	margin-top: 30px;
	}

#main .left ul#subNav li {
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	}
	
#main .left ul#subNav li.first {
	border-top: 1px solid #FFF;
	}

/*Subseite rechts*/

#main .right h4 {
	margin: 10px 0;
	font-weight: bold;
	}
	
#main .right h5 {
	font-weight: bold;
	}

#main .right p, #main .right ul  {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #369EC8;
	}
	
#main .right ul {
	padding-bottom: 10px;
	}
	
#alternative #main .right p {
	border-bottom: none;
	}

#alternative #main .right ul {
	border-bottom: 1px dotted #666699;
	}

#main .right ul li {
	margin-left: 15px;
	list-style-type: disc;
	}

#alternative #main .right ul li ul {
	margin: 0;
	padding: 0;
	border: none;
	}

#alternative #main .right ul li ul li {
	margin: 0;
	list-style-type: none;
	}
	
#main .right p a {
	color: #666;
	}
	
#main .right p a:hover {
	text-decoration: none;
	}

#main .right h4.hide, #main .right p.hide, #main .right h5.hide {
	padding: 0 0 10px 15px;
	color: #369EC8;
	text-decoration: none;
	background: url(images/show.gif) 0 5px no-repeat;
	}

#main .right h4.hide {
	border-bottom: 1px dotted #369EC8;
	}
	
#main .right p.hide, #main .right h5.hide {
	padding: 0 0 0 15px;
	border-bottom: none;
	font-weight: normal;
	}

.show {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #369EC8;
	}

#alternative .show {
	border-bottom: 1px dotted #666699;
	}

#alternative #main .right h4.hide {
	color: #666699;
	border-bottom: 1px dotted #666699;
	background: url(images/show-alt.gif) 0 5px no-repeat;
	}

#main .right .show p, #main .right .show ul, #alternative #main .right .show p, #alternative #main .right .show ul {
	border: 0;
	}

#main .right ul.reference {
	margin: 0;
	text-align: center;
	border: none;
	}

#main .right ul.reference li {
	width: 190px;
	margin: 0;
	padding: 10px 0 5px 0;
	list-style: none;
	border-bottom: 1px dotted #369EC8;
	}


/*//////Footer*/

#footer {
	clear: both;
	height: 44px;
	font-size: 12px;
	line-height: 12px;
	background: url(images/bg-footer.gif) no-repeat;
	position: relative;
	}

#alternative #footer {
	background: url(images/bg-footer-alt.gif) no-repeat;
	}

#copy {
	position: absolute;
	top: 0;
	left: 740px;
	color: #AAA;
	}
