/**
 *
 * @file		main.css
 * 
 * @version		1.0.0 Beta
 * @author		Sebastian Nette (Nette Medien)
 *
 * @copyright	MusikaVZ 2009
 *
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
body {
	background:#fff url('../../images/bg.gif') repeat;
	font:13px Arial, Verdana, Sans-Serif;
	color:#fff;
	text-align:center
}

a:link, a:visited {
	text-decoration:underline;
	color:#fff;
}

a:hover, a:active {	
	text-decoration:none;
	color:yellow;
}

a img {border:0}

* a, * iframe, * img, * input {position:relative;}

#page {
	text-align:left;
	width:902px;
	margin:0 auto 10px auto;
}

strong {font-weight:bold}

h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
	color:yellow;
	padding-bottom:4px;
	border-bottom:4px double yellow;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
	color:#ffcd03;
	font-style:italic;
}

ol {
	margin-left:50px
}

p {
	padding-bottom:6px;
}

.label {font-weight:bold; padding-bottom:3px}
.edit {padding-bottom:4px}
.submit {text-align:left;padding-top:2px;padding-bottom:6px}


.right {float:right}
.left {float:left}
.clear {clear:both}

.screen-img {float:right; margin:0; margin-left:15px;}
.line {border-top:1px #fff solid;margin:5px;height:5px}

#menu {
	float:right;
	width:150px;
	text-align:left;
}
#menu ul {
	list-style-type:square;
	margin-left:15px;
	color:#000;
}
#menu ul li { font-weight:bold }

#ga-wrapper {
	margin-top:2px;
	height:620px;
	background-color:transparent;
	background-position:right;
	background-repeat:no-repeat;
}
#ga {text-align:left; padding:6px 0 0 10px;}

#navi-wrapper {
	display:none;
	height:304px;
	background-color:transparent;
	background-position:right;
	background-repeat:no-repeat;
}
#navi {text-align:left; padding:80px 0 0 20px;}

#content {
	text-align:left; 
	margin-right:150px;
}

#ga2-wrapper {
	margin-top:6px;
	margin-bottom:4px;
	height:110px;
	background-color:transparent;
	background-position:left;
	background-repeat:no-repeat;
}
#ga2 {text-align:left; padding:8px 0 0 18px;}

#login-wrapper {
	margin-top:2px;
	height:220px;
	background-color:transparent;
	background-position:left;
	background-repeat:no-repeat;
}
#login {text-align:left; padding:46px 0 0 26px; color:#000}
#login a {color:blue}

#content-dimensions {
	float:right;
	width:515px;
}
.content-start {
	height:8px;
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.content-end {
	height:15px;
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.content-wrapper {
	background-color:transparent;
	background-position:left;
	background-repeat:repeat-y;
}

.content-text {
	padding:2px 25px 2px 10px;
	text-align:justify;
}

#content-menu {
	margin-right:530px;
	text-align:left;
}


.wrapper { padding:10px 0; }