#cv_auflistungen li{
	list-style-position: outside!important;
	list-style-type: disc !important;
	display: list-item !important;
	background-image: url(../images/bullet.gif) !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
	margin-bottom: 4px;
}


/*  	*****************************************************************
  		Beschreibung der Select Box
  		******************************************************************/

span.select {
	float:left;
	overflow:hidden;
	/*width:expression(firstChild.offsetWidth -2 + 'px');*/
	border: 1px solid #999999;
	margin-top: 0px;	
	/*height:expresssion(firstChild.offsetWidth -2 + 'px');*/
}
span.select select { 
	margin:-2px;
	display:block; 
}
#test {
	position: relative;
}

select {
	padding: 0px;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

/*  	*****************************************************************
  		ein DIV Standart CSS zum verändern
  		******************************************************************/
body {
	background-color: #000000;
	margin:0;
	padding:0;
	border:0;
	height:100%;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.table {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	border-collapse: collapse;
	border: 0px;
}

/* ##### Typo3 Content ##### */
/*.bodytext {
	line-height: 15px;
	color: #000000;
}*/

hr {
	height:1px;
	color:#5C5D5F;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #5C5D5F;
}
p {
	margin: 0px;
	padding: 0px 0px 1px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*h1 {
	font-size: 21px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 25px;
}*/
h1 {
	font-size: 21px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 45px;
	line-height: 25px;
}
h2 {
	font-size: 21px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	position: relative;
	width: 800px;
	margin-left: -410px;
	margin-bottom: 7px;
}
h3 {
	font-size: 9px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	color: #606060;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
}
h5 {
	font-size: 21px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 45px;
	line-height: 25px;
}
h6 {}


/*  	*****************************************************************
  		ein DIV Standart CSS können unverändert bleiben
  		******************************************************************/
* {
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sup, tt, var, dl, dt, dd, 
ol, fieldset, form, label, legend, caption, tbody, 
tfoot, thead, table, tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
td {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
strong {}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
