/*
                                        @@                                      
        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:		EMPTY		                                 @#.:@@.         
    Date:			01.07.2009                                  #@@@@,          
	Scriptname:		style.css													
	Author:			david montoya (www.sinndesign.ch)							
	Copyright:		empty, all rights reserved							
	Website:		www.empty.ch											



/********************************************************************************
/	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;
}
/*formular special*/
.iinput {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}



/********************************************************************************
/	Globale Einstellungen														#
********************************************************************************/


.InhaltGlobal {
	width: 920px;
}
.InhaltHeader {
	background-image: url(img/layout/head.gif);
	height: 300px;
	width: 920px;
}

.InhaltHeaderLive {
	background-image: url(img/layout/empty-live-next.gif);
	height: 300px;
	width: 335px;
}

.InhaltHeaderLiveText {
	height: 300px;
	width: 335px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 148px;
	padding-left: 23px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	line-height: 18px;

}

/********************************************************************************
/	inhalt																		#
********************************************************************************/

#InhaltContent {
	width: 920px;
	text-align: left;
}

.InhaltTextContent {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	line-height: 18px;
}
 
 	.InhaltTextContent a
	{
	font-family: Arial;														/* Schriftart */
	font-size: 9pt;															/* Schriftgrösse */
	color: #FF8080;													/* Schriftfarbe */
	text-decoration: none;													/* Underline unterdrücken */
	}
	
	
	.InhaltTextContent ol
	{
		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-bottom: 10px;													/* Abstand nach Unten */
	}
		.InhaltTextContent ol li
		{
	font-family: Arial, Helvetica, sans-serif;								/* Schriftart */
	font-size: 9pt;															/* Schriftgrösse */
	color: #CCCCCC;
	list-style-position: inside;
	list-style-type: disc;
	display: list-item;
	padding-left: 3px;
	margin-left: 0px;
		}

	
	.InhaltTextContent hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}	
	
	
.InhaltSpaceLeft {
	height: 100%;
	width: 190px;
	visibility: visible;
}
 
.InhaltNav  {
	width: 730px;
	visibility: visible;
	height: 67px;
	text-align: left;
	float: right;
	background-image: url(img/layout/bg-nav.gif);
	top: 15px;
	}
 
.InhaltFotosRight {
	width: 190px;
	visibility: visible;
	float: right;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 05px;
	padding-bottom: 15px;
	color: #FFFFFF;
	background-image: url(img/layout/bg-fotos-right.gif);
}
 
.InhaltText {
	width: 730px;
	visibility: visible;
	text-align: left;
	float: right;
	background-image: url(img/layout/bg-txt.gif);
}
 
.InhaltTextFoto{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;

}
 
.title {
	font-size: 22px;
	color: #FFFF00;
}
 
.InhaltTextEnd {
	width: 730px;
	visibility: visible;
	height: 50px;
	text-align: left;
	float: right;
	background-image: url(img/layout/bg-txt-end.gif);
}
 
.InhaltTextEndFuss {
	width: 730px;
	visibility: visible;
	height: 30px;
	text-align: right;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 05px;
	padding-bottom: 15px;
	color: #000000;
}
 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/layout/bg.gif);
}
/********************************************************************************
/	Navigation																	#
********************************************************************************/

.menu {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0 0 18px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	}

.menu li {
   float: left;
	}
	
.menu li a {
	display: block;
	width: 110px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 7px 25px 20px;
	text-decoration: none;
	}
	
.menu li a:hover {
	color: #FFFF00;
	background-color: #;
	}

.black2 {
	color: #FFFF00;
	background-color: #;
}

/********************************************************************************
/	extras																	#
********************************************************************************/
.subtitle {
	color: #FFFF00;
}

.pictureRechts
	{
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 15px;	
	margin-top: 10px;
	}

.pictureLinks
	{
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;	
	margin-top: 10px;
	}
 
