/*****************
	DOCUMENT
*****************/

body {
	margin: 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;

	background-image: url(../images/barra_vertical.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #cfcfcf;
}

div {text-align: left;}

div#cool_feedback {
	color: #000000;
}

#topOfPage {display: none;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 801px;
	overflow: hidden;

	background-image: url(../images/barra_vertical2.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #f8fcfc;
}

#header {
	margin: 0;
	padding: 0;
	width: 801px;
	height: 319px;
}

DIV#logo {
	margin: 0;
	padding: 0;
	width: 801px;
}

#localizador{
	margin: 7px 0 0 0;
	padding: 0;
	width: 464px;
	height: 16px;
	float: left;

	text-indent: 32px;
}

#fecha{
	margin: 7px 0 0 0;
	padding: 0 22px 0 0;
	width: 296px;
	height: 16px;
	float: right;

	text-align: right;
}

/*****************
	GENERAL STYLES
*****************/

/* HEADLINES */

h1 {
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;

	/*
	font-size: 17px;
	font-weight: normal;
	color: #454545;
	*/

	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0b0b0;
	font-weight: bold;
}

h2 {
	margin: 3px 0 10px 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;

	color: #0082BA;
}

h3 {
	margin: 0;
	padding: 0 0 0 15px;
	height: 16px;

	font-size: 9px;
	color: #a0b0b0;
	vertical-align: text-top;

	background-image: url(../images/flecha_tit.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* PARAGRAPHS */

p {
	margin: 0;
	padding: 0;
}

p.pollQuestion {
	padding: 0 0 0 2px;

	font-size: 10px;
	color: #666666;

	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
}

p.pollAnswer {
	color: #666666;
	font-size: 10px;
	background-color: #FFFFFF;
	padding-left: 20px;
}

p.left {
	padding: 5px;

	font-size: 10px;
	font-weight: bold;
	color: #454545;
	text-align: left;

	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
}

p.calendar {
	padding: 3px;

	font-size: 10px;
	color: #454545;
	text-align: left;

	background-color: #F1F1F1;
}

p.comment_name {
	padding: 2px;

	font-size: 11px;
	color: #666666;
	text-align: left;
}

p.lblog {
	font-size: 10px;
	text-align: center;
}

/* SPANS */

span.highlight {
	color: #abd6f1;
}

span.hide {
	display: none;
}

span.underline {
	/* text-decoration: underline; */
}

/* LINKS */

a:hover {text-decoration:none}

a img,
a img:active {border: none;}

/* LISTS */

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

/* TABLES */

table {
	border-collapse: collapse;
	color: #a0b0b0
}

td {
	font-size: 11px;
	vertical-align: top;

	border: 1px dotted #a0b0b0;
}

td a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}

/*****************
	TOP
*****************/

#top {
	height: 10px;
	clear: both;
}

#top h1 {
	padding: 65px 0 0 25px

	color: #FFFFFF;
	line-height: 110%;
}


/*****************
	BODY
*****************/

#body {
	margin: 15px 0 15px 49px;
	width: 70%;
	clear: left;
}

* html #body {
	width: 90%;
}

#body p {
	width: 458px;
	margin: 0 0 10px 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	line-height: 15px;
}

/* PIE (ARTICLE SUBLINES) */

.pie {
	margin: 0;
	padding: 0;
	width: 340px;
	/*width: 445px;*/
	height: 30px;
	float: left;

	background-image: url(../images/localizador_bt.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.pie a{
	text-decoration: none;
	color: #a0b0b0;
}
.pie a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.pie2 {

	margin: 0;
	padding: 0;
	width: 65px;
	float: left;

	background-image: url(../images/localizador_bt.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* DATE (ARTICLE DETAILS, ALSO USED INSIDE "PIE" (SEE ABOVE)) */

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0b0b0;
	font-weight: bold;
}

.date a {
	text-decoration: none;
	color: #006f9f;
}
.date a:hover {
	text-decoration: underline;
}

.pages a.active {
	padding: 1px;
	color: #fff;
	text-decoration: underline;
	background: #006f9f;
}


/*****************
	CONTENIDO
*****************/

#contenido {
	margin: 0;
	padding: 0;
}

#contenido img {
	margin: 5px;
	border: 1px solid #000;
}

#contenido a:hover{
	text-decoration:none;
}

