html,body {
	height: 100.1%;
	margin: 0;
	padding: 0;
}


body {
	background-color: #999999;
	font-family: Arial, Helvetica, Verdana;
	color: #000;
	font-size: 12px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	min-height: 100%;
	background: url(images/hg_boxen.jpg) repeat-y right top;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	position: relative;
}

* html #container {
	height: 100%;
}

#header {
	width: 100%;
	position: relative;
	height: 75px;
	z-index: 6;
}

#content {
	width: 996px;
}

#footerwrap {
	height: 28px;
	position: relative;
	width: 996px;
	margin: -28px auto 0;
	background: url(images/hg_footer.jpg) no-repeat;
}

#clearfooter {
	height: 30px;
	width: 100%;
	clear: both;
}


/**************** PAGE HEADER ********************/

#balken { /* div which contains the red bar */
	height: 100px;
	width: 996px;
	background-image: url(images/xmove_balken.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
}

#flags { /* div sprachauswahlflaggen */
	height: 20px;
	width: 80px;
	position: absolute;
	top: 30px;
	left: 885px;
	z-index: 7;
}

/******************** NAVIGATION PANEL **************************/

#nav .mitte {
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 440px;
	text-align: left;
}

#nav {
	width: 190px;
	position: relative;
	top: -75px;
	left: 47px;
	z-index: 4; /* Required for IE, cause the popup menu is a child of a child of a child ... of the nav div */
}

#nav .l {
	background: url(images/l.jpg) repeat-y;
	background-color: #fff;
}

#nav .r {
	background: url(images/r.jpg) repeat-y right;
}

#nav .o {
	background: url(images/o.jpg) repeat-x;
}

#nav .u {
	background: url(images/u.jpg) bottom repeat-x;
	height: 100%;
}

#nav .ol {
	background: url(images/ol.jpg) left top no-repeat;
}

#nav .or {
	background: url(images/or.jpg) right top no-repeat;
}

#nav .ul {
	background: url(images/ul.jpg) left bottom no-repeat;
}

#nav .ur {
	background: url(images/ur.jpg) right bottom no-repeat;
}

#nav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	color: #000;
}

#nav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	color: #000;
}

#nav a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	color: #666;
}

#nav a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	color: #666;
	outline: 0;
}

#nav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	color: #000;
}

#nav a:focus {
	outline: 0;
}

#nav .menudiv div {
	width: 154px;
	padding-bottom: 6px;
	margin-left: 7px;
	margin-bottom: 5px;
	background: url(images/xmove_liste_stripes.gif) bottom left repeat-x;
	padding-top: 0px;
}

/************* MENU CLASSES ************************/

.popupparent {
	height: 15px;
	width: 154px ! important;
}

.popupparent:hover {
	background: url(images/xmove_liste_stripes_gray.gif) bottom left repeat-x ! important;
}


.popupparent:hover .popupmenu {
	display: block;
}

.popupmenu {
	position: relative;
	left: 120px;
	top: -15px;	
	z-index: 5;
	padding-bottom: 0px ! important;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	background: none ! important;
	background-color: #D9D9D9 ! important;
	display: none;
}

.popupmenu-entry {
	background: url(images/xmove_liste_stripes_gray.gif) bottom left repeat-x ! important;
	width: 90% ! important;
	height: 15px;
}

.popupmenu-entry.menu-first {
	margin-top: 4px;
}
              

/************* MAIN IMAGE PANEL *********************/

#headpic {
	width: 698px;
	height: 440px;
	position: absolute;
	top:23px; 
	left:247px;
	overflow: hidden;
	z-index: 2;
}

#headrahmen {
	width: 700px;
	height: 440px;
	position: absolute;
	top:23px; 
	left:247px;
	background: url(images/xmove_headrahmen.png) left top no-repeat;
	z-index: 3;
}

/*********** SPACER BETWEEN UPPER AND LOWER PANELS ****************/

#spacer {
	width: 996px;
	height: 15px;
	position: absolute;
	top:463px; 
	left:0px;
	background: url(images/hg_grau.jpg) repeat;
	z-index: 1;
}

/******************* LOWER LEFT CONTENT PANEL ************************/

#sub .mitte {
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#sub {
	width: 190px;
	position: relative;
	top: -61px;
	left: 47px;
	font-size: 11px;
}

#sub .l {
	background: url(images/l.jpg) repeat-y;
	background-color: #fff;
}

#sub .r {
	background: url(images/r.jpg) repeat-y right;
	width: 100%;
}

#sub .o {
	background: url(images/o.jpg) repeat-x;
	height:100%;
}

#sub .u { 
	/*
	background: url(images/u.jpg) bottom repeat-x;
	height:100%;
	*/
}

