/* CSS Document */

/******* ALLGEMEINES *************************************/

body {
margin: 0 auto;
padding: 0px;
font: 70% Arial, Helvetica, sans-serif;
background: #F5F3EE url(/images/shared/bg_header.jpg) top center repeat-x;
/*background: #cdcdcd url(images/background.jpg) top center no-repeat;*/
}

.container {
	width:746px;
	float:right;
}

#contentNEU {
	float: right;
	text-align: left;
	width: 746px;
	/*height: auto;
	display: table;*/
	margin-left:10px;
}
.leftColumn {
	width: 436px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*height: auto;
	display: table-cell;*/
}
.rightColumn {
	width: 310px;
	margin: 0px;
	padding: 0px;
	/*height: auto;
	display: table-cell;*/
}

#header {
margin: 30px 0 50px 0;
border: 0;
}

br {
	clear: both;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
}

hr {
border:0;
background: #AA1024;
color: #AA1024;
height:1px; 
width:275px;
margin: 5px 0px 5px 0px;
}
/******* MENUE *************************************/

#menu {
border:#EEEEEE 1px solid;
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
background:#FFFFFF;
}

ul{
list-style: inline;
}

#list{
width:150px;
padding:10px 0 10px 0;
margin:0;
}

#list li{
list-style:none;
padding:0px;
margin:2px 0 2px 0;
background:#ffffff;
font-size: 12px;
height:100%;
}

#list li a {
list-style:none;
margin:0px 0 0px 0;
padding: 0 0 0 4px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #666666;
display: block;
background: #FFFFFF;
border-left: 5px solid #666666;
}

#list li a:hover {
background: #AA1024;
color: #FFFFFF;
border-left: 5px solid #AA1024;
}

#list .subliste li{
background:#FFFFFF;
color:#666666;
list-style-image: url(/images/shared/bulletpoint.gif);
padding:0px;
margin:0px;
font-size: 11px;
font-weight:normal;
border-left: 0;
height:100%;
}

#list .subliste li a{
background:#FFFFFF;
color:#666666;
list-style:none;
padding:0px;
margin:0px;
font-size: 11px;
border-left: 0;
}

#list .subliste li a:hover{
background:#FFFFFF;
color:#333333;
list-style:none;
padding:0px;
margin:0px;
border-left: 0;
}


/******* selected states *************************************/

#list li a#active
{
background: #AA1024;
color: #FFFFFF;
border-left: 5px solid #AA1024;
}

#list .subliste li a#active
{
background:#FFFFFF;
color:#AA1024;
list-style:none;
padding:0px;
margin:0px;
border-left: 0;
}



/******* TEXTFORMATIERUNGEN *************************************/

.box {
	padding: 10px 10px 10px 10px;
	display: block;
}

.box2 {
	padding: 2px 2px 2px 10px;
	display: block;
}

.teaserbox {
	padding: 5px 5px 5px 5px;
	height: 100px;
	display: block;
}

.boxSmall {
	padding: 3px 3px 3px 10px;
	display: block;
}

p {
	margin:0 0 0.8em 0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	line-height:14px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px solid #e5e5e5;
}

h2.negativ {
	font-size: 14px;
	line-height:14px;
	background:#777;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding:3px;
}

h3 {
	display: block;
	font-size: 13px;
	line-height:13px;
	background-color: #FFFFFF;
	padding: 8px 0px 8px 0px;
	margin: 0px;

}

