/* --------------- CSS-Datei 'styles.css' --------------- */
/* --------------- www.audioselect.de --------------- */


/* --------------links-------------- */

a:link 	{
	color:#AF1023;
	text-decoration:none;
	font-weight:normal;
        	}

a:visited {
	color:#AF1023;
	text-decoration:none;
	font-weight:normal;
         }

a:hover 	{
	color:#AF1023;
	text-decoration:none;
	font-weight:bold;
        	}

a:active	{
	color:#AF1023;
	text-decoration:none;
	font-weight:bold;
        	}

/* --------------body-------------- */

body 	{
	background: #e9eaeb;
	padding:0px;
	margin:0px;
	}

#container {
	width: 750px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
         margin-bottom: 40px;
 	background-color: #FFF;
         border-top: 1px solid #C6C6AA;
 	border-right: 1px solid #C6C6AA;
 	border-bottom: 1px solid #C6C6AA;
         border-left: 1px solid #C6C6AA;
 	font-family: Verdana, Futura, Helvetica, sans-serif;
         color: #1F1F1F;
         font-size:0.7em;
	}
/* ----------aussen und innen----------------- */
#outer	{
	border-left: solid 200px #fff;
 	} /* navigation links  */

#inner	{
	margin:0px;
	width:100%;
	} /* fuer ie/pc  */

/* --------------titelbild-------------- */

#headerbild {
 	background-image: url(audioselect.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
         color: #000;
 	width: 750px;
 	height: 300px;
 	margin: 0 auto;
	}

#headerbild a:link,
#headerbild a:visited,
#headerbild a:hover,
#headerbild a:active {
	display: block;
	width: 750px;
	height: 300px;
         color: #000;
	background-color: transparent;
	}

.invis 	{
	display: none;
	}

/* --------------navigation------------- */
#left 	{
	 width:170px;
	 float:left;
	 position:relative;
	 margin-left:-160px;
	 margin-right:1px;
          margin-top:40px;
          line-height: 23px;
 	}

/* --------------inhalt-------------- */

#content{
	position: relative;
	margin-left: 0px;
         margin-right: 80px;
         margin-bottom: 10px;
         margin-top:25px;
	}

p	{
	padding: 0px 10px 10px;
	margin:0px;
         line-height: 15px;
         }


/* --------------text-------------- */

h1 	{
	color:#2F2C2C;
	font-family: Verdana, Futura, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:505;
         font-style:normal;
	background-color: #FFF;
	padding:10px 10px 20px;
	margin:0px
	}

h2 	{
         color:#AF1023;
         background-color: #FFF;
         font-size:1em;
	font-weight:505;
	padding: 5px 10px;
	margin:0px;}

img.download {vertical-align:middle;}

b	{
	color:#2F2C2C;
         background: #FFF;
	}

strong	{
	color:#2F2C2C;
         background: #FFF;
	}

li	{
         margin-bottom:8px;
         width: 400px;
        	}


/* --------------boden-------------- */

#footer 	{
	border-left: solid 200px #FFF;
	clear:left;
	padding:0px;
         padding-top:5px;
	margin:0px;
        	font-family: Verdana, Futura, Helvetica, sans-serif;
         color:#2F2C2C;
         font-size: .8em;
         line-height: 10px;
         background: #FFF;
         border-top: 1px solid #7F4768;
	}