/**
 * overriden basic html tags.
 */
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: top;
	background-color: #ffffff;
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h2 {
	margin: 0px 0px 0px 0px;
}
img {
	border: 0px;
}
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
}
th {
}
td {
}
form {
}
textarea, input, option, li, p {
}
textarea.textbox {
}
textarea.textbox_large {
}
select, input {
}
input.button {
	cursor: pointer;
	_padding: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: #B5E6F7;
	color: #000000;	
}

/**
 * Site Page Main Layout. 
 */
#container {
}
#main_wrapper {		
}
#navigation {	
}
#main_content {	
}

#main_content .contact {	
	padding: 0px 0px 0px 250px;
}

/**
 * Header
 */
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
} 

#header span {
  	display: none;
} 
 
/**
 * Menu Home
 */
#menu_home {
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px; 
} 

#menu_home span{
  	display: none;
} 
/**
 * footer
*/
#footer {
	margin: 8px 0px 26px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
	color: #c1c0c0;
}
#footer ul {
	display: inline;
	height: 19px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#footer li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
#footer .rightborder {
	border-left: 1px solid #c1c0c0;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 3px;
}

#footer a { 
	font-size: 10px;
	color: #c1c0c0;
} 
#footer a:hover { 
	color: #8c8c8c;
} 
/**
 * Utility Elements not used
 */
 
/**
 * Main Content - Homepage 
 */
#container_homepage {
	margin: 50px auto 20px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 600px;
	height: 700px;
	background-image: url("/images/bg_homeDoNothing.jpg");
	background-repeat: no-repeat;
}
#container_homepage #main_content {
	margin: 0px 0px 0px 0px;
}
#container_homepage #main_content a {
	display: block;
	width: 600px;
	height: 700px;
}
#container_homepage #main_content span {
	display: none;
}
#container_homepage #main_content h3 {
	padding: 0px;
	margin: 0px;
}
#container_homepage #main_content h3 a {
	display:  block;
	height: 45px;
	width: 330px;
	margin: 10px 0px 0px 0px;
}
/**
 * Main Content - Stand up dates 
 */
#container_dates {
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	height: 870px;
	background-image: url("/images/bg_doNothing.jpg");
	background-color: #000000;
	background-repeat: no-repeat;
}
#container_dates span {
	display: none;
}
#container_dates #main_content {
	margin: 8px 0px 0px 20px;
	font-size: 11px;
	color: #ffffff;
	width: 450px;
}

#container_dates #main_content ul {
	list-style: none;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}
#container_dates #main_content li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
}
#container_dates #main_content p {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}
#container_dates #main_content a.links_site {
	text-decoration: underline;
}
a.date_info {
	font-style:italic;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a.date_info:hover {
	font-style:italic;
	color: #5e8199;
}
.links_site {
	margin: 20px 0px 12px 0px;
}
a.links_site {
	font-size: 11px;
	color: #5e8199;
	font-weight: bold;
}
a.links_site:hover {
	color: #ffffff;	
}
p.quote {
	font-weight: bold;
	padding-bottom: 10px;
}
p.quote span {
	font-weight: normal;
	font-style: italic;
}
/**
 * Main Content - YouTube
 */
#container_youtube {
	margin: 50px auto 0px auto;
	padding: 0px 0px 10px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	_height: 500px;
	min-height: 500px;
	background-color: #000000;
}
#container_youtube span {
	display: none;
}
#container_youtube #main_content {
	margin: 18px 0px 0px 40px;
	color: #ffffff;
}
#container_youtube #main_content h2 {
	background-image: url("/images/some_nmtb_clips.gif");
	background-repeat: no-repeat;
	width: 365px;
	height: 17px;
	margin: 10px 0px 10px -4px;
}
#container_youtube #main_content h3 {
	background-image: url("/images/icon_list_clips.gif");
	background-repeat: no-repeat;	
	color: #b5e6f7;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 12px;		
	height: 12px;
}
#container_youtube #main_content p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 11px;
}
#container_youtube #main_content a.links_site {
	text-decoration: underline;
}
/**
 * Main Content - Mailling List
 */
 
 /**
 * Main Content - Contact 
 */
#container_mailing_list {
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	height: 500px;
	background-image: url("/images/background-mailing-list.jpg");
	background-repeat: no-repeat;
}
#container_mailing_list #main_content {
	margin: 80px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}
#container_mailing_list #main_content h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}
#container_mailing_list #main_content h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 6px 0px;
}
#container_mailing_list #main_content a {
	color: #ffffff;	
	text-decoration: underline;
}
#container_mailing_list #main_content a:hover { 
	color: #410a35;
	text-decoration: underline;
}
 
#mailing_list {
	float: left;
	margin: 0px;
	padding: 0px;
} 
#mailing_list p {
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 6px 0px;
	padding: 0px;
} 
#mailing_list h4 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#mailing_list input.textbox_emails { 
	color: #000000;
	width: 125px;
	height: 14px;
}
 