h4 {
	display: block;
	font-size: 12px;
	line-height:11px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

h5 {
	color: #333333;
	display: block;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

h6 {
	color: #AA1024;
	display: block;
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}


a {
text-decoration: none;
color: #AA1024;
cursor: pointer;
}

a:hover {
text-decoration: underline;
color: #660000;
}

a img {
border: 0;
}

.headlineRot {color: #AA1024;}
.headlineGrau {color: #333333;}

.lauftextRotBold {
color: #AA1024;
font-weight:bold;
}

.lauftextGrauBold {
color: #333333;
font-weight:bold;
}

a.about {
	background-image: url(/images/shared/icon_about_off.gif);
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 9px;
}
a.about:hover {
	background-image: url(/images/shared/icon_about_on.gif);
}

/******* DIVERSE CONTENT-ELEMENTE *************************************/

#page {
margin-left:auto;
margin-right:auto;
color: #303030;
margin: 0 auto;
width: 912px;
}


#content {
margin: 0 310px 20px 160px;
/*border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;*/
padding: 0px;
line-height: 1.6em;
text-align: left;
/*   filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;   */
}


#content img {
	padding: 0px;
	margin: 0px;
	display:inline;
	/*border: 1px solid #CCCCCC;*/
}


.topbox {
width: 436px;
height: 280px;
float: left;
overflow: hidden;
padding: 0px;
margin:0 0 10px 0;
border:#EEEEEE 1px solid;
}

.picture_marginalie {
width: 300px;
height: 300px;
float: right;
padding: 0px;
margin: 0 0 10px 10px;
}

.textbox {
background-color: #FFFFFF;
width: 415px;
float: left;
color: inherit;
padding: 10px;
margin: 5px 0 10px 0;
border: 0;
}


#TJK_ToggleON,#TJK_ToggleOFF {display:none}

/******* Teaser Boxes *************************************/

/*.tinybox {
	padding: 10px 10px 0px 10px;
	height: 54px;
	display: block;
	background-color: #FFFFFF;
}
.tinybox h3 {
	margin: 0px 0px 0px 0px;
	word-spacing: -1.0px;
}
.tinybox a.mehr {
	margin: 5px 0px 0px 61px;
}
*/

div.imageitem {
	float:left;
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px;
 }
 
   .smallimage {
	width:60px;
 }
 
  div.textitem {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px;
 }
 
   .smallimagetext {
	width:300px;
 }
 
 div.teaserimageitem {
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
	padding:0px;
 }

   .teaserimage {
	width:105px;
 }
 
    .teasertext_short {
	width:90px;
	height:100px;
	
 }
 
     .teasertext_long {
	width:310px;
	height:100px;
 }
 


/******* Features *************************************/


ul.featurelist {
	list-style-image: url(/images/bullet_redsquare.gif);
}


/******* Newslist *************************************


ul.newslist {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.newslist li {
	display:block;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#333333;
	line-height:16px;	
}


.newstable {
	display:block;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#333333;
	line-height:16px;	
}

******* Best of *************************************/

#bestofBox {
float: right;
width: 300px;
margin: 10 0 20 10;
padding: 0;
background:url(/images/shared/bg_bestof.gif) top center no-repeat;
}

#teasermobile {
float: right;
width: 290px;
margin: 10 0 20 10;
padding: 0;
}


#bestof {
	width:280px;
	margin-left:18px;
	padding:0px;
}

#bestof li {
	margin:0px;
	padding:2px 0px 2px 0px;
	font-size:11px;
	line-height:16px;
	list-style-image: url(/images/shared/bulletpoint_h.gif);
}


#bestof li a {
	padding:0px;
	margin:0px;
	display: block;
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
} 

#bestof li a:hover {
	padding:0px;
	margin:0px;
	color:#AA1024;
	border-bottom:1px solid #AA1024;
	background: #ECECEC url(/images/shared/verlauf_bestof.jpg) top center repeat-x;
} 


/******* Items (Tel, Email, Additional Infos) *********/


ul.itemlist {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.itemlist li {
	display:block;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#333333;	
}
	
ul.itemlist li a {
	color:#AA1024;
	text-decoration:none;
}

ul.itemlist li a:hover {
	text-decoration:underline;
}

ul.itemlist li.headline {
	display:block;
	margin:0px;
	padding:0 0 5px 0;
	font-size:12px;
	color:#AA1024;
	font-weight:bold;	
}

ul.itemlist li.subheadline {
	display:block;
	margin:0px;
	padding:0 0 5px 0;
	font-size:11px;
	color:#333333;
	font-weight:bold;	
}

ul.itemlist li.pfeil {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/bulletpoint_h.gif) 0px 4px no-repeat;
}

ul.itemlist li.telefon {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	background: url(/images/shared/icon_telefon.gif) no-repeat;
}

ul.itemlist li.email {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_email.gif) no-repeat;
}

ul.itemlist li.info {
	display:block;
	margin:0px;
	padding:0px 0px 0px 12px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_info.gif) no-repeat;
}

ul.itemlist li.download {
	display:block;
	margin:0px;
	padding:0px 0px 0px 16px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_download.gif) no-repeat;
}

ul.itemlist li.www {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_www.gif) no-repeat;
}

ul.itemlist li.link {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	background: url(/images/shared/bulletpoint.gif) 0px 4px no-repeat;
}

ul.itemlist li.photo {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_photo.gif) no-repeat;
}

ul.itemlist li.dokument {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_dokument.gif) no-repeat;
}

ul.itemlist li.about {
	display:block;
	margin:0px;
	padding:10px 0px 0px 0px;
}



.bg {
	background-color: #FFFFFF;
	color: #333333;
	line-height: 16px;
}
.padding {
	padding: 7px 8px 7px 9px;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}


/******* DIVERSE WEITEN FÜR BOXEN *************************************/

.thumbs {
	width:436px;
	float:left;
	margin:0px 0 10px 0;
	padding:7px 0 0 1px;
	display: inline;
	background-color: #FFFFFF;
	}

.thumbs img {
	margin:0 0 5px 5px;
	padding:0px;
	}

.w142 {
	width: 142px;
	line-height: 12px;
}

.w213 {
	width: 213px;
	line-height: 12px;
}

