/*********************
*      STANDARD
*********************/
body{
    font: 11px Verdana,Sans;
    color: #444;
    margin-left: 0;
    padding-left: 0;
    background-color: white;
}
img{
    border: none;
}
img:hover{
    text-decoration: none;
}
a{
    color: #F05E23;
    text-decoration: none;
}
a:hover{
    color: #444;
}
h1,h2,h3{
	font-weight: normal;
	}
dl{
    width: 100%;
}
dt{
    width: 110px;
    float: left;
    font-weight: bold;
}
dd{
	margin-left: 110px;
    margin-bottom: 10px;
}
input, textarea{
    background-color: #eee;
    border: #202020 solid 1px;
    font: 11px Verdana,Sans;
    padding-left: 2px;
}
table{
    width: 100%;
}
th{
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
}
blockquote{
    width: 450px;
    background-color: #FAFAFA;
    border: 1px solid #ccc;
}
/*********************
*      CLASSES
*********************/
.message-error, .message-warning, .message-notice{
    width: 400px;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    }

.message-error p, .message-warning p, .message-notice p{
    margin: 2px 0;
    }

.message-error{
    border: 1px solid #f30;
    }

.message-title{
    font-weight: bold;
    }

.message-traceback{
    font-size:10px;
    color: #aaa;
    }

.center{
    margin: 10px auto 0  auto;
    text-align: center;
}
.right{
    margin: 0 auto 10px  auto;
    text-align: right;
}
.underline{
    text-decoration: underline;
}
.line-through{
    text-decoration: line-through;
}
.lead{
    font-weight: bold;
}
.row{
    position: absolute;
    display: block;
    right: 10px;
}
.float{
    display: block;
    overflow:auto;
}
.float-left{
    display: block;
    float: left;
}
.float-right{
    display: block;
    float: right;
}
.top{
    vertical-align: top;
}
.agenda-date{
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}

/*********************
*      ID'S
*********************/
/* container */
#container{
    margin: 0 auto 0 auto;
    width: 991px;
}
#header h1 img, #header h1 a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -20px;
    width: 391px;
}
#lang ul{
	margin-right: 130px;
	overflow: hidden;
	list-style: none;
	text-align: right;
    color: #ccc;
}
#lang li{
	padding: 0 2px;
	margin-left: 10px;
	text-align: right;
	display: inline;
}
#lang a{
	color: #ccc;
}
#lang a:hover{
        color: #444;
}


/* left side */
#left{
    float: left;
    width: 140px;
    padding-right: 10px;
    text-align: right;
}
#menu ul{
    margin: 0;
    font-size: 13px;
    list-style: none;
    padding-left: 0;
}
#menu li{
    margin-bottom: 8px;
    font-weight: 500;
}
#submenu{
    position: relative;
    top: 50px;
    font-size: 11px;
}
#submenu ul{
    list-style: none;
    padding-left: 0;
}
#submenu a{
    color: #444;
}
#submenu a:hover{
    color: #F05E23;
}

/* content */
#content{
    float: left;
    width: 550px;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 600px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
* html #content{
    height: 600px;
}
#content h1, #content h2{
    color: #444;
    border: 0;
}
#content h1{
    font-size: 20px;
    margin-top: 0;
}
#content h2{
    font-size: 16px;
}
#content h3{
    font-size: 12px;
}
#content h3 a{
    text-decoration: none;
}
#content p{
    margin-top: 0;
}

/* right */
#right{
    position: relative;
    overflow: hidden;
    float: left;
    width: 221px;
    margin-left: 15px;
}
#agenda{
    background-image: url('img/concert.png');
    background-repeat: no-repeat;
    height: 250px;
}
#agenda #overview{
    position: relative;
    top: -7px;
    margin-left: 40px;
    margin-top: 0;
    font-size: 9px;
}
#agenda ul{
    margin-top: 0;
    list-style: none;
    font-size: 12px;
}
#agenda li{
    width: 150px;
    margin-top: 0;
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#banners{
    position: relative;
    top: -7px;
}

#acqui{
    background-image: url('img/sponsor.png');
    background-repeat: no-repeat;
    background-position: 0 25px;
    padding-left: 35px;
    margin-top: 0px;
    height: 235px;
}
*html #acqui{
    margin-top: 40px;
}
#acqui p{
    margin-bottom: 15px;
}
#footer{
	position: relative;
    font-size: 9px;
	padding-top: 30px;
}
#footer a{
    text-decoration: none;
}