body  {
    margin: 10px;
	padding: 0; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#545856;
	line-height: 17px;
	background-color: #fff;
}
div, td, span, p, ul, li, a, form, h1, h2, h3, img, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}
input, select {
	padding: 0;
	margin: 0;
}

p {
padding-bottom: 15px;
}

img.fuerIE {
display:block; /* IE Bug - Abstand nach unten */
}

a {
outline:none;
}


h1  {
	color: #034d53;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
}
h2  {
	color: #034d53;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: normal;
}
h3  {
	color:#545856;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: normal;
}

hr{
border: 0;
height: 1px;
background-color: #cccccc; /* Farbe für Opera und Firefox */
color: #cccccc; /* Farbe für Internet Explorer (IE) */
}

a {color: #034d53; }
a:hover {color: #000; }


.textBlau {
color: #034d53; 
}

.rahmenGruen {
	border: 1px solid #034d53;
}

.textGrau {
color:#545856;
}

.textKleinste{
font-size: 11px;
line-height:normal;
}
.textKlein{
font-size: 12px; 
line-height:normal;
}
.textMittel{
font-size: 15px;
line-height:20px;
}
.textMittelFett{
font-weight: bold;
line-height:20px;
color: #034D53;
font-size: 18px;
}

.textGross{
font-size: 17px;  
line-height:normal;
}

.hinweis {
	font-size: 14px;
	font-weight: bold;
}

.clearfloat { 
	clear: both;
}
.floatLeft{
	float:left;
}
.floatRight { 
	float:right;
}

.abstand {
	width: 100%;
	height: 30px;
}

ul.inhaltListe {
	list-style: none;
	list-style-image:none;
} 
ul.inhaltListe li {
	background-image:url(../grafik/liste_punkt.jpg);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding-left: 22px;
	padding-bottom: 15px;
} 




form {

}
form table{

}
form td{
padding: 4px;
}
form td td{
padding: 0px;
}

input, select{
padding: 3px;
}
select[name="participant[workshop_id]"]{
width: 350px !important;
}

.tabellenbreite{

}
.tabellenbreite table{
width: 560px;
}

/* ---------- Error------------- */  


div.errorExplanation li {
	color:#CC0000;
	padding-left: 10px;
	margin-left: 20px;
	font-weight: normal;
}
div.errorExplanation {
	padding-bottom: 20px;
}
div.errorExplanation p {
	font-weight: bold;
	padding-bottom: 20px;
}

/* ---------- Button ------------- */ 

input.buttonGruen, a.buttonGruen{
	background: url('../grafik/teaser_button.gif') repeat-x top left;
	line-height: 22px;
	height: 22px;
	width: 110px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #034d53; 
	border: none;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
}

input.buttonGruen {

}

input.buttonGruen:hover, a.buttonGruen:hover{
	color: #000; 
	background: url('../grafik/teaser_button_hover.gif') repeat-x top left;
}