.w300 {
	width: 300px;
	line-height: 12px;
}

.w436 {
	width: 436px;
	margin: 0 0 10px 0;
}

.w438 {
	width: 436px;
	margin: 0 0 10px 0;
}

.w416 {
	width: 416px;
	margin: 0 0 10px 0;
}

/******* DIVERSE HÖHEN FÜR BOXEN *************************************/

.h114 {
	height: 114px;
}

.h225 {
	height: 225px;
}

.h250 {
	height: 250px;
}

.h260 {
	height: 260px;
}


.h275 {
	height: 275px;
}

.h280 {
	min-height: 280px;
}

.h300 {
	height: 300px;
}

.h325 {
	height: 325px;
}

.h350 {
	height: 350px;
}

.h400 {
	height: 400px;
}

.hauto {
	height: auto;
}

/******* ImageBorder *************************************/

img.border {
	border: 1px solid #cbcdcc;
}

img.border2 {
	padding: 4px;
	border: 1px solid #cbcdcc;
  	padding:4px;
}

html>body img.border2 {
  	padding: 4px;
}


img.square {
	margin: 0px 0px 0px 0px;
}

.b{
border:#EEEEEE 1px solid;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightArea {
float: right;
width: 300px;
text-align:left;
background: #FFFFFF;
margin: 0 0 10px 10px;
padding: 0 0 1px 0;
}

.stripes {
height: 50px;
background: url(/images/shared/bg_stripes.gif) top center no-repeat;
margin: 0px;
padding: 0px;
}

.rightnews  {
margin: 0 10px 10px 10px;
}

#rightnews p {
font-size: 0.7em;
line-height: 2.0em;
}

#accordion1 {
	margin-bottom:10px;
	background:transparent;
}

#accordion1 h3{
	margin-left:10px;
	background:transparent;
	outline:none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-default a:focus { 
	outline-style:none;
	outline:0;
	-moz-outline: none;
	text-decoration:none;
} 

.accordiontext{
	margin:0 0 10px 10px;
	background:transparent;
}

/******* THUMBS (50x50) *************************************/


ul.thumblist{
	list-style: none;
	margin:0px;
	padding:0px;
	display: block;
	}

ul.thumblist li {
	float: left;
	position: relative;
	padding: 0px;
}

.thumbimage {
margin: 3px; 
padding: 0px; 
border: 1px solid #DFDFDF; 
background: #FFFFFF;
}

.boxthumbs {
	
	padding: 2px 2px 2px 2px;
	display: block;
}


/******* KUNDENLISTE *************************************/

#workscontainer { margin-left: 20px; }


#navlist
{
padding: 0;
margin: 0;
}

#navlist li
{
list-style-image: url(/images/shared/bullet_redsquare.gif);
padding: 0;
margin: 0;
}


#navlist li a {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #666666;
}

#navlist li a:hover {
color: #AA1024;
font-weight: normal;
}

#navlist li a#current
{
font-weight:bold;
color: #AA1024;
}

/******* CONGRESS SCHEDULE ***************************/



.terminBox{
	width:100%;
	border-bottom: 1px dotted #CCC;
	float:left;
	margin-bottom:10px;
}

.datum {
	width:100px;
	float:left;
	color:#AA1024;
	font-weight:bold;
}

/******* CONGRESS DETAIL ***************************/

.congress_datum {
	color:#AA1024;
	font-size:18px;
	font-weight:bold;
}

.congressBox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px dotted #CCC;
	float:left;
	margin-bottom:10px;
	background:#F8F8F8;
}

.congressBox:after{
	clear:both;
}

.congressBox:hover{
	background:#EEE;
}
.congressBox img {
	float:right;
	margin: 0 0 10px 10px;
	padding:0;
	border: 1px solid #cbcdcc;

}

.congressContent{
	margin:10px 0 0 10px;
}

.congressBox p.c_uhrzeit {
	margin:0px;
	padding:0px 0px 0px 14px;
	font-size:12px;
	font-weight:bold;
	color:#AA1024;
	height:16px;
	line-height:16px;
	background: url(/images/shared/icon_uhr.gif) no-repeat;
}

