/*
 * Projekt:			technolam.de
 * Dateiname:		style.css
 * Author:			RK
 * erstellt:		26.04.2010
 * validiert am:	n/a
 */


/* Reset */
* {
	border: 0;
	list-style-type: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica;
	}


/* Frame */
html, body {
	min-height: 101%;
	}

body {
	background: #F5F5FC;
	color: #666;
	font-size: 14px;
	}

#ct-site {
	background: #fff;
	padding-bottom: 30px;
	}

#ct-header, #ct-content, #ct-footer, #ct-moodframe {
	width: 920px;
	margin: 0 auto;
	position: relative;
	}

.clearing {
	clear: both;
	}


/* Columns */
#col-left {
	float: left;
	width: 180px;
	}

#col-center {
	float: left;
	width: 500px;
	}

#col-right {
	float: left;
	padding-left: 36px;
	width: 204px;
	}

.wide {
	width: 740px !important;
	}


/* Typo */
h1, h2, h3 {
	border-bottom: 2px solid #e0e0e0;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 2em;
	}

h2 {
	border: 0;
	color: #666;
	font-size: 13px;
	margin: 2em 0 0.5em 0;
	}

h3 {
	border: 0;
	color: #aaa;
	margin: 0;
	}

a {
	color: #DA007A;
	}

a:hover {
	color: #2BAB87;
	}

p, #col-center ul {
	line-height: 140%;
	margin: 1em 0;
	font-size: 14px;
	}

#col-center ul li {
	list-style-type: square;
	margin: 0 0 0.5em 18px;
	}

#col-right p {
	font-size: 11px;
	}

a.more {
	padding-left: 12px;
	background: url("../images/arrow.gif") left center no-repeat;
	}

a.more:hover {
	background-image:url("../images/arrow_green.gif");
	}


/* Header */
#ct-header {
	height: 100px;
	padding: 30px 0 28px 0;
	}


/* Navigation */
#nav-primary, #nav-secondary, #nav-help, #nav-level-2 {
	font-size: 12px;
	line-height: 140%;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
	}

#nav-primary a, #nav-secondary a, #nav-level-2 a {
	color: #666;
	padding-left: 12px;
	}

#nav-primary a:hover, #nav-secondary a:hover,
#nav-primary a.active, #nav-secondary a.active,
#nav-level-2 a:hover, #nav-level-2 a.active {
	color: #DA007A;
	background: transparent url("../images/arrow.gif") 0px 3px no-repeat;
	}

#nav-secondary a.active {
	font-weight: bold;
	}

#nav-primary {
	font-weight: bold;
	left: 420px;
	}

#nav-secondary {
	left: 550px;
	}

#nav-level-2 {
	font-weight: bold;
	height: 100px;
	position: relative;
	text-transform: none;
	width: 150px;
	top: 0;
	}

#nav-level-2 li {
	margin-bottom: 0.6em;
	}

#nav-level-2 ul a {
	display: block;
	}

#nav-level-2 ul a:hover, #nav-level-2 ul a.active {
	background-position: 0px 4px;
	}

#nav-help {
	font-size: 11px;
	left: 700px;
	text-transform: none;
	}

#nav-help li {
	display: inline;
	background: url("../images/divider.gif") 0 2px no-repeat;
	padding: 0 0 0 5px;
	}

#nav-help li:first-child {
	background: none;
	}

#nav-help a {
	color: #666;
	}

#nav-help a:hover, #nav-help a.active {
	color: #DA007A;
	}

#nav-help a.active {
	font-weight: bold;
	}

#search-input {
	left: 704px;
	position: absolute;
	top: 50px;
	width: 168px;
	}

#search-input .text {
	background: transparent url("../images/search_field.gif");
	color: #666;
	font-size: 11px;
	height: 20px;
	width: 160px;
	padding-left: 8px;
	}

#search-input .submit {
	position: absolute;
	right: 2px;
	top: 1px;
	}


/* Mood Image + Slider */
#ct-mood {
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 50px;
	}

