@charset "utf-8";
/* CSS Document */

/* forms */

.mensajeUrgente{
	color: black;
	font-size:18px;
	background-color:yellow;
}

/*  INDEX */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f5f7c8;
}

.twoColHybLtHdr #container { 

/*	width: 70%;  /* this will create a container 80% of the browser width */
/*	margin:0px; /* the auto margins (in conjunction with a width) center the page */
/*	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColHybLtHdr #header { 
	height: 89px;
/*	background-image:url(../images/bg_header.jpg);*/
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #mainContent { 
/*	text-align:left;*/
} 

#barraDer{ 
} 

.twoColHybLtHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color:#993300;
	height: 25px;
	background-image:url(../images/bg_header.jpg);
	
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#CCCCCC;
	font-size:9px;
	color:#FFFFFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.enlace{
	cursor:pointer;
}

.suscripcion{

}

#div2{
	float:left;
	width:300px;
	background-color:none;
	text-align: left;
}

#div3{
	float:left;
	color:white;
    padding-left: 5px;
    padding-top:  5px;
    padding-bottom: 5px;
}

#div4{

}

/* UPLOALER */
	#box {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		padding-bottom: 10px;
		float: right;
	}
	#box2 {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		padding-bottom: 10px;
		float: right;
	}
	#box p {
		font-size: 10px;
		padding: 5px;
		margin: 0px;
	}
	#drop {
		width: 908px;
		height: 60px;
		background-color:#ade08e;

	}
	#dropDatei {
		width: 300px;
		height: 100px;
		background-color:#33CCCC;
	}
	#dropEvento {
		width: 200px;
		height: 200px;
		background-color:#ade08e;
	}
	#status {
		width: 100%;
		font-size: 10px;
		color:#333333;
		padding: 5px;
	}
	#statusEvento {
		width: 100%;
		font-size: 10px;
		color:#333333;
		padding: 5px;
	}

	#list {
		width: 210px;
		font-size: 10px;

		margin-left: 10px;
	}
	.addedIMG {
	}
	.addedIMGevento {
		width: 100px;
		height: 100px;
	}

.listaTopico{
	font-size:18px;
	color:#7d5828;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left:15px;
	padding:5px;
}

.listaSchwarzesBrett{
	font-size:18px;
	background-color:#3e413b;
	color:#7d5828;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
	padding:5px;
}
	
.listaMiPerfil{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaPerfiles{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.miembros{
	float:left;
	margin: 1px; 
	padding: 1px; 
	color:black;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:white;
	opacity:0.8;
}

.enlaceIngresar{
	margin: 3px; 
	padding: 3px; 
	color:white;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#00CC00;
	cursor:pointer;
}

.enlaceEditar{
}

.menuTopico{
	margin: 3px; 
	padding: 3px; 
	color:black;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#c7c7aa;
	cursor:pointer;
}

.enlaceIngresarATopico{
	margin: 3px; 
	padding: 3px; 
	color:white;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFF66;
	cursor:pointer;
}


.avisoMensajesNuevos{
	margin: 3px; 
	padding: 3px; 
	color:white;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFF33;
	cursor:pointer;
}

.avisoTodoLeido{
	margin: 3px; 
	padding: 3px; 
	color:white;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#B7AE93;
	cursor:pointer;
}
.enlaceMiembros{
	margin: 3px; 
	padding: 3px; 
	color:white;
	font-size:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#40463f;
	cursor:pointer;
}

.resaltado1{
	background-color:black;
	color:white;
	font-size:20px;
	margin-left:40px;
	
}

.menuAdmin{
	visibility:hidden;
}

#formulario {
	display:block;
}

#selectorForm{
	background-color:#38c797;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.submenu{
	display:inline-block;
	cursor:pointer;
	padding-left:7px;
	margin-left: 7px;	
}

#submenuInfo{
	display:inline-block;
	cursor:pointer;
	padding-left:7px;
	margin-left: 7px;	
}

#subSubMenuInfo{
	display:inline-block;
	cursor:pointer;
	padding-left:11px;
	margin-left: 11px;	
}

.eventos{
	color:#003366;
	font-size:12px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#f2f8ed;
}	


.categorias{
	font-size: 13px;
	color:black;
}
.titularNoten{
	margin:5px;
	padding:4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#fcf8dc;
	font-size: 18px;
	color:black;
}

