
html {
	margin: 0;
	padding: 0 0 80px 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:1.4;
	color: #444;
	text-align: left;	
	margin: 0; 
	padding: 30px 0 0 15px;
}

/* head & logos */

#head {
	width: 976px;
	height: 105px;
}

#logo {
	width: 744px;
	height: 105px;
	float:left;
}

#logo h1.logo_1 { 
	background: transparent url(pics/logo_1.gif) no-repeat top left; 
}
#logo h1.logo_2 { 
	background: transparent url(pics/logo_2.gif) no-repeat top left; 
}
#logo h1.logo_3 { 
	background: transparent url(pics/logo_3.gif) no-repeat top left; 
}
#logo h1.logo_4 { 
	background: transparent url(pics/logo_4.gif) no-repeat top left; 
}
#logo h1.logo_5 { 
	background: transparent url(pics/logo_5.gif) no-repeat top left; 
}
#logo h1.logo_6 { 
	background: transparent url(pics/logo_6.gif) no-repeat top left; 
}
#logo h1.logo_7 { 
	background: transparent url(pics/logo_7.gif) no-repeat top left; 
}
#logo h1 { 
	width: 105px; 
	height: 105px;
}
#logo h1 span {
	display: none;
}
#logo h1 a {
	width: 105px; 
	height: 105px;
	display: block;
	text-decoration: none;
}

#patro {
	float:right;
}



/* navigation */

#navigation {
	position: relative;
	width: 976px;
	height:20px;
	margin: 22px 0 0 0; 
}

#titlemain {
	position: absolute;
	width: 728px;
	height: 20px;
	background-color: #999;
	left: 0px; 
	top: 0px; 
}

#title {
	float: left;
	height: 20px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	line-height:14px;
}

.titlespace16 {
	float: right;
	width: 16px;
	height: 20px;
	background-color: #fff;
	color: #fff;
	font-size: 1px;
}

.titlespace2 {
	float: left;
	width: 2px;
	height: 20px;
	background-color: #fff;
	color: #fff;
	font-size: 1px;
}


#main {
	float: right;
	height: 20px;
	background-color: #e6e3dc;
}

#main .linkitem {
	float:left;
	overflow:hidden;
	height: 20px;
}

#main .linkactive {
	float:left;
	overflow:hidden;
	height: 20px;
}

#main .navsearch {
	float:left;
	margin: 0;
}

#main .navsearch .space {
	width: 102px;
}

#lang {
	position: absolute;
	width: 232px;
	height: 20px;
	left: 744px; 
	top: 0px; 
	background-color: #e6e3dc;
}

#lang .linkitem {
	float:left;
	overflow:hidden;
	height: 20px;
}

#lang .linkrss {
	float:left;
	overflow:hidden;
	height: 20px;
}

#lang .linkrss .rssicon {
	float:left;
	padding: 4px 6px 4px 6px;
	display:block;
}
#lang .linkrss .rsslabel {
	float:left;
	padding: 3px 2px 3px 0;
	display:block;
}


#navigation .linkitem a:link, #navigation .linkitem a:visited, #navigation .linkitem a:active {
	color: #fff;
	font-weight: normal;
	/*
	width: 100%;
	height: 100%;
	*/
	display: block;
	text-decoration: none;
	background-color: #00aeef;
	font-style:normal;
	line-height:14px;
}

#navigation .linkitem a:hover {
	text-decoration: none;
	background-color: #000;
}

#navigation .linkactive a:link, #navigation .linkactive a:visited, #navigation .linkactive a:active {
	color: #fff;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-color: #000;
	font-style:normal;
	line-height:14px;
}

#navigation .linkactive a:hover {
	text-decoration: none;
	background-color: #000;
}

#navigation .linkrss a:link, #navigation .linkrss a:visited, #navigation .linkrss a:active {
	color: #707070;
	font-weight: normal;
	display: block;
	/*
	width: 100%;
	height: 100%;
	*/
	text-decoration: none;
	background-color: #e6e3dc;
}

#navigation .linkrss a:hover {
	color: #000;
	text-decoration: none;
}

.sponsor_nav p {
	margin: 0 0 3px 0;
	padding: 0;
}




/* content */

#container {
	width: 976px;
	position: relative;
	padding: 0;
	margin: 32px 0 0 0; 
}

#c_left {
	position: absolute;
	width: 480px;
	top: 0;
	left: 0;
}

