/*
-----------------------------------------------
		kd-lounge
		screen/print stylesheet
----------------------------------------------- */


/*		setup
----------------------------------------------- */


* {
		margin: 0;
		padding: 0;
}

:focus, a {
		-moz-outline-style: none;
		outline: none;
}


img {
		border: none;
}

body {
		color: #000;
		background: #f2f2f2;
		text-align: left;
		font: normal 12px/16px Helvetica, Arial, Verdana, sans-serif;
}


/*		links
----------------------------------------------- */

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

a:hover, a:active {
		color: #777;
}


/*		gridnik
----------------------------------------------- */

.head {
        width: 245px;
        float: left;
        margin: 0 15px 6px 0;
}

.title {
        width: 245px;
        float: left;
        margin: 0 15px 6px 0;
}

.topic {
        width: 245px;
        float: left;
        margin: 0 15px 6px 0;
}

.speaker {
        width: 245px;
        float: left;
        margin: 0 15px 6px 0;
}

.video {
        width: 505px;
        float: left;
        margin: 0 15px 6px 0;
}

.photos {
        width: 505px;
        float: left;
        margin: 0 15px 6px 0;
}

.links {
        width: 245px;
        float: left;
        margin: 0 15px 6px 0;
}

.plakat {
        width: 245px;
        float: left;
        margin: 0 0 6px 0;
}


/*		basics
----------------------------------------------- */

#wrapper {
        width: 2340px;
        margin: 15px 0 0 15px;
}

#header {
        width: 2325px;
        padding-top: 6px;
        border-top: 1px solid #000;
}

h1 {
        width: 245px;
        height: 73px;
        text-indent: -9999px;
        background: transparent url(kd-lounge.png) 0 0 no-repeat;
}

.lounge {
        width: 2325px;
        padding-top: 6px;
        border-top: 1px solid #000;
        clear: both;
}

.loungenull {
        width: 2325px;
        margin: 0 0 15px 0;
        border-top: 1px solid #000;
        clear: both;
}

strong {
        font-weight: normal;
}