.titular{
	margin:5px;
	padding:4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:white;
	font-size: 14px;
	color:black;
}
	
.titular2{
	background-color:#E6390F;
	font-size: 20px;
	color:white;
}

.titularForm{
	font-size: 20px;
	font-weight:bold;
}
	
.pieEvento{
	font-size: 13px;
	color:#666666;
}

#mainCuerpoNewsLetter{
	text-align:left;
	width:600px;
	background-color:WHITE;
	display:block;
}

#mainPieNewsLetter{
	text-align:left;
	width:600px;
	background-color:WHITE;
}

/*  NEWSLETTER */

#menuNewsletter{
	text-align:left;
	background-color:#E4E0D1;
}

#datepicker{
	text-align:left;
}

.indiceCategoria{
	font-size:9px;
	font-weight:800;
}
.indiceTitEvento{
	font-size:13px;
	font-weight:100;
}

.cuando {
	font-size:17px;
	}

.desc{
	font-size: 13px;
	color:black;
}

.descComments{
	font-size: 15px;
	color:white;
}

.pieEvento{
	font-size: 11px;
	color:#666666;
}
#mainEncabezado{
	text-align:left;
	width:600px;
	background-color:WHITE;
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}

#encabezadoAdhoc{
	text-align:left;
	font-size:14px;
	width:600px;
	background-color:WHITE;
	display:block;
}

#mainCuerpoNewsLetter{
	text-align:left;
	width:600px;
	background-color:WHITE;
	display:block;
}
#mainPieNewsLetter{
	text-align:left;
	width:600px;
	background-color:WHITE;
}

.imgLightBox{
	width: 200px;
}
.imgLightBoxQT{
	width: 257px;
	height: 257px;
}

.form {
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 15px 15px 15px;
	margin-top: 15px;
	margin-bottom: 15px;	
	margin-left: 15px;
	font-size:15px;
}

.imgLogo{

}

.listaNoten{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaComments{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaAktuelles{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaProj{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaCat{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaEntradas{
	font-size:15px;
	background-color:#3e413b;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listaCalendario{
	font-size			: 13px;
	background-color	: #3e413b;
	color				: #FFFFFF;
	-moz-border-radius	: 10px;
	border-radius		: 10px;
	margin-top			: 5px;
	margin-bottom		: 5px;
}

.listaCatCol1{
	font-size:16px;
	font-weight:bold;
	padding: 10px;
}

.listaCatDesplegarTd{
	background-color:white;
	color: black;
}
.menuIndex{
	float: left;
	size:14px;
}

#popup{
	display: none;
}
.desplegar{
	background-color:white;
}

.blog{
	font-size:15px;
	background-color:#E6E1CA;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blogCuando{
	font-size:12px;
	color:black;
}
.blogDesc{
	font-size: 15px;
	color:#7c5000;
	background-color:white;
}
.blogTitular{
	margin:5px;
	padding:4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:white;
	font-size: 18px;
	color:black;
}

.blogEncab{
	width:400px;
	height:300px;
	background-color:#FFFFFF;
	border-radius:5px;
}

.blogEncabTitel{
}

#blogEncabInfoPersonal{
}

#blogImagen {
	height:250px;
}

#blogDescr{
	background-color:#996633;
	color:white;
	font-size:13px;
}
#blogNombre{
	padding:4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#4D4631;
	font-size: 18px;
	color:white;
}

#blogKontak{
	font-size:10px;
}
#blogProyectos{

}
.info1{
	background-color:#FFFFFF;
	color:black;
}

.idiomas span{
	padding-right:0px;
}

.nosotros{
	color:white;
	font-size:12px;
}

.imgComments{
	width:20px;
}

.fotoEventoKal{
	width: 8em; /* debe ser más pequeño que el ancho del sidebar*/
}
.listaCatProdukte{
	float:left;
	font-size:15px;
	color:black;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	cursor:pointer;
}

#submenu{
	display: none;
	}
#grupoMenu{

	}

.login{
	}

.innerHeader{
float: left;
margin:5px;
padding: 5px;
	}	
	
.slogan{
	font-family: 'CicleGorditaGordita';
	font-size: 30px;
	font-style:italic;
	
	}

.divLeft{
	float: left;
}
.divRight{
	float:right;
}