/* tedora style css */

body{
	font-family: "HelveticaNeue-regular", "Helvetica Neue Regular", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	font-size: 1em;
}

body#t_body{
	background: url("../images/tedora_bg_body.png") repeat-x top;
}

h1,h2,h3,h4,h5,h6{
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "Helvetica Neue", "Helvetica", sans-serif;
/*	color: #be0061;*/
	color: #ce1537;
	font-weight: 300;
}

h1{
	font-size: 1.3em;
}

h2{
	font-size: 1.2em;
}

p{
	font-size: 0.9em;
}

#main a{
	color: #ce1537;
}

#main a:hover{
	color: #ce1537;
	text-decoration: underline;
}

.error{
	margin: 20px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #000;
}

#header{
	/*background: url("../images/tedora_header_bg.png") no-repeat center top;*/
}


.bg {
	background-color: #bb102b;
	}

.menu_items{
	font-family: "ArialNarrow", "Arial Narrow", "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #000;
}

#footer {
	color: #fff;
	background: #555;
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 0.8em;
	font-weight: 300;
}

#spot-left{
	background: url("../images/tedora-spot-links.png") top left no-repeat;
}

#spot-right{
	background: url("../images/tedora-spot-rechts.png") top right no-repeat;
}

/* mail creation */
#mail_creation fieldset{
	border: 0 none;
	margin:5px;
	padding: 5px;
}

#mail_creation p label{
	width: 140px;
	float: left;
	display: block;
	}
#mail_creation .text{
	width: 200px;
	}
#mail_creation .textbox{
	width: 300px;
	height: 120px;
	}
	
#mail_creation ul{
	display: block;
	list-style: decimal-leading-zero;
	clear: left;
	margin-left: 140px;
	padding: 10px;
}

#mail_creation ul li{
	margin-left: 20px;
	font-size: 0.9em;
}
