@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600);

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#d9d9d9;
}

#container {
	background-image:url(../images/bg.png);
	background-repeat: repeat-y;
	width: 1000px;
	height: auto;
}

#header {
	background:url(../images/header.jpg);
	height:266px;
	width:1000px;
}
	
#menu {
	width:1000px;
	height:20px;
}

#main_details {
	width:1000px;
	height:auto;
}

#main_photo {
	background:#d9d9d9;
	float:center;
	width:1000px;
	height:auto;
}


#footer {
	background-image:url(../images/bg.png);
	background-repeat: repeat-y;
	width:1000px;
}

#clear {
	clear:both;
}

/* DESIGN */
#white_lines {
	background-image:url(../images/white_lines.jpg);
	background-repeat: repeat-y;
	width:1000px;
	background-position:right;
}
/* DESIGN */

/* MENU */
#table_menu {
	background-color:#898989;
	width:1000px;
	height:20px;
	table-layout: fixed;
	text-align:center;
}

TD.width {
  width: 70px;
}

.padding-left {
	padding-left:20px;
	text-align:left;
}

.padding-right {
	padding-right:20px;
	text-align:right;
}

a.menu:link {
	font-family:"Helvetica Neue", "Roboto";
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-overflow:10px;
}

a.menu:visited {
	font-family:"Helvetica Neue", "Roboto";
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-overflow:10px;
}
	
a.menu:hover { 
	font-family:"Helvetica Neue", "Roboto";
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-overflow:10px;
}

a.menu:active { 
	font-family:"Helvetica Neue", "Roboto";
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-overflow:10px;
}

a.menu:focus { 
	font-family:"Helvetica Neue", "Roboto";
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-overflow:10px;
}
/* MENU */

/* MAIN DETAILS */
#main_details_table {
	background-image:url(../images/bg.png);
	background-repeat: repeat-y;
	width:1000px;
}

.main_details_bottom {
	background-image:url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#main_header {
  font-size: 24px;
  font-family: "Helvetica Neue", "Roboto";
  color: #000000;
  font-weight:bold;
  text-align: left;
  padding-left: 20px;
}

#main_name {
  font-size: 22px;
  font-family: "Dosis";
  color: #000000;
  font-weight: 600;
  padding-left: 20px;
}

#main_text {
  font-size: 20px;
  font-family: "Dosis";
  color: #000000;
  padding-left: 20px;
  padding-right:20px;
}
/* MAIN DETAILS */

/* TEXT */
#table_text {
	width:1000px;
	height:auto;
	table-layout: fixed;
	text-align:center;
}

TD.width_text {
  width: 2%;
}

#serie {
  font-size: 18px;
  font-family: "Helvetica Neue", "Roboto";
  color: #000000;
  font-weight:bold;
  text-align: left;
  padding-left: 20px;
}

#table_photo {
	font-family:"Dosis";
	font-size:16px;
	color:#3A3939;
	font-style:normal;
	font-weight:400;
}
/* TEXT */

/* FOTO */
#border {
	font-size:2px;
}

#border_grau {
	font-size:10px;
}
/* FOTO */


/* FOOTER */
#bottomgrau {
	background-image:url(../images/bottom_grau.jpg);
	background-position: top;
}

a.copyright:link {
  font-size: 10px;
  font-family: "Century Gothic", "Carrois Gothic";
  color: #FFFFFF;
  text-align:left;
  padding-left: 20px;
  text-decoration:none;
}

a.copyright:visited {
  font-size: 10px;
  font-family: "Century Gothic", "Carrois Gothic";
  color: #FFFFFF;
  text-align:left;
  padding-left: 20px;
  text-decoration:none;
}
	
a.copyright:hover {
  font-size: 10px;
  font-family: "Century Gothic", "Carrois Gothic";
  color: #FFFFFF;
  text-align:left;
  padding-left: 20px;
  text-decoration:none;
}

a.copyright:active {
  font-size: 10px;
  font-family: "Century Gothic", "Carrois Gothic";
  color: #FFFFFF;
  text-align:left;
  padding-left: 20px;
  text-decoration:none;
}

a.copyright:focus {
  font-size: 10px;
  font-family: "Century Gothic", "Carrois Gothic";
  color: #FFFFFF;
  text-align:left;
  padding-left: 20px;
  text-decoration:none;
}
/* FOOTER */