.contenido_post p {
	margin: 0;
	padding: 0;
}

.contenido_post p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006f9f;
	text-decoration: underline;
}

.contenido_post a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006f9f;
	text-decoration: underline;
}
.contenido_post a:hover {text-decoration:none;}

.contenido_post img {
	margin: 0 10px 0 0;
}


span.contenido_post {
	text-decoration: none !important;
}

/*****************
	BAR
*****************/

#bar{
	margin: 0 0 0 19px;
	padding: 0;
	height: 20px;
	clear: both;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0b0b0;

	background-image: url(../images/localizador_bt.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f8fcfc;
}

#bar li {
	margin: 0;
	padding: 4px 10px;
	float: left;
	display: block;

	border-right: 1px solid #FFFFFF;
}

#bar li.active {
	padding: 0 0 4px 0;
	color: #FFFFFF;
	background-color: #99CC00;
}

#bar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0b0b0;
	text-decoration: none;
	font-weight: bold;
}
#bar a:hover {text-decoration: underline;}

/*****************
	BAJOS (FOOTER)
*****************/

DIV.footer {
	clear: both;
	margin: 0 0 0 19px;
	width: 783px;
	height: 250px;

	vertical-align: bottom;

	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
}

p.bajos {
	float: left;
	margin: 210px 0 0 25px;
	font-size: 11px;
	color: #00B0ED;
	/* text-align: left; */
	vertical-align: bottom;
}

p.bajos a {
	color: #00B0ED;
	text-decoration: none;
}

p.bajos2 {
	float: right;
	margin: 210px 25px 0 0;
	font-size: 11px;
	color: #00B0ED;
	/* text-align: right; */
	vertical-align: bottom;
}

p.bajos2 a {
	color: #00B0ED;
	text-decoration: none;
}


/*****************
	RIGHT MENU
*****************/

#right_menu {
	clear: both;
	float: right;
	padding: 13px 5px 5px 5px;
	width: 20%;
	background-color: #f8fcfc;
}

#right_menu_content {
	background-color: #f8fcfc;
	width: 160px;
}

#right_menu_content a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#000000;
	padding-left:15px;
}

#right_menu_content a.active {
	font-weight: bold;
}

#right_menu_content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #000;
}

#right_menu_content a.company {
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
	width: 142px;
	height: 24px;
}

#right_menu_content a.about 		{ background: transparent url(../images/uns_1.gif) no-repeat; }
#right_menu_content a.about-active	{ background: transparent url(../images/uns_2.gif) no-repeat; }
#right_menu_content a.about:hover 	{ background: transparent url(../images/uns_2.gif) no-repeat; }

#right_menu_content a.contact			{ background: transparent url(../images/kontakt_1.gif) no-repeat; }
#right_menu_content a.contact-active 	{ background: transparent url(../images/kontakt_2.gif) no-repeat; }
#right_menu_content a.contact:hover		{ background: transparent url(../images/kontakt_2.gif) no-repeat; }

#right_menu_content a.jobs 			{ background: transparent url(../images/jobs_1.gif) no-repeat; }
#right_menu_content a.jobs:hover	{ background: transparent url(../images/jobs_2.gif) no-repeat; }

#right_menu_content a.company span { display: none; }

.txt_right{
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #e9f2f2;
}

.txt_right2{
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#right_menu li {
	padding: 2px;
	width: 138px;
}

#r_post{
	padding: 6px 0 0 0;
	width: 142px;
	height: 22px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}


#r_post a.active {
	font-weight: bold !important;
}

#r_post img {
	margin: 0 6px 0 2px;
}


/*****************
	FORMS GENERAL
*****************/

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0 0 3px 0;
	width: 200px;

	font-size: 12px;
	color: #454545;
	letter-spacing: 1px;

	border: 1px solid #c0c0c0;
}

textarea {
	width: 200px;
	height:150px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;

	border: 1px solid #c0c0c0;
}


/*****************
	MAILFORM (FEEDBACK)
*****************/

