/* @override 
	http://www.nullskatte.no/video/gronnmann/style.css
*/

body {
	color: white;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}
img {
	border-style: none;
	border-width: 0;
}
#mvheader {
	padding-bottom: 7px;
	border-bottom: 1px solid #31432a;
	text-align: center;
}
#mvbody {
	background: url(/video/gronnmann/gronnmann_vb.jpg) no-repeat;
	height: 799px;
	margin-top: 5px;
	/*width: 750px;*/
	text-align: center;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 30px;
}

.mOpts {
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 0px;
}

.mType {
	margin-bottom: 14px;
}

.mTitle {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	float: left;
	clear: left;
	width: 151px;
	text-align: right;
	margin-right: 7px;
	color: #a6b1a7;
}

.mLinks {
	text-align: left;
	float: none;
	clear: none;
}
a.mUrl, a.sUrl {
	text-decoration: none;
}
a.mUrl:link, a.mUrl:active, a.mUrl:visited {
	color: white;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 10px;
	white-space: nowrap;
	margin-right: 4px;
	font-weight: bold;
	border-width: 1px;
	border-style: hidden;
	text-transform: uppercase;
}

a.mUrl:hover, a.sUrl, a.sUrl:link, a.sUrl:active, a.sUrl:visited, a.sUrl:hover {
	color: #f9f9f9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 2px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	border: 1px solid white;
	white-space: nowrap;
}
