/* @group Resets */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}



/* @end */

body{
	background-color: #cbc7b3;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}


#container{
	position: relative;
	width: 860px;
	margin: 0 auto;
}


#gfx{
	position: absolute;
	width: 100%;
	height: 720px;
	background: no-repeat transparent url(../img/glow-white2.png) center top;
}

/* @group Header */

#header{
	position: relative;
	padding-top: 80px;
	padding-bottom: 15px;
	
	z-index: 60;
}

/* @group Logo */

#header #logo{
	width: 228px;
	height: 52px;
}
#header #logo a{
	display: block;
	height: 100%;
	text-indent: -1000em;
	
	background-color: transparent;
	background-repeat: no-repeat;
}

#header #logo a.logo-red{
	background-image: url(../img/logo-swdc-red.png);
}

/* @end */

/* @group Navigation */

#header #navigation{
	position: absolute;
	bottom: 10px;
	right: -7px;
}
#header #navigation ul.level-one{
	list-style: none;
}
#header #navigation ul.level-one li{
	float: left;
}

#header #navigation ul.level-one li a{
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 7px 5px 7px;
	
	text-decoration: none;
	color: #000;
}
#header #navigation ul.level-one li a.active{
	font-weight: bold;
}

#header #navigation ul.level-two{
	position: absolute;
	display: none;
	
	background-color: #f1f0eb;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 3px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

#header #navigation ul.level-one li:hover ul.level-two{
	display: block;
}

#header #navigation ul.level-two li{
	float: none;
}

#header #navigation ul.level-two li a{
	display: block;
	padding: 3px 7px;
	text-decoration: none;
	text-transform: uppercase;
}


/* @end */


/* @end */

/* @group Media */

#media{
	position: relative;
	overflow: hidden;
}
#media.pictures{
	width: 860px;
	height: 340px;
	background: transparent no-repeat url(../img/loader.gif) center;
}


/* @end */

/* @group Content */

#content{
	background: transparent no-repeat url(../img/border.png);
	margin-top: 5px;
	padding-bottom: 20px;
	position: relative;
}


.clear{
	overflow: hidden;
	clear: both;
	float:none!important;
}

/* @group Parts */

#content .float{
	float: left;
	padding: 0px 40px;
}

#content .float.p34{
	width: 515px;
}

#content .float.p24{
	width: 350px;
}

#content .float.p14{
	width: 185px;
}

#content .float.p13{
	width: 260px;
	padding-right: 0px;
}

#content .float.p13.last{
	width: 220px;
	padding-right:0px;
	padding-left: 30px;
}

#content .float.p44{
	width: 780px;
	float: none!important;
}


#content h1{
	padding: 30px 0px 5px;
	color:#9b0f2b;
	font-size: 16px;
}

#content h2{
	padding: 15px 0px 5px;
	color:#9b0f2b;
	font-size: 16px;
}

#content h1 small{
	display: block;
	font-size: 12px;
	padding-top: 5px;
	color: #000;
}

#content table.table{
	line-height: 160%;
	margin: 15px 0 0;
}

#content table td{
	padding-right: 10px;
	vertical-align: top;
}

#content table .td-0{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

#content table .td-last{
	padding-right: 0px;
}

#content .gallery img{
	margin: 0 5px;
	position: relative;
	border: 4px solid #FFF;
}
#content hr{
	border: none;
	background-color: gray;
	clear: both;
	height: 1px;
	margin: 25px 40px 10px 40px;
}

#content p{
	padding: 15px 0 0;
	line-height: 160%;
}
#content strong{
	font-weight: bold;
}
#content a{
	text-decoration: none;
	color: #9b0f2b;
}
#content a.more{
	background: transparent url(../img/linkarrow.png) no-repeat right center;
	padding-right: 11px;
}

#content ul{
	margin-left: 14px;
	line-height: 160%;
}


.swdc_image{
	position: absolute;
	overflow: hidden;
}


/* @end */



/* @end */

/* @group Bilder */
#cp{
	margin-top: 30px;
}

#pa img{
	border: 4px solid #9b0f2b!important;
}

#cp .gg{
	position: relative;
	height: 60px;
	width: 946px;
	overflow: hidden;
	padding-top: 10px;
}
#cp .picture_prev, #cp .picture_next{
	cursor: pointer;
}

#cp .picture_prev, #cp .picture_next,
#cp .picture_prev_disable, #cp .picture_next_disable{
	background: transparent url(../img/arrow-prev.png) no-repeat center center;
	width: 50px;
	height: 53px;
	
	position: absolute;
	margin-left: 23px;
	top: 10px;
	visibility: hidden;
	z-index: 100;
}
#cp .picture_next,#cp .picture_next_disable{
	background-image: url(../img/arrow-next.png);
	left: 495px;
}


#cp .pictures a img{
	border: 4px solid #FFF;
}
#cp .pictures a {
	margin-right: 10px;
	visibility: hidden;
}

#cp .picture_text{
	position: absolute;
	top: 10px;
	left: 522px;
	width: 500px;
	height: 53px;
	overflow: visible;
}
#cp .picture_text small{
	font-size: 10px;
	text-transform: uppercase;
	color: silver;
	display: block;
	padding: 12px 0px 0px 0px;
}

#cp .picture_text strong{
	font-size: 16px;
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}




/* @end */

/* @group Youtube */
#media.ytplayer{
	width: 600px;
	float: left;
}
#content.ytlist{
	width:245px; 
	float:left;
	margin: 0 0 0 15px;
	background: none;
}
.ytlist .ytitem{
	display: block;
	clear: both;
	margin-bottom: 10px;
	height: 64.5px;
	overflow: hidden;
	cursor: pointer;
}
.ytlist .ytitem.active .ytimage{
	border: 4px solid #9b0f2b;
	width: 79px;
	height: 57px;
}
.ytlist .ytitem.active .ytimage img{
	margin: -4px 0 0 -4px;
}
.ytlist .ytimage{
	float: left;
	width: 87px;
	height: 65px;
	overflow: hidden;
}
.ytlist .yttext{
	margin-left: 96px;
}
.ytlist .yttext .title{
	display: block;
	margin-bottom: 2px;
	line-height: 110%;
	font-weight: bold;
	color: #dcdcdc;
}
.ytlist .yttext .description{
	line-height: 120%;
	font-size: 10px;
	color: #dcdcdc;
}

/* @end */


