/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(images/bg.jpg) repeat-x;	
	text-align: center; 
		height:100%; 

}
html{
	
}

/* links */
a {
	color: #AE2B3D; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family:  Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #AE2B3D;
	background-color: inherit;
 	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #AE2B3D;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

.breves {
  margin: 10px;;
  padding: 8px;
  text-align: left;
  display: block;

  font-size:1em ;
  /* white-space: pre; */
  border: 1px solid #CED9DF;  


}
.breves h3{
		/* background: url(images/page_attachment.gif) no-repeat 3px 10px;	*/
		text-indent: 15px;
			border-bottom: 1px solid #EFF0F1;

}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 30px;  	
  	background: url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
}

/* form elements */
.form {
margin:10px; 
	padding: 5px 20px 5px 5px;
	border: 1px solid #CED9DF; 
	background-color: #FAFAFA;
}
.form h3{
	color: #586591;
}
.form2 {
margin:10px; 
	padding: 5px 20px 5px 5px;
	border: 1px solid #CED9DF; 
	background-color: #E8E8E8;
}
.form2 h3{
	color: #586591;
}
label {
display: block;
	font-weight:bold;
	margin:2px 0;
	color: #666666;
}
input {
	padding: 3px;
border:1px solid #ccc;
	font: normal 0.8em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:3px;
	font: normal 0.8em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 11px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding:1px 3px; 
	background: #FFF;
	color: #FF9900;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}
form h3{
	background: url(images/zoom.png) no-repeat ;
	padding-left: 30px;
padding: 5px 5px 5px 40px;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width:950px;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 75px; 
	margin: 0; padding: 0;
	color: #808080; 	
	/*	background: url(images/top_bg.png);
		background-repeat: no-repeat;
		background-position: right; */
		background-color: #C23F4D;
}

#logo {
	margin-top:-100px;
	margin-left:-20px;
	}

#header h1{ 
color: #FFFFCC;
float: right;
margin-top: 25px;
margin-right: 5px;
font: bold 20px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	border: 0;
	}
 #header h2#id { 
text-indent: 300px;
color: White;
margin-top: 25px;
	font: bold 25px  Tahoma, Sans-Serif;	
	text-transform: none;
	

}

/* menu */
#menu {
	clear: both;
	height: 40px;
	margin-bottom: 0px;
	margin-left:5px;
	font: bold 1.3em/30px Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #E2EAEC;		
}
#menu ul{
	margin: 0; 
	padding: 3px 0 0 8px;
}
#menu ul li {
	float: left;
	margin-top: 1px;
	list-style: none;		
	border-right: 1px dotted #CED9DF;
	border-left: 1px dotted #CED9DF;
}
#menu ul li a  {
	display: block;
	text-decoration: none;	
	padding: 0 26px;
	color: #666666;	
}

#menu ul li a:visited{
	color: #666666;
}
#menu ul li a:hover {
  	color: #AE2B3D;	
	
}


/* sidebar */
#sidebar {
	float: left;
	width:21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
border-bottom: 1px solid #EFF0F1;
/* background: url(images/arrow.gif) no-repeat 3px 6px;	*/

}

* html body #sidebar ul.sidemenu li { height: 1%;}

#sidebar ul.sidemenu li a {
/* background: url(images/arrow.gif) no-repeat 3px 6px;	*/
font: 1.0em Tahoma, Verdana, Arial, Sans-Serif;		
text-decoration: none;
display: block;
text-decoration: none;
color: #666666;
padding: 2px 5px 2px 10px;
}

#sidebar ul.sidemenu li a:hover {
text-decoration: none;
display: block;
text-decoration: none;
color: #AE2B3D;
font-size: 11px;
background-color: #F0F4F7;

}
#sidebar  h3{
		color: #AE2B3D;
	border-bottom: 1px solid #CED9DF;
		/* background: url(images/page_attachment.gif) no-repeat 3px 10px;	
		text-indent: 15px; */

}

.quote{
font-size:1em;
color: #669933;
	
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0; 		
	
}

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/*	background: url(images/icon_world.gif) no-repeat 0px 4px;	*/

}

.menuweitere{
	margin-left:10px;
	text-align:right;
	}

* html body #rightbar ul.sidemenu li { height: 1%; }

#rightbar ul.sidemenu li a {
font: normal 1.0em Tahoma, Verdana, Arial, Sans-Serif;		
text-decoration: none;
display: block;
text-decoration: none;
color: #666666;
padding: 3px 5px 3px 10px;

}
#rightbar ul.sidemenu li a:hover {
text-decoration: none;
color: #666666;
		/* background:#F0F4F7 url(images/icon_world.gif) no-repeat 0px 4px;	*/

}
#rightbar h3{
	color: #AE2B3D;
	border-bottom: 1px solid #CED9DF;
	/*	background: url(images/page_boy.gif) no-repeat 3px 10px;
		text-indent: 15px;  */	
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 54%;	
}


