/* Box Alert*/


div {
	margin:0;
}

.ro {
	background:url(../images/box/ro_n.gif) top right no-repeat;
}

.lo {
	background:url(../images/box/lo_n.gif) top left no-repeat;
}

.ru {
	background:url(../images/box/ru_n.gif) bottom right no-repeat;
}

.lu {
	background:url(../images/box/lu_n.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding: 1.5em 1em 1.5em 1.5em;
	color: #FFFFFF;
}

.inhalt p {
	margin:0;
	padding:0;
}


/* New Video Layout Test Box */

#videoborder{
	
	border: 1px solid #eee;
	padding: 1.5em 1em 1.5em 1.5em;
}


/* Box MyHome*/

div {
	margin:0;
}

.my_ro {
	background:url(../images/box/v_ro_n.gif) top right no-repeat;
}

.my_lo {
	background:url(../images/box/v_lo_n.gif) top left no-repeat;
}

.my_ru {
	background:url(../images/box/v_ru_n.gif) bottom right no-repeat;
}

.my_lu {
	background:url(../images/box/v_lu_n.gif) bottom left no-repeat;
}

.inhalt_my {
	margin:0;
	list-style-type: disc;
	padding:1em 1em 1em 2em;
}

.inhalt_my p {
	margin:0;
	padding:0;
}


/* Box Video*/


div {
	margin:0;
}

.v_ro {
	background:url(../images/box/v_ro_n.gif) top right no-repeat;
}

.v_lo {
	background:url(../images/box/v_lo_n.gif) top left no-repeat;
}

.v_ru {
	background:url(../images/box/v_ru_n.gif) bottom right no-repeat;
}

.v_lu {
	background:url(../images/box/v_lu_n.gif) bottom left no-repeat;
}

.inhalt_v {
	margin:0;
	list-style-type: disc;
	width:130px;
	height:130px;
}

.inhalt_v p {
	margin:0;
	padding:0;
}


/* Box Video for User*/


.inhalt_vu {
	margin:0;
	list-style-type: disc;
	padding:1.2em 1em 1em 1em;
	height:200px;
}

.inhalt_vu p {
	margin:0;
	padding:0;
	
}


/* Hover Box*/


div {
	margin:0;
}

.h_ro {
	background:url(../images/box/hover_box_ro.gif) top right no-repeat;
}

.h_lo {
	background:url(../images/box/hover_box_lo.gif) top left no-repeat;
}

.h_ru {
	background:url(../images/box/hover_box_ru.gif) bottom right no-repeat;
}

.h_lu {
	background:url(../images/box/hover_box_lu.gif) bottom left no-repeat;
}

.inhalt_h {
	margin:0;
	padding:1em 1em 2em 1em;
	color: #000000;
}

.inhalt_h p {
	margin:0;
	padding:0;
	color: #000000;
}
.inhalt_h a {
	margin:0;
	padding:0;
	color: #0000FF;
}