div.coolFeedback {
	margin: 0 0 10px 0;
	padding: 0px;
	width: 450px;
	float: both;

	font-size: 11px;
	color: #454545;

	border: 1px dotted #a0b0b0;

	background-color: #ffffff !important;
}

div.coolFeedback .title {
	background-image: url(http://kunden.hellgrau.net/zeddigital/static/images/form_title_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	color: #ffffff;
	background-color: #ffffff !important;
	font-size: 11px;
	padding: 4px 0 0 10px;
	font-weight: bold;
}


div.coolFeedback form {
	margin: 0;
	padding: 10px;
	color: #a0b0b0
}

div.coolFeedback fieldset {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.coolFeedback label {
	margin: 0;
	padding: 0;
	width: 80px;
}

div.coolFeedback label.fieldset {
	margin: 0 0px 0 0;
	padding: 0;
}

div.coolFeedback input.text {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	width: 100px;
}

div.coolFeedback textarea {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 30px;
}

div.coolFeedback input.submit {
	margin: 0;
	padding: 0;
	width: 70px;
}


/*****************
	MAILFORM (CONTACT)
*****************/

* html div.contact-floatholder {
	width: 490px;
}

div#contact,
div#file-request {
	margin: 0 0 0 0;
	padding: 0px;
	width: 300px;

	font-size: 11px;
	color: #666666;
}

div#contact form,
div#file-request form {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
}

div#contact fieldset,
div#file-request fieldset {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div#contact label,
div#file-request label {
	margin: 5px 0 0 0;
	padding: 0;
	width: 300px;
	display: block;
}

div#contact input.text,
div#file-request input.text {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	width: 300px;
	font-size: 12px;
}

div#contact textarea,
div#file-request textarea {
	margin: 5px 0 0 0;
	padding: 0;
	width: 300px;
	height: 90px;
	font-size: 11px;
	display: block;
}

div#contact select {
	margin: 5px 0 0 0;
	padding: 0;
	width: 304px;
	color: #454545;
	font-size: 11px;
	display: block;
	border: 1px solid #c0c0c0;
}

div#contact input.submit,
div#file-request input.submit {
	margin: 5px 0 0 0;
	padding: 0;
	width: 70px;
	display: block;
}

p.mailError {
	color: #FF0000 !important;
	font-weight: bold;
}


/*****************
	SEARCH
*****************/

input.searchText {
	width: 150px;
	height: 13px;
}

input.searchSubmit {
	margin: 0;
	padding: 0;
	width: 45px;
	height: 19px;

	font-size: 12px;
	color: #a0b0b0;

	background-color: #f8fcfc;
	border: 1px solid #c0c0c0;
}

span.search_str {
	color: #ffffff;
	text-transform: uppercase;
	background-color: #0082BA;
}


/*****************
	SITEMAP
*****************/

ul#sitemap {
	padding-top: 1px;
}

ul#sitemap li {
	margin: 5px 0;
	font-size: 12px;
}

ul#sitemap li a {
	font-size: 12px;
}

ul#sitemap ul {
	margin: 0 0 0 20px;
}

ul#sitemap h1 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: transparent none;
}

ul#sitemap h2 {
	font-weight: normal;
}

ul#sitemap h3 {
	height: auto;
	padding-left: 0;
	font-weight: normal;
	background: transparent none;
}


/*****************
	OTHER STYLES
*****************/

.lnk_cabecera {
	color: #000;
	font-size: 17px;
	text-decoration:none;
}

.lnk_cabecera:hover {text-decoration:underline;}

a.lnk_sigue{
	font-weight:bold;
	color:#e95d0f;
	text-decoration:none;
}
a.lnk_sigue:hover{
	color:#e95d0f;
	text-decoration:underline;
}

.comments {
	font-size: 11px;
	color: #454545;
}

.MsoNormal{
	margin: 0;
	padding: 0;
}

div.text-small {
	float: left;
	margin-right: 40px;
	width: 340px;
}
* html div.text-small { width: 320px; margin-right: 20px; }

div.text-small p { width: 340px !important; }
* html div.text-small p { width: 320px !important; }