/*
                                        @@                                      
        W@                              @@                  @W                  
        @@                              @@                  @@                  
                                        @@                  ,                   
                                        @@                                      
 :@@@@  @@  @W+@@@,  @@,@@@+       .@@@.@@   *@@@@   W@@@@  @W   @@@@,@  @@,@@@+
 @@  +  @@  @@@  @@  @@@  @@       @@  @@@  :@+ *@, #@@  W  @W  W@* @@@  @@@  @@
:@      @@  @@   #@  @@   :@      #@,   @@  @@   @W @@      @W  @@   @@  @@   :@
 @W     @@  @@   :@  @@    @,     @@    @@  @:   @@ W@,     @W ,@+   #@  @@   ,@
 W@@    @@  @@   :@  @@    @,     @@    @@ ,@####@@  @@W    @W +@,   .@  @@   ,@
  :@@W  @@  @@   :@  @@    @,     @@    @@ .@@@@@@@   W@@+  @W *@,   ,@  @@   ,@
    W@+ @@  @@   :@  @@    @,     @@    @@  @.          @@  @W .@:   +@  @@   ,@
     @@ @@  @@   :@  @@    @,     @@    @@  @W          +@  @W  @W   W@  @@   ,@
.   .@+ @@  @@   :@  @@    @,      @@  @@@  W@,   . :   W@  @W  @@, .@@  @@   ,@
*@@@@@  @@  @@   :@  @@    @,      W@@@WW@   @@@@@@ @@@@@@  @W   @@@@.@  @@   ,@
 ,**                                 #,        **,   :#*             +@         
                                                                     @@         
                                                                     @@         
    Project:		usmastering.com                              @#.:@@.         
    Date:			20.01.2010                                  #@@@@,          
	Scriptname:		style.css													
	Author:			david montoya (www.sinndesign.ch)							
	Copyright:		usmastering, all rights reserved							
	Website:		www.usmastering.com											



/********************************************************************************
/	RESET																		#
********************************************************************************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */


/********************************************************************************
/	TYPO																		#
********************************************************************************/

body {
	background-image:url(../media/img/bg.gif);
	background-color: #292d1e;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: left;
}

.yellow-word {
	color: #FFFF00;
	font-size: 12pt;
	font-weight: bold;

}

a {
	text-decoration: none;
}
p {
	margin: 0 0 0px 0;
}

a:link {
	color: #B9251B;
	text-decoration: underline;
}
:focus {

}
a:hover {
	color: #0099CC;
}
:visited {
	color: #0000CC;
}


/********************************************************************************
/	SEITENLAYOUT																#
********************************************************************************/


#bg {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	background-color: #000000;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 664px;
	height: auto;  /* despues devolver a auto */	
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
}

#tape_TOP {
	width: 664px;
	height: 50px;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	background-image: url(../images/layout/tape_Top.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 664px;
	height: auto;  /* despues devolver a auto */	
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
}


#main_logo {
	width: 664px;
	height: 136px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
}

#home_logo {
	width: 372px;
	height: 367px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/layout/home.jpg);
	background-repeat: no-repeat;
}
#main_nav {
	width: 664px;
	height: 64px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/layout/bg_nav.jpg);
	background-repeat: no-repeat;
}

#main_content {
	width: 664px;
	height: auto;  /* despues devolver a auto */
	padding: 0 0 0 0;
	margin: 0px auto 0px 0px;
	background-image: url(../images/layout/bg_content2.jpg);
	background-repeat: repeat-y;
}

#main_content_txt {
	width: 570px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 50px;
}

#footer {
	width: 664px;
	height: 96px;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;

}


.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #378A1E;
}


.slogan {
	font-size: 12px;
	font-weight: bold;
	color: #A72518;
	text-align: center;
}

.slogan2 {
	font-size: 16px;
	font-weight: bold;
	color: #A72518;
	text-align: LEFT;
	text-decoration: underline;
}

/********************************************************************************
/	NAVIGATION																		#
********************************************************************************/


    #tabs4 {
	float:none;
	width:650px;
	font-size:9pt;
	background-image: url(../images/layout/bg_nav_2.gif);
	height: 54px;
	background-repeat: no-repeat;
      }
    #tabs4 ul {
	  margin:0;
	  padding:10px 0px 0px 30px;
	  list-style:none;
	  
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      margin:0;
      padding:0 0 0 26px;
      text-decoration:none;
	  
}
    #tabs4 a span {
	float:left;
	display:block;
	padding:5px 5px 5px 5px;
	color:#000000;


      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
	color:#B9251B;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }  
	
	

.pictureRechts
	{
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;	
	margin-top: 10px;
	/*border: 1px outset #999999;*/

	}

.pictureLinks
	{
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	/*border: 1px outset #999999;*/
	}
 
.pictureCenter
	{
	float: none;
	/*border: 1px outset #999999;*/
	margin: 15px;
	text-align: center;
	}

ul
	{
	line-height: normal;
	padding-bottom: 20px;
	}
ul li
		{
	font-family: Arial, Helvetica, sans-serif;								/* Schriftart */
	font-size: 9pt;															/* Schriftgrösse */
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	padding-left: 3px;
	margin-left: 35px;
	}




/********************************************************************************
/	fehldarstellungskorrektur ie7												#
********************************************************************************/


*+ html .td-heller {
	BGCOLOR: #FFFFCC;
}

/*+ html #main-right-head {
	margin: 121px auto 0px auto;
	position: fixed;
	overflow: inherit;
}*/

*+ html #container-ergebnis {
	background: url(../media/img/bg-tab-manager.gif);
}