#mailing_list #add_to_list { 
	margin: 6px 0px 0px 0px;
}  
#add_to_list input.button {
	cursor: pointer;
	padding: 0px 0px 1px 0px;
	_margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: #B5E6F7;
	color: #000000;	
	width: 135px;
	font-family: Verdana, Helvetica, sans-serif;
}
#add_to_list input.button:hover {
     background-color: #4f738c;
	 color: #ffffff;
}
 
/**
 * Main Content - About me 
 */
#container_about_me {
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	height: 620px;
	background-image: url("/images/background-who.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
}
#container_about_me #main_content {
	margin: 40px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}
#container_about_me #main_content h2 {
	font-weight: bold;
	font-size: 11px;
}
#container_about_me #main_content p {
	margin: 12px 0px 0px 0px;
}
#container_about_me #main_content a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#container_about_me #main_content a:hover {
	font-weight: bold;
	color: #410a35;
}
/**
 * Main Content - Press 
 */
#container_press {
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	height: 500px;
	background-image: url("/images/background-press.jpg");
	background-repeat: no-repeat;
}
#container_press #main_content {
	margin: 40px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}
#container_press #main_content ul {
	list-style: none;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#container_press #main_content li {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#container_press #main_content p {
	font-size: 11px;
	margin: 8px 0px 0px 0px;
	color: #ffffff;
}
#container_press #main_content a {
	font-weight: bold;
	color: #ffffff;

}
#container_press #main_content a:hover {
	font-weight: bold;
	color: #76b8ed;
}
/**
 * Main Content - Contact 
 */
#container_contact {
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 10px solid #e0e0e0;
	width: 500px;
	height: 500px;
	background-image: url("/images/background-contact.jpg");
	background-repeat: no-repeat;
}
#container_contact #main_content {
	margin: 80px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}
#container_contact #main_content h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}
#container_contact #main_content h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 6px 0px;
}
#container_contact #main_content a {
	color: #ffffff;	
	text-decoration: underline;
}
#container_contact #main_content a:hover { 
	color: #410a35;
	text-decoration: underline;
}
#container_about_me h2 {
	margin-top: 110px;
}

/**
*		Offline page
**/

#offline {
	background-image: url("/images/offline.gif");
	background-repeat: no-repeat;
	height: 202px;
	margin: 150px 0px 0px 0px;
}

#offline span {
	display: none;
}

/**
*		Error pages
**/

#error404 {
	background-image: url("/images/error404.gif");
	background-repeat: no-repeat;
	height: 202px;
	margin: 150px 0px 0px 0px;
}

#error404 span {
	display: none;
}


/**
 * menu-home
 */
#menu-home {
	width: 600px;

	margin: 0px 0px 0px 0px;
}
#menu-home h3 {
	display: none;
}
#menu-home ul {
	margin: 0px 0px 0px 112px;
	padding: 17px;
}
#menu-home li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 15px;
	_height: 15px;
	line-height: 15px;
	background-position: 0px 0px;
}
#menu-home h2,
#menu-home span {
	display: none
}
#menu-home a {
	display: block;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
	margin: 0px 0px 0px 0px;
	zoom: 1;
}
#menu-home a:hover {
	text-decoration: none;
}
#menu-home li:hover, 
#menu-home li:active {
	background-position: 0px -15px !important;
}
#menu-home li.menu-home-standupdates {
	background-image: url("/images/menu/menuHome01.gif");
	width: 98px;
}
#menu-home li.menu-home-who {
	background-image: url("/images/menu/menuHome02.gif");
	width: 36px;
}
#menu-home li.menu-home-press {
	background-image: url("/images/menu/menuHome03.gif");
	width: 44px;
}
#menu-home li.menu-home-contact {
	background-image: url("/images/menu/menuHome04.gif");
	width: 58px;
}
#menu-home li.menu-home-mailinglist {
	background-image: url("/images/menu/menuHome05.gif");
	width: 79px;
}


/**
 * menu
 */
#menu {
	width: 600px;
	margin: -10px 0px 0px 0px;
}
#menu h3 {
	display: none;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 17px;
}
#menu li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 15px;
	_height: 15px;
	line-height: 15px;
	background-position: 0px 0px;
}
#menu h2,
#menu span {
	display: none
}
#menu a {
	display: block;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
	margin: 0px 0px 0px 0px;
	zoom: 1;
}
#menu a:hover {
	text-decoration: none;
}
#menu li:hover, 
#menu li:active {
	background-position: 0px -15px !important;
}
#menu li.menu-simonamstell {
	background-image: url("/images/menu/menu01.png");
	width: 122px;
}
#menu li.menu-standupdates {
	background-image: url("/images/menu/menu02.png");
	width: 98px;
}
#menu li.menu-who {
	background-image: url("/images/menu/menu03.png");
	width: 36px;
}
#menu li.menu-press {
	background-image: url("/images/menu/menu04.png");
	width: 44px;
}
#menu li.menu-contact {
	background-image: url("/images/menu/menu05.png");
	width: 58px;
}
#menu li.menu-mailinglist {
	background-image: url("/images/menu/menu06.png");
	width: 79px;
}
