/* Style sheet manual.css */
/* created by Medien Design | Martin Dörsch - www.martindoersch.at */
/* for armadillos.at */

body{
	background-color:#444444;
	font-family:Verdana,Arial,SunSans-Regular,Sans-Serif;
	font-size:10pt;
	line-height:150%;
	color:#000000;
	}
h1,h2,h3{
	font-weight:lighter;
	letter-spacing:2px;	
	}
h1{
	color:#2d82b2;
	padding-top:20px;
	font-size: 14pt;
	}
h2{
	padding-top:20px;
	font-size: 11pt;
	color:#000000;
	}
	
	
#wrapper{}



#header{/********KOPFZEILE**********/
	background-image:url("../css-img/header.jpg");
	background-repeat:no-repeat;
	width:840px;
	height:200px;
	}
	#header .inside{
		padding:20px;
		}
		#header .mod_navigation{ /* Navigation */
			top:150px;
			position:absolute;
			font-size:11pt;
			text-transform: uppercase;
			padding-top:14px;
			}	
			#header .mod_navigation ul{
				list-style: none;
				margin: 0px;
				padding: 0px;
				}
				#header .mod_navigation ul li{
					float: left;
					padding-right: 20px;
					}
	
	#header #header_text{ /* Textbereich oben */
		position: absolute;
		top:163px;
		left:725px;
		}
		
		
		
#container{/***********MAIN BODY TEXT AREA**********/
	background-color:#cbcbcb;
	background-image:url("../css-img/main.jpg");
	background-repeat:no-repeat;
	}



#right{/********RECHTE SIDEBAR**********/
	border-left: 1px dotted #2d82b2;
	z-index: 10;
	}
	#right .inside{
		margin:10px;
		line-height:140%;
		}
		#right .inside h2{
			color:#2d82b2;
			}
		.mod_articleList{ /* Artikelnavigation, die die rechts herausragt */
			position: fixed;
			/* padding-left: 190px; */
			margin-left: 190px;
			z-index: 1;
			}
			.mod_articleList h2{
				padding-top: 10px;
				}
			.mod_articleList ul{
				/*list-style-image: url("../css-img/bullet02.png");*/
				list-style: none;
				margin: 0px;
	    		padding-left: 0px;
				}
				.mod_articleList li{
					height: 30px;
					width: 140px;
					background-image:url("../css-img/navielement.jpg");
					background-repeat:no-repeat;	
					}
					.mod_articleList li a{
						padding-left: 10px;
						}
			#right .mod_angebote{ /* Modul Angebote: Link */
				z-index: 100;
				}
			#right .mod_logos{
				margin-top: 40px;
				background-color: #ffffff;
				width: 180px;
				}
				.mod_logos a{
					padding-left: 15px;
					}
	

#main{ /********TEXTBEREICH**********/
	min-height:400px;
	}
	#main .inside{
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		}
	.mod_faqreader,.mod_nl_reader{ /* Block für FAQ Antworten und Newsletter Reader */
		background-color:#dcdcdc; 
		padding: 10px;
		}
	.ce_text{ /* Textblock */
	}
	
	.ce_table table{ /* Tabelle z.B. bei Angeboten*/
		width:100%;
		border-spacing:5px;
		}
		.ce_table .head_1, .head_2{ /* Tabellenkopf Spalte 2 und 3 */
			width:80px;
			text-align: center;	
			}
		.ce_table .col_1, .col_2{ /* Tabellenkörper Spalte 2 und 3 */
			width:80px;
			text-align: right;
			}
		.ce_table .col_2{
			color:#2d82b2;
			}
	
	#main .ce_gallery img{
		padding:5px;
		background-color:#dcdcdc;
		border:1px solid #969696;
		}
	.pagination{
		}
		.pagination ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
				.pagination ul li{
					float: left;
					padding-right: 20px;
					}
		
#footer{
	background-image:url("../css-img/footer.jpg");
	background-repeat:no-repeat;
	padding-bottom:20px;
	color:#cbcbcb;
	}
	#footer .inside{
		height:100px;
		width: 840px;
		}
	#footer_text{
		position:absolute;
		left:0px;
		top:60px;
		width:840px;
		height:30px;
		/* border:1px solid #ff0000; */
		text-align: center;
		}
	.toplink{
		position:absolute;
		left:20px;
		top:13px;
	}

/**********************************************
           ____    __
   /'\_/`\/\  _`\ /\ \
  /\      \ \ \/\ \ \ \    ___    ____    ____
  \ \ \__\ \ \ \ \ \ \ \  /'___\ /',__\  /',__\
   \ \ \_/\ \ \ \_\ \ \ \/\ \__//\__, `\/\__, `\
    \ \_\\ \_\ \____/\ \ \ \____\/\____/\/\____/
     \/_/ \/_/\/___/  \ \ \/____/\/___/  \/___/
                       \ \_\www.martindoersch.at
                        \/_/
***********************************************/