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

/* reset end */


/* typo */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
}

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

a:link {
	color: #5F4F6A;
}

:visited {
	color: #5F4F6A;
	text-decoration: underline;
}

a:hover {
	color: #330099;
}



a.link {
	color: #003399;
}

a.link:hover {
	color: #ff6600;
}

h1 { /* titel rechts*/
	color: #f000000;
	padding: 100px 0 0 0px;
	font-weight: bold;
	font-size: 13px;
}
 
h2 { /* titel links */
	color: #f000000;
	padding: 0px 0 0 0px;
	font-weight: bold;
	font-size: 12px;
}

h3 { /* untertitel rechts*/
	color: #f000000;
	padding: 0px 0 0 0px;
	font-weight: bold;
	font-size: 13px;
}


h4 { /* text tabelle klein*/
	font-size: 10px;
}

h5 { /* text tabelle klein*/
	padding: 40px 0 0 0px;}

/* seitenlayout */

#container {
	width: 900px;
	height: 1100px;
	padding: 0 0 0 0;
	margin: 30px auto 0px auto;
	background-image: url(../media/img/bg-container.gif);
	background-repeat: repeat-y;
}


#links {
	width: 189px;
	float:left;
	height: auto;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

	#logo-links {
		width: 189px;
		height: 195px;
		float:left;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
		background-image: url(../media/img/logo-links.gif);
	}
	
	#shadow-links {
		width: 189px;
		height: 28px;
		float:left;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
		background-image:url(../media/img/shadow-links.gif);
	}

	#inhalt-links {
		width: 189px;
		height: auto;
		float:left;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;

	}

	#content-inhalt-links {
	width: 183px;
	height: auto;
	float:center;
	padding: 0 0 0 0;
	margin: 0px 3px 10px 3px;
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	}



#rechts {
	width: 693px;
	float:right;
	height: auto;
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

	#head-rechts {
	width: 693px;
	height: 144px;
	float:left;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-image: url(../media/img/telefon-head.jpg);
	}

	#nav-rechts {
	width: 693px;
	height: 79px;
	float:left;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-color: #f5ebd1;

	}
	
	#shadow-rechts {
		width: 693px;
		height: 28px;
		float:left;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
		background-image:url(../media/img/shadow-rechts.jpg);
	}

	#inhalt-rechts {
		width: 693px;
		height: auto;
		float:left;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
		background-image: none;

	}

	#content-inhalt-rechts {
	width: 657px;
	height: auto;
	clear:right;
	float:center;
	padding: 0 0 0 0;
	margin: 0px 18px 10px 18px;
	font-size: 12px;
	line-height: 1.4;
	}

	#content-inhalt-rechtstab {
	width: 657px;
	height: auto;
	clear:right;
	float:center;
	padding: 0 0 0 0;
	margin: 0px 18px 10px 18px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	}

	#content-inhalt-rechts1 {
	width: 250px;
	height: auto;
	float:left;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
	text-align: justify;
	}

	#content-inhalt-rechts2 {
	width: 250px;
	height: auto;
	float:right;
	padding: 0 0 0 0;
	margin: 0px 18px 10px 18px;
	font-size: 12px;
	line-height: 1.4;
		text-align: justify;
	}
	
	#content-inhalt-rechts3 {
	width: 407px;
	height: auto;
	float:right;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.4;
		text-align: justify;
	}

	#content-inhalt-rechts4 {
	width: 300px;
	height: auto;
	float:left;
	padding: 0;
	font-size: 10px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
		text-align: justify;
	}

	#content-inhalt-rechts5 {
	width: 300px;
	height: auto;
	float:right;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 1.4;
		text-align: justify;
	}


	#content-inhalt-rechts6 {
	width: 250px;
	height: auto;
	float:left;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
	text-align: justify;
	}

	
	#content-inhalt-rechts7 {
	width: 407px;
	height: auto;
	float:right;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.4;
		text-align: justify;
	}


/* elemente */





#box1 {
	float: right;
	width: 200px;
	height: 240px;
	border-left: 2px solid #ffffff;
	margin: 3px 0 0 0;
}

.box1 {
	background-color: #FFFFFF;
	height: 211px;
	padding: 5px 5px 5px 20px;
	overflow: hidden;
}

#box2 {
	float: right;
	width: 200px;
	height: auto;
	border-left: 2px solid #ffffff;
}

.box2 {
	background-color: #FFFFFF;
	height: auto;
	padding: 5px 5px 5px 20px;
}

.phone {
	padding: 0 0 0 20px;
}

#mail {
	padding: 0 0 0 20px;
	color: #ff6600;
}

#maintext {
	margin: 30px 30px 280px 130px;
	padding: 0 200px 0 0;
}

.list {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 7px 0;
}

.list-nr {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 7px 0;
}

.list-pdf {
	list-style-image: url(../media/img/pdf.gif);
	list-style-position: outside;
	margin: 0 0 7px 27px;
}

.bild {
	float: right;
	margin: 0 0 0 20px;
	width: 200px;
}

.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;
	}
	
.tabelleCenter

{
	text-align: center;
}	

/*fehldarstellungskorrektur ie7*/

*+ html #...{
}
