 /* Design for sw1tv.at */ 

html, body {

/*background-color: #41207B;*/
background-image: url(../designpics/bg.jpg);
background-repeat: repeat; 

}

/* ---- PAGE ---- */

#page {

position: absolute;
left: 50%;			/* make this half your image/element height */ /*margin @ top of page*/
margin-left: -500px;
width:1000px;
border: 2px solid black;
background-color: #1A1DAB;
/*min-height: 800px;*/

}
 

/* ---- HEADER ---- */


#header {

float:left;
background-image: url(../designpics/SW1tv_toppic_v020809.gif);
background-color: #1A1DAB;
width: 1000px;
height: 180px; 


}

#header_links {

position:absolute;
width: 280px;
top: 2px;
right: 2px;

}

#header_fb {
	
position:absolute;
width: 90px;
top: 120px;
right: 1px;
color:#FFFFFF;

}

#text_fb {
	
position:absolute;
width: 70px;
top: 127px;
right: 75px;
color:#FFFFFF;

}


#header_time {

}


/* ---- LINKS ---- */


#links {

clear:left;
width:1000px;
height: 18px;
border-top: 1px solid white;
border-bottom: 1px solid white;
text-align: center;
padding-top:2px;
padding-bottom:2px;


}


/* -- MAIN -- */


#main {

border: 3px solid black;
padding:2px;
/*height:900px;*/

}

#main_left {

float:left;
width:160px;
/*border: 1px solid red;*/
margin-bottom: 40px;
margin-top: 10px;

}

#main_left_breadcrumbs {


margin-top: 8px;
margin-left: 30px;
width: 100px;
text-align:center;
border: 1px dotted white;

}



#main_left_sublinks {

width: 120px;
margin-top: 20px;
margin-left: 10px;
padding-left: 7px; 

}

#main_content {

float:left;
min-height: 400px;
width: 640px;
/*border: 1px solid white;*/
border-left: 1px dashed green;
border-right: 1px dashed green;
padding: 15px;
padding-bottom: 20px;
padding-top: 0px; 
margin-top: 10px;
margin-bottom: 20px;
text-align: justify;

}


.content_left{

position:relative;
float:left;
/*border: 1px solid black;*/
width: 400px;
min-height: 350px;


}

.cont_aktuell_beitraege{

clear:left;
min-height: 80px;
width: 395px;
margin-bottom:15px;
padding-bottom:15px;
border-bottom: 1px dashed white;
/*border: 1px solid white;*/
}
.cont_left_pic{

float:left;
width:105px;
margin:2px;
margin-right:3px;
/*border:1px solid black*/
}
.cont_left_text{

float:left;
width:260px;
font-size: 8pt;
/*border:1px solid black;*/
}
.cont_left_pic_play{
	
position: relative;
right:0px;
top;0px;

}

.content_right{

position:relative;	
float:left;
/*border: 1px solid black;*/
width: 220px;
min-height: 350px;
padding-left: 5px;
text-align: right;

}

#main_right {

float:left;
width:135px;
/*border: 1px solid black;*/
margin-top:10px;
margin-bottom: 40px;
padding-left:10px;
padding-right: 10px;

}




/* -- FOOTER -- */ 

#footer {


width:100%;
clear:left;
height: 18px;
background-color:black;
text-align:center;
border-top: 1px solid black;


}