#c_left_wide {
	position: absolute;
	width: 728px;
	top: 0;
	left: 0;
}

#c_center {
	position: absolute;
	width: 232px;
	top: 0;
	left: 496px;
}

#c_right {
	position: absolute;
	width: 232px;
	top: 0;
	left: 744px;
}


.module {
	clear:both;
	margin:0;
	padding:0;
}



/* links */
a {
	outline: none; 
}

a:link, a:visited, a:active {
	color: #00aeef;
	font-weight:bold;
	text-decoration: none; 
}

a:hover {
	color: #000;
}

.linksq, .linksqact {
	float:left;
	display: block;
	width: 113px;
	margin: 0 3px 0 0;
	height: 20px;
}

.linksq a:link, .linksq a:visited, .linksq a:active {
	color: #fff;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-color: #00aeef;
	font-style:normal;
	line-height:14px;
}

.linksqact a:link, .linksqact a:visited, .linksqact a:active {
	color: #fff;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-color: #000;
	font-style:normal;
	line-height:14px;
}

.linksq a:hover, .linksqact a:hover {
	text-decoration: none;
	background-color: #000;
}

.tag {
	float:left;
	display: block;
	height: 20px;
	margin: 0 3px 3px 0;
}

.tag a:link, .tag a:visited, .tag a:active {
	color: #fff;
	font-weight: normal;
	display: block;
/*	width: 100%;
	height: 100%; */
	text-decoration: none;
	background-color: #00aeef;
}

.tag a:hover {
	text-decoration: none;
	background-color: #000;
}


/* generals */

div {
	margin: 0;
	padding: 0;
}

.col_1 {
	width: 116px;
	float:left;
}

.col_2 {
	width: 248px;
	float:left;
}

.col_4 {
	width: 480px;
	float:left;
}

.blocklabel {
	padding: 3px 5px 3px 5px;
	display:block;
}


.subtitle {
	clear:both;
	width:113px;
	height: 20px;
	background-color: #999;
	color: #fff;
	margin: 0 0 3px 0;
	font-weight: normal;
	line-height:14px;
}

.space16, .dist16 {
	clear:both;
	height: 16px;
	font-size:1px;
}

.space10, .dist10 {
	clear:both;
	height: 10px;
	font-size:1px;
}

.space5, .dist5 {
	clear:both;
	height: 5px;
	font-size:1px;
}

.space3, .dist3 {
	clear:both;
	height: 3px;
	font-size:1px;
}

.space1, .dist1 {
	clear:both;
	height: 1px;
	font-size:1px;
	line-height:1px;
}


/* font definitions */

h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 7px 0;
	padding: 0;
}

h1 {
	color: #444;
	font-size: 19px;
}

h2 {
	color: #444;
	font-size: 17px;
}

h3 {
	color: #444;
	font-size: 17px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

hr {
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	border: 0;
	text-align: center;
}

.hr1 {				
	background: transparent url(pics/lines.gif) repeat-x top left; 
	width: 100%; 
	height: 10px;
	margin: 3px 0 3px 0;
	clear: both;
}                                                                 
.hr1 hr {
	display: none;
}

.right {
	float: right;
}

p.small {
	height: 7px;
	font-size:1px;
}

.left {
	float: left;
}
.break {
	clear: both;
}
.clear {
	clear: both;
}

/* Drei Spalten */

#leftframe {
	clear: both;
	float: left;
	width: 152px;
	margin: 17px 20px 0px 0px;
}

#centerframe {
	border: solid #999;
	border-width: 1px 1px 0px 1px;
	float: left;
	width: 620px;
	margin: 20px 20px 0 0;
}

#centerframe_wide {
	border: solid #999;
	border-width: 1px 1px 0px 1px;
	float: left;
	width: 750px;
	margin: 20px 20px 0 0;
}

#rightframe {
	border: solid #999;
	border-width: 1px;
	float: left;
	width: 20%;
	margin: 20px 0px 0px 0px;
}

.kasten_inhalt_1 {
	clear: both;
	padding: 10px;
	background-color: #FFF;
	border: solid #999;
	border-width: 0 0 1px 0;
}

.kasten_inhalt_1 p img {
	float: left;
	border: solid #999;
	border-width: 1px;
	margin-right: 10px;
}


.topline {
	border: solid #cccccc;
	border-width: 1px 0 0 0;
	margin: 5px 0 5px 0;
}