#slide-btn {
	background: url("../images/mood_btn.gif") top left;
	height: 40px;
	width: 25px;
	cursor: pointer;
	margin-left: 180px;
	}

#slide-btn.active {
	background-position: top right;
	}

#slide-max {
	display: none;
	height: 230px;
	}


/* Service Navigation */
#col-center #nav-service {
	margin: 2em 0 1em 0;
	}

#col-center #nav-service li {
	display: inline;
	font-size: 11px;
	margin: 0;
	}

#nav-service a {
	color: #aaa;
	}

#nav-service a:hover {
	color: #DA007A;
	}


/* Footer */
#ct-footer {
	padding: 30px 0;
	}

#ct-footer p {
	color: #aaa;
	font-size: 11px;
	margin: 0em 0;
	}

#ct-footer #address {
	height: 61px;
	padding: 0;
	float: left;
	}

#ct-footer #address p {
	float: left;
	width: 180px;
	}

#ct-footer #address img {
	float: left;
	margin: 3px 16px 0 0;
	}

#ct-footer #login {
	float: left;
	padding: 0 0 0 50px;
	}

#ct-footer .request {
	float: right;
	margin-right: 14px;
	}

#ct-footer .request a {
	color: #aaa;
	}

#ct-footer .request a:hover {
	color: #2BAB87;
	}

#ct-footer .field {
	background: transparent url("../images/login_user.gif");
	color: #aaa;
	height: 20px;
	padding-left: 6px;
	width: 184px;
	}

#ct-footer .field.pass {
	background: transparent url("../images/login_pass.gif");
	}


/* Article List */
#col-center #article-list li {
	margin: 1.2em 0;
	list-style-type: none;
	}

#article-list h2 {
	font-size: 14px;
	margin: 0;
	}

#article-list h2 a {
	color: #666;
	}

#article-list h2 a:hover {
	color: #2BAB87;
	}

#article-list p {
	margin: 0;
	}

#article-list p.date {
	margin: 0;
	font-size: 11px;
	color: #aaa;
	}

#article-list .preview-image {
	border: 4px solid #e0e0e0;
	float: left;
	margin: 1px 14px 0 0;
	}

.nNavi p {
	color: #ccc;
	margin: 2em 0;
	}


/* Sitemap */
#sitemap .column {
	float: left;
	width: 250px;
	}

#sitemap ul {
	margin: 0.2em 0 1em 0;
	}

#sitemap .sitemap li {
	font-weight: bold;
	}

#sitemap .sitemap li li {
	font-weight: normal;
	}


/* Teaser */
.teaser h1, .teaser img {
	margin-bottom: 1.2em;
	}

.teaser h2, .teaser p {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	}


/* Accordion */
#accordion {
	margin: 2em 0;
	}

#accordion h3 {
	background: url("../images/accordion.jpg") repeat-x;
	color: #DA007A;
	font-size: 11px;
	height: 20px;
	margin-top: 6px;
	padding: 6px 10px 0;
	position: relative;
	cursor: pointer;
	}

#accordion h3:hover {
	color: #2BAB87;
	}

#accordion h3.ui-state-active {
	color: #666;
	}

#accordion h3 span {
	background: url("../images/arrow.gif") no-repeat;
	display: block;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 9px;
	}

#accordion h3.ui-state-active span {
	background: url("../images/arrow_black.gif") no-repeat;
	}

#accordion div {
	background: #E9E9E9;
	padding: 10px;
	}

#accordion table {
	font-size: 11px;
	}

#accordion table td {
	padding: 4px;
	}


/* Register Form */
#register label {
	display: block;
	float: left;
	width: 180px;
	}

#register input {
	border: 1px solid #ccc;
	padding: 2px;
	}

#register input.error {
	border-bottom: 2px solid #a00;
	}

#col-center .errorMessage {
	color: #a00;
	font-weight: bold;
	}


/* Misc */
.inlImage {
	border: 4px solid #e0e0e0;
	margin: 4px 0 0 0;
	}

.hidden-link {
	display: none;
	}