/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 80%;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }

/*  stuff*/

form h3{
	background: url(images/zoom.png) no-repeat ;
	padding-left: 30px;
padding: 5px 5px 5px 40px;
}

.breves p {
	MARGIN: 0px auto 2px; FONT: 1em verdana, arial; COLOR: #788d9f; BORDER-BOTTOM: #ececec 2px solid; TEXT-ALIGN: left;}

.date {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; FONT-SIZE: x-small; BACKGROUND: url(images/news.gif) no-repeat left 50%; FLOAT: right; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;COLOR: #788d9f;
}
.time {
	PADDING-RIGHT: 0px; PADDING-LEFT: 16px; FONT-SIZE: x-small; BACKGROUND: url(images/clock.gif) no-repeat left 50%; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px 0px; PADDING-TOP: 0px;COLOR: #788d9f;
}
/* tabela barometro*/

table#barometro{
	width: 100%;
	padding: 2px;
	font-size: 9px;
		color:#999;
}

table#barometro tr td {
	background:#fff;
}
table#barometro tr.dif td {
	background: #E8E8E8;
		color:#666666;

}
table#barometro tr.title td {
	background: #E8E8E8;
	color: #006699;
	font-weight: bold;
	text-align:center;
	padding: 2px;
}
/* tabela tarefas geral*/

table#tarefas{
	width: 100%;
	padding: 2px;
	font-size: 9px;
		color:#999;
}

table#tarefas tr td {
	background:#fff;
		padding: 5px;
		border-bottom: 1px solid #ddd;
}
table#tarefas tr.dif td {
	background: #FAFAFA;
		color:#666666;

}
table#tarefas tr.title td {
	background: #AE2B3D;
	color: #FAFAFA;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	font-size:1.2em;
}

table#tarefas a{
PADDING-RIGHT: 18px; PADDING-LEFT: 0px; BACKGROUND: url(images/link.gif) no-repeat right 50%; PADDING-BOTTOM: 0px; COLOR: #666666; PADDING-TOP: 0px; TEXT-DECORATION: none; font-weight: bold;
}

table#tarefas a:hover{
 COLOR: #FF9900; TEXT-DECORATION: none
}
/* tarefas iniciadas */
table#tarefas_pend{
	width: 100%;
	padding: 2px;
	font-size: 9px;
		color:#999;
}

table#tarefas_pend tr td {
	background:#fff;
		padding: 5px;
		border-bottom: 1px solid #ddd;
}
table#tarefas_pend tr.dif td {
	background: #FAFAFA;
		color:#666666;

}
table#tarefas_pend tr.title td {
	background: #FF9900;
	color: #FAFAFA;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	font-size:1.2em;
}

table#tarefas_pend a{
PADDING-RIGHT: 18px; PADDING-LEFT: 0px; BACKGROUND: url(images/link.gif) no-repeat right 50%; PADDING-BOTTOM: 0px; COLOR: #666666; PADDING-TOP: 0px; TEXT-DECORATION: none; font-weight: bold;
}

table#tarefas_pend a:hover{
 COLOR: #FF9900; TEXT-DECORATION: none
}
/* Contactos directorio*/

.dir_contacto{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #ddd;
}
.dir_contacto h5{
padding: 5px;
color: #FF6600;
	border-bottom: 1px solid #CED9DF;
		background: url(images/individual.gif) no-repeat  left 50%;	
		text-indent: 25px;
		font-size: 1.2em;
		margin-bottom: 5px;
}

table#contactos{
	width: 100%;
	font-size:10px;
color:#000;
}

table#contactos tr td {
	background:#fff;
}

table#contactos tr.title td {
	background: #CED9DF;
	color: #006699;
	font-weight: bold;
	padding-right:3px;
	font-size:1.1em;
}

.lastvisit {
font: 1.0em Tahoma, Verdana, Arial, Sans-Serif;		
text-decoration: none;
display: block;
color: #666666;
padding: 2px 5px 2px 10px;
}


.lastvisit  a {
	display:block;
text-indent:20px; 
		FONT-SIZE: x-small; 
		BACKGROUND: url(images/date.gif) no-repeat left 50%;
		COLOR: #788d9f;
}

#sedo {
	padding-left:10px;
	padding-top:5px;
}

#showcase {
	background-color:#ffffcc;
	padding: 5px;
	font-color:#AE2B3D;
}

.cattitle {
	font-size: 1.2em;
	font-weight: bold;
}

#headbanner {
	margin-top: 0px;
}

#suchen table{
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 10px;
}

#suchen select{
	width: 50px;
}

#suchen input[name=sudas] {
	width: 250px;
	height:25px;
	font-size: 1em;
}

#suchen input[type=submit] {
	width: 100px;
	height:34px;
	font-size: 1.2em;
}