.congressBox p.c_titel {
	margin:0px;
	padding:0 0 5px 0;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.congressBox p.c_sprecher {
	margin:0px;
	padding:0 0 5px 0;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

.congressBox p.c_sponsor {
	margin:0px;
	padding:0 0 5px 0;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

/******* NEWS NEU ***************************/

.news_datum {
	color:#999;
	font-size:10px;
	font-weight:bold;
}

.newsBox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px dotted #CCC;
	float:left;
	margin-bottom:10px;
	background:#F8F8F8;
}

.newsBox:after{
	clear:both;
}

.newsBox:hover{
	background:#EEE;
}

ul.newslist {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:10px;
}

ul.newslist img {
	float:right;
	margin: 0 0 10px 10px;
	padding:0;
	border: 1px solid #cbcdcc;

}

ul.newslist li.n_datum {
	display:block;
	margin:0px;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#999;
	height:16px;
	line-height:16px;
}

ul.newslist li.n_titel {
	display:block;
	margin:0px;
	padding:0 0 5px 0;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	width:100%;
}

ul.newslist li.n_link {
	display:block;
	margin:0px;
	padding:0px 0px 0px 14px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	background: url(/images/shared/bulletpoint.gif) 0px 4px no-repeat;
}

/******* PAGINATION ***************************/

#pages {
	float:left;
	width:426px;
	min-height:35px;
	height:auto !important;  /* für moderne Browser */
	height:35px;  /*für den IE */
	text-align:right;
	margin-bottom:10px;
	padding:0 0 10px 10px;
	background-color:#FFFFFF;
	}
	
.pagination{
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	margin:10px 0 10px 0;
	text-align:right;
}

.pagination a{
	padding:1px 4px;
	text-decoration:none;
	border:1px solid #ccc;
	margin:0px 0px 0px 2px;
	color:#666666;
}

.pagination a:hover{
	background: #fff;
	color:#666666; 
	margin:0px 0px 0px 2px;
	border:1px solid #AA1024; 
}

.pagination span, .pagination span.nextprev{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	padding:1px 4px; 
	margin:0px 0px 0px 2px; 
}

.pagination span.current{
	background:#AA1024;
	border:1px solid #AA1024;
	color:#FFFFFF;
	margin:0px 0px 0px 2px;
	font-weight:bold;
}

 /* Bei Seiten-Links: ENTWEDER span ODER a */

/******* TEASER *************************************/

.teaser_bereich {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
}

.teaser_links  {
	background-color: #FFFFFF;
	width: 215px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
}

.teaser_rechts  {
	background-color: #FFFFFF;
	width: 215px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
}

.teaser_main { margin-left: 5px; margin-right: 5px; padding-top: 5px; padding-bottom: 5px; line-height: 12px;}
.teaser_textcontent {float: right; width: 90px; height: 80px; margin-left: 5px;}
.teaser_image {float: left; width: 100px;}
.teaser_headline {color: #AA1024; margin-bottom: 5px; font-size: 12px; font-weight: bold; width: 90px; float: left;}
.teaser_lauftext {margin-left: 0px; float: left; width: 90px; font-size: 10px; line-height: 10px;}
.teaser_footer {background-color: #CCCCCC; color:#666666; font-size: 10px; float: left; width: 90px; height: 20px; margin-bottom: 5px; margin-left: 5px;}


/*** misc ***/

.spacer {
	width: 670px;
	height: 15px;
	margin-left: 5px;
	background-image: url(/images/shared/spacer.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.teaser_spacer {
	width: 500px;
	height: 15px;
	margin-left: 5px;
	background-image: url(/images/shared/spacer.gif);
	background-position: center;
	background-repeat: repeat-x;
}

/******* KONTAKTFORMULAR ***********************************************/

fieldset {
  padding: 1em;
  background-color:#F5F5F5;
  border:1px solid #CCC;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

input.form, select.form, textarea.form {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
 	color:#333333;
	border:1px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
}
input {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
 	color:#333333;
	border:1px solid #CCCCCC;
	width:220px;
	margin: 5px 0px 5px 0px;
}
input[type=image] {
	width:65px;
	padding:5px;
	border:none;
}
input[type=radio] {
	width:30px;
	padding:5px;
	border:none;
}

.error {
	background-color: #CCCCCC;
	border: 1px solid #AA1024;
}

.dropdown  {
	width: 280px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border:solid #CCCCCC 1px;
	margin: 10px 10px 10px 10px;
}

.dropdown2  {
	width: 275px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border:solid #CCCCCC 1px;
	margin: 5px 0px 5px 0px;
}

/******* ANMELDEFORMULAR ***********************************************/

.anmeldeform {
	margin:0;
	padding:0;
}

input.form_A, select.form_A, textarea.form_A {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
 	color:#333333;
	border:1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	width:170px;
}

input.plz_A {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
 	color:#333333;
	border:1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	width:50px;
}

input.ort_A {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
 	color:#333333;
	border:1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	width:111px;
}

.error {
	background-color: #CCCCCC;
	border: 1px solid #AA1024;
}

/******* FOOTER *************************************/


#footerbox {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0px;
margin: 10px 0 0 0;
border-top: 1px solid #666666;
width: 910px;
}

#footer {
padding: 0 0 0 165px;
text-align: left;
color: #666666;
font-size: 0.9em;
}

#footer a {
color: #666666;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #FFFFFF;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.boldRed {
font-weight: bold;
color: #AA1024;
}

.hide {
display: none;
}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

