/*** General ***/
* { 
margin : 0;
padding : 0;
} 

body{ 
padding: 0;
margin: 0;
background-color : #CBDEE5;
font : 12px "Trebuchet MS", Arial, Verdana;
color : #555555;
} 

input, textarea {
background-color : #CBDEE5;
font : 12px "Trebuchet MS", Arial, Verdana;
color : #555555;
margin: 2px;
padding: 0 0 2px 1px;
}

.button 
{
background-color: #cccccc;
font-size: x-small; 
font-weight:bold;
margin-bottom: 10px;
}

.error{
color: red;
}


h1, h2{
font-family:"Impact","Tahoma",Arial,"Geneva",sans-serif; 
}

h1{
font-size:15px;
}

h2{
font-size:14px;
}

h3{
font-size:13px;
}

a{
color:#27759C;
}

a:hover{
color:#EE8323;
}

a.radioNone{
text-decoration:none;
color : #555555;
}

/*** Layout ***/
#wrapper{
width:750px; 
margin:0 auto;
background-color: #FFFFFF;
padding: 0 0 10px 0;
}

#header{
background:url(../images/header.jpg) center top no-repeat;
width:750px; 
height: 131px;
}

#logo1{
position: absolute;
width: 220px;
height: 100px;
margin: 0 0 0 280px;
}

#content{
width:715px;
min-height:400px;
margin: 16px 0 0 14px;
}

#radioPlayer{
text-align: center;
}

#tabel_01 { 
width : 750px;
min-height : 120px;
} 

#tabel_02 { 
width : 750px;
min-height : 120px;
} 

.tabel_03 { 
width : 750px;
height : 120px;
}
 
#logo { 
width : 217px;
line-height : px;
float : left;
margin-top : 16px;
margin-left : 25px;
} 

.items {
background-color:#FFFFFF;
float:left;
line-height:16px;
margin-left:24px;
margin-top:16px;
width:97px;
}

#search { 
float : left;
margin-left : 25px;
} 

#footer{
text-align: center;
}

#footer li {
display:inline;
padding:0 1px;
}

/*** Search ***/

#livesearch{ 
margin:0px;
width:194px; 
}

#txt1{ 
margin:0px;
} 

/*** Vervolg pagina's ***/
#lcol{
float: left;
width: 455px;
}

#rcol{
float:left;
margin-top : 0px;
margin-left : 25px;
width:217px;
}

#content li {
background:transparent url(../images/dot.gif) no-repeat scroll 0 0.4em;
color:#638BA5;
padding:0 0 0 10px;
}

/*** Sortable ***/

#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

#test-list {
	list-style: none;
}

#test-list li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;
}

#test-list li img.handle {
	margin-right: 20px;
	cursor: move;
}

