/* FRONTEND CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url('../gfx/000_back.gif');
	background-attachment: fixed;
	background-position:center;
	background-repeat:repeat-y;	
	background-color: #F0F0EC;
	font-family: Tahoma, Verdana, Georgia;
	font-size: 11px;
	color: #666666;
	text-align:center;
}

#main {
	text-align:center;
	position: relative;
	margin:auto;
	float: middle;
	display: block;
	width: 800px;
	height: 100%;
	/* border-bottom: 1px solid #999999; */
	background-color: #FFFFFF;
}

#content {
	height: 100%;
}
img { border:none; }

td {
	text-align:left;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
}

select {
	height: 16px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Tahoma, Verdana, Georgia;
	padding-left: 3px;
	width: 275px;
}

input {
	border: 1px solid #cccccc;
	padding-left: 3px;
	color: Black;
	font-family: Tahoma, Verdana, Georgia;
	font-size: 11px;
}

textarea {	
	padding-left: 3px;
	color: #000000;
	font-family: Tahoma, Verdana, Georgia;
	font-size: 11px;	 
	border:1px solid #cccccc;	
}

.button {
	height: 16px;
	border: 1px solid #2757AC;
	background-color: #ffffff;
	font-size: 11px;
	color: #2757AC;
	font-family: Tahoma, Verdana, Georgia;
	padding-left: 3px;
}

.text_small{
	font-size: 10px;
	font-family: Tahoma, Verdana, Georgia;	
}

.text_tooltip{
	font-size: 11px;
	font-family: Tahoma, Verdana, Georgia;	
}


.text_header{
	font-size: 14px;
	color: #d71f13;
	font-weight: bold;
	font-family: Tahoma, Verdana, Georgia;
}

.text_header_small{
	font-size: 12px;
	color: #d71f13;
	font-family: Tahoma, Verdana, Georgia;
}

.text_header_liste{
	height:20px;
	font-size: 11px;
	color: #d71f13;
	font-weight: bold;
	font-family: Tahoma, Verdana, Georgia;
	background: #ffffff;
	border-bottom: 1px solid #d71f13;
}

.text_liste{
	height:30px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Georgia;
	border-bottom: 1px solid #D8D9DB;
}

A {
	font-size: 12px;
	color: #d71f13;
	text-decoration: none;
	font-family: Tahoma, Verdana, Georgia;	
}
A:link { 
	color: #d71f13; text-decoration: none;
}
A:visited { 
	color: #d71f13; text-decoration: none;
}
A:hover { 
	color: #d71f13; text-decoration: underline;
}
A:active { 
	color: #d71f13; text-decoration: none;
}

A.headerlink {
	font-size: 14px;
	color: #d71f13;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana, Georgia;	
}
A.headerlink:link { 
	color: #d71f13; text-decoration: none;
}
A.headerlink:visited { 
	color: #d71f13; text-decoration: none;
}
A.headerlink:hover { 
	color: #d71f13; text-decoration: underline;
}
A.headerlink:active { 
	color: #d71f13; text-decoration: none;
}

A.headerlink_t {
	font-size: 12px;
	color: #d71f13;
	text-decoration: none;
	font-family: Tahoma, Verdana, Georgia;	
}
A.headerlink_t:link { 
	color: #d71f13; text-decoration: none;
}
A.headerlink_t:visited { 
	color: #d71f13; text-decoration: none;
}
A.headerlink_t:hover { 
	color: #d71f13; text-decoration: underline;
}
A.headerlink_t:active { 
	color: #d71f13; text-decoration: none;
}

A.blacklink {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Georgia;	
}

A.blacklink:link { 
	color: #000000; text-decoration: none;
}

A.blacklink:visited { 
	color: #000000; text-decoration: none;
}

A.blacklink:hover { 
	color: #000000; text-decoration: underline;
}

A.small:active { 
	font-size: 10px;
	color: #2757AC; text-decoration: none;
}
A.small:link {
font-weight:normal;
font-size: 10px;
	color: #2757AC; text-decoration: none;
}

A.small:visited { 
font-weight:normal;
font-size: 10px;
	color: #2757AC; text-decoration: none;
}

A.small:hover { 
font-weight:normal;
font-size: 10px;
	color: #2757AC; text-decoration: underline;
}

A.small:active {
font-weight:normal;
font-size: 10px; 
	color: #2757AC; text-decoration: none;
}