/* Navigation */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
 	z-index:2;
}


.linkline {
	color: #00aeef;
	margin: 0 0 -3px 0;
	font-weight:bold;
}

.navtitle {
	color: #00aeef;
	font-weight:900;
	font-style:italic;
}

.bluetext {
	color: #00aeef;
}

#navigation .rub0 {
	width: 210px;
}

#navigation a {
	color: #00aeef;
	font-weight:bolder;
	text-decoration: none; 
	font-style:italic;
}

#navigation .rub0 a {
	color: #00aeef;
	font-weight:bolder;
	text-decoration: none; 
}

#navigation .rub0active a {
	color: #00aeef;
	font-weight:bolder;
	text-decoration: none; 
}

#navigation .rub0 a:hover {
	text-decoration: line-through; 
}


#navigation .rub1 a {
	color: #00aeef;
	font-weight:bolder;
	text-decoration: none; 
}

#navigation .rub1active a {
	color: #00aeef;
	font-weight:bolder;
	text-decoration: none; 
}

#navigation .rub1 a:hover {
	text-decoration: line-through; 
}


.social_tagline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_tagline ul li {
	float: left;
	margin-right:4px;
}

.social_tagline ul li a {
	border:0;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}
.social_tagline ul li a:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}





/* form */

form {
	padding:0;
	margin:0;
}

.formhead {
	font-weight:bold;
	margin: 10px 0 5px 0;
}

input.search {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #707070;
	background-color: #e6e3dc;
	width: 90px;
	border:0;
	/*
	border-color: #444;
	border: 1px solid; 
    */
    padding: 3px 6px 2px 6px;
	margin: 0;
	height: 13px;
}

/*
input.textfield, textarea.textfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #444;
	background-color: #fff;
	width: 215px; 
	border-color: #444;
	border: 1px solid; 
    padding: 2px;
	margin: 3px 0 0 0;
}
*/

input.textfield, textarea.textfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #707070;
	background-color: #e6e3dc;
	width: 220px; 
	border: 0; 
    padding: 4px 6px 4px 6px;
	margin: 0 0 5px 0;
	/* overflow: auto; */
}

input.textfield_double, textarea.textfield_double {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #707070;
	background-color: #e6e3dc;
	width: 468px; 
	border: 0; 
    padding: 4px 6px 4px 6px;
	margin: 0 0 5px 0;
	/* overflow: auto; */
}

input.buttonfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #444;
	background-color: #fff;
	width: 220px; 
	border-color: #444;
	border: 1px solid; 
    padding: 2px;
}
input.buttonfield:hover {
	background-color: #eee;
}

label.inputfield, div.inputfield {
	line-height:20px;
	display: block;
	float: left;
	width: 130px;
	padding: 2px 10px 0 0;
	margin: 0;
	text-align: left;
}


.formcontainer {
	float: left;
	display: block;
	float: left;
	padding-top: 2px;
}

.selects {
	float:right;
	width: 215px; 
}

.red {
	color:#e2503e;
}

.err_msg {
	color:#e2503e;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* newsletter */

#newsletter {
	width: 232px;
	height: 220px;
}

#login {
	width: 232px;
	height: 174px;
}

/* sponsor */

.infobox {
	width: 232px;
	height: 174px;
	background-color: #e6e3dc;
}
.infobox a {
	width: 232px;
	height: 174px;
	display: block;
	text-decoration: none;
	font-weight:normal;
}

.infobox .text {
	font-size: 18px;
	line-height: 1.2;
	background-color: #e6e3dc;
	color: #e2503e;
	padding: 5px 3px 5px 3px;
	display:block;
}
.infobox .highlight {
	color: #00aeef;
}


/* jornades */

#jornada {
	width: 483px;
}
.jorn_head_col_1 {
	width: 251px;
	float:left;
}
.jorn_head_col_2 {
	width: 232px;
	float:left;
}

.jorn_head_col_1_no {
	width: 367px;
	float:left;
}
.jorn_head_col_2_no {
	width: 116px;
	float:left;
}

.jorn_title {
	clear:both;
	width:248px;
	height: 20px;
	background-color: #999;
	color: #fff;
	margin: 0 0 3px 0;
	font-weight: normal;
	line-height:14px;
}

.jorn_head_col_1_no .jorn_title {
	width:364px;
}

.error {
	color: #e2503e;
}