#sub .ol {
	background: url(images/ol.jpg) left top no-repeat;
}

#sub .or {
	background: url(images/or.jpg) right top no-repeat;
}

#sub .ul { 
	/*
	background: url(images/ul.jpg) left bottom no-repeat;
	*/
}

#sub .ur { 
	/*
	background: url(images/ur.jpg) right bottom no-repeat;
	*/
}

#sub .subcontent {
	width: 154px;
	padding-bottom: 6px;
	margin-left: 7px;
	margin-bottom: 5px;
}	

#sub .newshead {
	width: 154px;
	padding-bottom: 6px;
	/* margin-left: 7px; */
	margin-bottom: 5px;
	background: url(images/xmove_liste_stripes.gif) bottom left repeat-x;
	padding-top: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

#sub h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #e2001b;
	text-transform: uppercase;
	/* margin-bottom: 5px; */
}

#sub a img {border:0 none}


#sub a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

#sub .lb_image_link {
	border-bottom-style: none ! important; 
}


#sub a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

#sub a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666;
}

#sub a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666;
	outline: 0;
}

#sub a:focus {
	outline: 0;
}

/******************* LOWER LEFT NEWS HEADLINE *************************/

#newsheadline a.news:link {
	text-decoration: none;
	border-bottom-style:none;
	font-family: Arial,Helvetica,Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	}

#newsheadline a.news:hover {
	text-decoration: none;
	font-family: Arial,Helvetica,Verdana;
	text-transform: uppercase;
	color: #666666;
	}

#newsheadline a.news:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	text-decoration: none;
	}
	
#newsheadline a.visited:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	text-decoration: none;
	}	

#newsheadline {
	width: 154px;
	padding-bottom: 6px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(images/xmove_liste_stripes.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	padding-top: 0px;
	}

/******************* LOWER RIGHT CONTENT PANEL ************************/

#pageContent .mitte {
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	line-height: 130%;
	
}

#pageContent .mittelinks {
	width: 365px;
	position: relative;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	line-height: 140%;
}

#pageContent .mittelinks ul {
	list-style-image: url("http://x-move.net/media/diverses/bullet_rd.gif");
	margin-left: 0.75em;
	padding-left: 0.75em;
	line-height: 140%;
}

#pageContent .mitterechts {
	width: 270px;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;	
	overflow: hidden;
	line-height: 130%;
}
		
#pageContent { 
	width: 700px;
	position :relative; 
	top: -61px; 
	left: -49px;
	float: right;
}

#pageContent .l {
	background: url(images/l.jpg) repeat-y;
	background-color:#fff;
}
#pageContent .r {
	background: url(images/r.jpg) repeat-y right;
	width: 100%;
}
#pageContent .o {
	background: url(images/o.jpg) repeat-x;
	height:100%;
}
#pageContent .u {
	/*
	background: url(images/u.jpg) bottom repeat-x;
	height:100%;
	*/
}
#pageContent .ol {
	background: url(images/ol.jpg) left top no-repeat;
}
#pageContent .or {
	background: url(images/or.jpg) right top no-repeat;
}
#pageContent .ul {
	/*
	background: url(images/ul.jpg) left bottom no-repeat;
	*/
}
#pageContent .ur {
	/*
	background: url(images/ur.jpg) right bottom no-repeat;
	*/
}

#pageContent a img {border:0 none}

#pageContent a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

#pageContent .lb_image_link {
	border-bottom-style: none ! important; 
}


#pageContent a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

#pageContent a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666;
}

#pageContent a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666;
	outline: 0;
}

#pageContent a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

#pageContent a:focus {
	outline: 0;
}


#pageContent h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #e2001b;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 120%;
}	

#pageContent h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #e2001b;
	text-transform: uppercase;
	margin-bottom: 14px;
}


#pageContent ul {
	list-style-image: url("http://x-move.net/media/diverses/bullet_rd.gif");
	margin-left: 0.75em;
	padding-left: 0.75em;
	line-height: 100%;
}

#pageContent li {
	/* width: 400px; */
	padding-bottom: 6px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.imagelink {
        border: none ! important;
        border-bottom-style: none ! important; 
	border-bottom-width: 0px ! important;  
}



/* --- anynews-styles // ENDE --- */


/* --- Sind diese Definitionen irgendwo in Gebrauch? // ANFANG --- */

a.pic:link {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
}

a.pic:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
}

a.pic:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
}

a.pic:active {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	outline: 0;
}

a.pic:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
}

/* --- Sind diese Definitionen irgendwo in Gebrauch? // ENDE --- */

#pageContent a:focus {
	outline: 0;
}


